public static interface GetMlTransformResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetMlTransformResponse.Builder,GetMlTransformResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMlTransformResponse.Builder |
createdOn(Instant createdOn)
The date and time when the transform was created.
|
GetMlTransformResponse.Builder |
description(String description)
A description of the transform.
|
default GetMlTransformResponse.Builder |
evaluationMetrics(Consumer<EvaluationMetrics.Builder> evaluationMetrics)
The latest evaluation metrics.
|
GetMlTransformResponse.Builder |
evaluationMetrics(EvaluationMetrics evaluationMetrics)
The latest evaluation metrics.
|
GetMlTransformResponse.Builder |
glueVersion(String glueVersion)
This value determines which version of Glue this machine learning transform is compatible with.
|
GetMlTransformResponse.Builder |
inputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
GetMlTransformResponse.Builder |
inputRecordTables(Consumer<GlueTable.Builder>... inputRecordTables)
A list of Glue table definitions used by the transform.
|
GetMlTransformResponse.Builder |
inputRecordTables(GlueTable... inputRecordTables)
A list of Glue table definitions used by the transform.
|
GetMlTransformResponse.Builder |
labelCount(Integer labelCount)
The number of labels available for this transform.
|
GetMlTransformResponse.Builder |
lastModifiedOn(Instant lastModifiedOn)
The date and time when the transform was last modified.
|
GetMlTransformResponse.Builder |
maxCapacity(Double maxCapacity)
The number of Glue data processing units (DPUs) that are allocated to task runs for this transform.
|
GetMlTransformResponse.Builder |
maxRetries(Integer maxRetries)
The maximum number of times to retry a task for this transform after a task run fails.
|
GetMlTransformResponse.Builder |
name(String name)
The unique name given to the transform when it was created.
|
GetMlTransformResponse.Builder |
numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when this task runs. |
default GetMlTransformResponse.Builder |
parameters(Consumer<TransformParameters.Builder> parameters)
The configuration parameters that are specific to the algorithm used.
|
GetMlTransformResponse.Builder |
parameters(TransformParameters parameters)
The configuration parameters that are specific to the algorithm used.
|
GetMlTransformResponse.Builder |
role(String role)
The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
|
GetMlTransformResponse.Builder |
schema(Collection<SchemaColumn> schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
GetMlTransformResponse.Builder |
schema(Consumer<SchemaColumn.Builder>... schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
GetMlTransformResponse.Builder |
schema(SchemaColumn... schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
GetMlTransformResponse.Builder |
status(String status)
The last known status of the transform (to indicate whether it can be used or not).
|
GetMlTransformResponse.Builder |
status(TransformStatusType status)
The last known status of the transform (to indicate whether it can be used or not).
|
GetMlTransformResponse.Builder |
timeout(Integer timeout)
The timeout for a task run for this transform in minutes.
|
default GetMlTransformResponse.Builder |
transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
GetMlTransformResponse.Builder |
transformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
GetMlTransformResponse.Builder |
transformId(String transformId)
The unique identifier of the transform, generated at the time that the transform was created.
|
GetMlTransformResponse.Builder |
workerType(String workerType)
The type of predefined worker that is allocated when this task runs.
|
GetMlTransformResponse.Builder |
workerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMlTransformResponse.Builder transformId(String transformId)
The unique identifier of the transform, generated at the time that the transform was created.
transformId - The unique identifier of the transform, generated at the time that the transform was created.GetMlTransformResponse.Builder name(String name)
The unique name given to the transform when it was created.
name - The unique name given to the transform when it was created.GetMlTransformResponse.Builder description(String description)
A description of the transform.
description - A description of the transform.GetMlTransformResponse.Builder status(String status)
The last known status of the transform (to indicate whether it can be used or not). One of "NOT_READY", "READY", or "DELETING".
status - The last known status of the transform (to indicate whether it can be used or not). One of
"NOT_READY", "READY", or "DELETING".TransformStatusType,
TransformStatusTypeGetMlTransformResponse.Builder status(TransformStatusType status)
The last known status of the transform (to indicate whether it can be used or not). One of "NOT_READY", "READY", or "DELETING".
status - The last known status of the transform (to indicate whether it can be used or not). One of
"NOT_READY", "READY", or "DELETING".TransformStatusType,
TransformStatusTypeGetMlTransformResponse.Builder createdOn(Instant createdOn)
The date and time when the transform was created.
createdOn - The date and time when the transform was created.GetMlTransformResponse.Builder lastModifiedOn(Instant lastModifiedOn)
The date and time when the transform was last modified.
lastModifiedOn - The date and time when the transform was last modified.GetMlTransformResponse.Builder inputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
inputRecordTables - A list of Glue table definitions used by the transform.GetMlTransformResponse.Builder inputRecordTables(GlueTable... inputRecordTables)
A list of Glue table definitions used by the transform.
inputRecordTables - A list of Glue table definitions used by the transform.GetMlTransformResponse.Builder inputRecordTables(Consumer<GlueTable.Builder>... inputRecordTables)
A list of Glue table definitions used by the transform.
This is a convenience method that creates an instance of theGlueTable.Builder avoiding the need to create one manually
via GlueTable.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #inputRecordTables(List.
inputRecordTables - a consumer that will call methods on
GlueTable.Builder#inputRecordTables(java.util.Collection) GetMlTransformResponse.Builder parameters(TransformParameters parameters)
The configuration parameters that are specific to the algorithm used.
parameters - The configuration parameters that are specific to the algorithm used.default GetMlTransformResponse.Builder parameters(Consumer<TransformParameters.Builder> parameters)
The configuration parameters that are specific to the algorithm used.
This is a convenience method that creates an instance of theTransformParameters.Builder avoiding the
need to create one manually via TransformParameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to parameters(TransformParameters).
parameters - a consumer that will call methods on TransformParameters.Builderparameters(TransformParameters)GetMlTransformResponse.Builder evaluationMetrics(EvaluationMetrics evaluationMetrics)
The latest evaluation metrics.
evaluationMetrics - The latest evaluation metrics.default GetMlTransformResponse.Builder evaluationMetrics(Consumer<EvaluationMetrics.Builder> evaluationMetrics)
The latest evaluation metrics.
This is a convenience method that creates an instance of theEvaluationMetrics.Builder avoiding the
need to create one manually via EvaluationMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to evaluationMetrics(EvaluationMetrics).
evaluationMetrics - a consumer that will call methods on EvaluationMetrics.BuilderevaluationMetrics(EvaluationMetrics)GetMlTransformResponse.Builder labelCount(Integer labelCount)
The number of labels available for this transform.
labelCount - The number of labels available for this transform.GetMlTransformResponse.Builder schema(Collection<SchemaColumn> schema)
The Map<Column, Type> object that represents the schema that this transform accepts. Has
an upper bound of 100 columns.
schema - The Map<Column, Type> object that represents the schema that this transform
accepts. Has an upper bound of 100 columns.GetMlTransformResponse.Builder schema(SchemaColumn... schema)
The Map<Column, Type> object that represents the schema that this transform accepts. Has
an upper bound of 100 columns.
schema - The Map<Column, Type> object that represents the schema that this transform
accepts. Has an upper bound of 100 columns.GetMlTransformResponse.Builder schema(Consumer<SchemaColumn.Builder>... schema)
The Map<Column, Type> object that represents the schema that this transform accepts. Has
an upper bound of 100 columns.
SchemaColumn.Builder avoiding the need to create one
manually via SchemaColumn.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #schema(List.
schema - a consumer that will call methods on
SchemaColumn.Builder#schema(java.util.Collection) GetMlTransformResponse.Builder role(String role)
The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
role - The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.GetMlTransformResponse.Builder glueVersion(String glueVersion)
This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.
glueVersion - This value determines which version of Glue this machine learning transform is compatible with. Glue
1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to
Glue 0.9. For more information, see Glue
Versions in the developer guide.GetMlTransformResponse.Builder maxCapacity(Double maxCapacity)
The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.
When the WorkerType field is set to a value other than Standard, the
MaxCapacity field is set automatically and becomes read-only.
maxCapacity - The number of Glue data processing units (DPUs) that are allocated to task runs for this transform.
You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing
power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the
Glue pricing page.
When the WorkerType field is set to a value other than Standard, the
MaxCapacity field is set automatically and becomes read-only.
GetMlTransformResponse.Builder workerType(String workerType)
The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.
For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and
2 executors per worker.
For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1
executor per worker.
For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1
executor per worker.
workerType - The type of predefined worker that is allocated when this task runs. Accepts a value of Standard,
G.1X, or G.2X.
For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB
disk, and 2 executors per worker.
For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk,
and 1 executor per worker.
For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk,
and 1 executor per worker.
WorkerType,
WorkerTypeGetMlTransformResponse.Builder workerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.
For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and
2 executors per worker.
For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1
executor per worker.
For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1
executor per worker.
workerType - The type of predefined worker that is allocated when this task runs. Accepts a value of Standard,
G.1X, or G.2X.
For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB
disk, and 2 executors per worker.
For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk,
and 1 executor per worker.
For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk,
and 1 executor per worker.
WorkerType,
WorkerTypeGetMlTransformResponse.Builder numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined workerType that are allocated when this task runs.
numberOfWorkers - The number of workers of a defined workerType that are allocated when this task runs.GetMlTransformResponse.Builder timeout(Integer timeout)
The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this
transform can consume resources before it is terminated and enters TIMEOUT status. The default
is 2,880 minutes (48 hours).
timeout - The timeout for a task run for this transform in minutes. This is the maximum time that a task run for
this transform can consume resources before it is terminated and enters TIMEOUT status.
The default is 2,880 minutes (48 hours).GetMlTransformResponse.Builder maxRetries(Integer maxRetries)
The maximum number of times to retry a task for this transform after a task run fails.
maxRetries - The maximum number of times to retry a task for this transform after a task run fails.GetMlTransformResponse.Builder transformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.
transformEncryption - The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning
transforms can access user data encrypted in Amazon S3 using KMS.default GetMlTransformResponse.Builder transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.
This is a convenience method that creates an instance of theTransformEncryption.Builder avoiding the
need to create one manually via TransformEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to transformEncryption(TransformEncryption).
transformEncryption - a consumer that will call methods on TransformEncryption.BuildertransformEncryption(TransformEncryption)Copyright © 2023. All rights reserved.