@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMLTransformRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMLTransformRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMLTransformRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description of the transform.
|
String |
getGlueVersion()
This value determines which version of Glue this machine learning transform is compatible with.
|
Double |
getMaxCapacity()
The number of Glue data processing units (DPUs) that are allocated to task runs for this transform.
|
Integer |
getMaxRetries()
The maximum number of times to retry a task for this transform after a task run fails.
|
String |
getName()
The unique name that you gave the transform when you created it.
|
Integer |
getNumberOfWorkers()
The number of workers of a defined
workerType that are allocated when this task runs. |
TransformParameters |
getParameters()
The configuration parameters that are specific to the transform type (algorithm) used.
|
String |
getRole()
The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
|
Integer |
getTimeout()
The timeout for a task run for this transform in minutes.
|
String |
getTransformId()
A unique identifier that was generated when the transform was created.
|
String |
getWorkerType()
The type of predefined worker that is allocated when this task runs.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the transform.
|
void |
setGlueVersion(String glueVersion)
This value determines which version of Glue this machine learning transform is compatible with.
|
void |
setMaxCapacity(Double maxCapacity)
The number of Glue data processing units (DPUs) that are allocated to task runs for this transform.
|
void |
setMaxRetries(Integer maxRetries)
The maximum number of times to retry a task for this transform after a task run fails.
|
void |
setName(String name)
The unique name that you gave the transform when you created it.
|
void |
setNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when this task runs. |
void |
setParameters(TransformParameters parameters)
The configuration parameters that are specific to the transform type (algorithm) used.
|
void |
setRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
|
void |
setTimeout(Integer timeout)
The timeout for a task run for this transform in minutes.
|
void |
setTransformId(String transformId)
A unique identifier that was generated when the transform was created.
|
void |
setWorkerType(String workerType)
The type of predefined worker that is allocated when this task runs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMLTransformRequest |
withDescription(String description)
A description of the transform.
|
UpdateMLTransformRequest |
withGlueVersion(String glueVersion)
This value determines which version of Glue this machine learning transform is compatible with.
|
UpdateMLTransformRequest |
withMaxCapacity(Double maxCapacity)
The number of Glue data processing units (DPUs) that are allocated to task runs for this transform.
|
UpdateMLTransformRequest |
withMaxRetries(Integer maxRetries)
The maximum number of times to retry a task for this transform after a task run fails.
|
UpdateMLTransformRequest |
withName(String name)
The unique name that you gave the transform when you created it.
|
UpdateMLTransformRequest |
withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when this task runs. |
UpdateMLTransformRequest |
withParameters(TransformParameters parameters)
The configuration parameters that are specific to the transform type (algorithm) used.
|
UpdateMLTransformRequest |
withRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
|
UpdateMLTransformRequest |
withTimeout(Integer timeout)
The timeout for a task run for this transform in minutes.
|
UpdateMLTransformRequest |
withTransformId(String transformId)
A unique identifier that was generated when the transform was created.
|
UpdateMLTransformRequest |
withWorkerType(String workerType)
The type of predefined worker that is allocated when this task runs.
|
UpdateMLTransformRequest |
withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTransformId(String transformId)
A unique identifier that was generated when the transform was created.
transformId
- A unique identifier that was generated when the transform was created.public String getTransformId()
A unique identifier that was generated when the transform was created.
public UpdateMLTransformRequest withTransformId(String transformId)
A unique identifier that was generated when the transform was created.
transformId
- A unique identifier that was generated when the transform was created.public void setName(String name)
The unique name that you gave the transform when you created it.
name
- The unique name that you gave the transform when you created it.public String getName()
The unique name that you gave the transform when you created it.
public UpdateMLTransformRequest withName(String name)
The unique name that you gave the transform when you created it.
name
- The unique name that you gave the transform when you created it.public void setDescription(String description)
A description of the transform. The default is an empty string.
description
- A description of the transform. The default is an empty string.public String getDescription()
A description of the transform. The default is an empty string.
public UpdateMLTransformRequest withDescription(String description)
A description of the transform. The default is an empty string.
description
- A description of the transform. The default is an empty string.public void setParameters(TransformParameters parameters)
The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.
parameters
- The configuration parameters that are specific to the transform type (algorithm) used. Conditionally
dependent on the transform type.public TransformParameters getParameters()
The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.
public UpdateMLTransformRequest withParameters(TransformParameters parameters)
The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.
parameters
- The configuration parameters that are specific to the transform type (algorithm) used. Conditionally
dependent on the transform type.public void setRole(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.public String getRole()
The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
public UpdateMLTransformRequest withRole(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.public void setGlueVersion(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.public String getGlueVersion()
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.
public UpdateMLTransformRequest withGlueVersion(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.public void setMaxCapacity(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.
public Double getMaxCapacity()
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.
When the WorkerType
field is set to a value other than Standard
, the
MaxCapacity
field is set automatically and becomes read-only.
public UpdateMLTransformRequest withMaxCapacity(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.
public void setWorkerType(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
public String getWorkerType()
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.
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
public UpdateMLTransformRequest withWorkerType(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
public UpdateMLTransformRequest withWorkerType(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
public void setNumberOfWorkers(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.public Integer getNumberOfWorkers()
The number of workers of a defined workerType
that are allocated when this task runs.
workerType
that are allocated when this task runs.public UpdateMLTransformRequest withNumberOfWorkers(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.public void setTimeout(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).public Integer getTimeout()
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
status. The
default is 2,880 minutes (48 hours).public UpdateMLTransformRequest withTimeout(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).public void setMaxRetries(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.public Integer getMaxRetries()
The maximum number of times to retry a task for this transform after a task run fails.
public UpdateMLTransformRequest withMaxRetries(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.public String toString()
toString
in class Object
Object.toString()
public UpdateMLTransformRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()