@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelMLModelTrainingJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelMLModelTrainingJobRequest() |
Modifier and Type | Method and Description |
---|---|
CancelMLModelTrainingJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getClean()
If set to
TRUE , this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. |
String |
getId()
The unique identifier of the model-training job to be canceled.
|
String |
getNeptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
int |
hashCode() |
Boolean |
isClean()
If set to
TRUE , this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. |
void |
setClean(Boolean clean)
If set to
TRUE , this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. |
void |
setId(String id)
The unique identifier of the model-training job to be canceled.
|
void |
setNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
String |
toString()
Returns a string representation of this object.
|
CancelMLModelTrainingJobRequest |
withClean(Boolean clean)
If set to
TRUE , this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. |
CancelMLModelTrainingJobRequest |
withId(String id)
The unique identifier of the model-training job to be canceled.
|
CancelMLModelTrainingJobRequest |
withNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
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 setId(String id)
The unique identifier of the model-training job to be canceled.
id
- The unique identifier of the model-training job to be canceled.public String getId()
The unique identifier of the model-training job to be canceled.
public CancelMLModelTrainingJobRequest withId(String id)
The unique identifier of the model-training job to be canceled.
id
- The unique identifier of the model-training job to be canceled.public void setNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
neptuneIamRoleArn
- The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be
listed in your DB cluster parameter group or an error will occur.public String getNeptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
public CancelMLModelTrainingJobRequest withNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
neptuneIamRoleArn
- The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be
listed in your DB cluster parameter group or an error will occur.public void setClean(Boolean clean)
If set to TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. The default is FALSE
.
clean
- If set to TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the
job is stopped. The default is FALSE
.public Boolean getClean()
If set to TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. The default is FALSE
.
TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the
job is stopped. The default is FALSE
.public CancelMLModelTrainingJobRequest withClean(Boolean clean)
If set to TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. The default is FALSE
.
clean
- If set to TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the
job is stopped. The default is FALSE
.public Boolean isClean()
If set to TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. The default is FALSE
.
TRUE
, this flag specifies that all Amazon S3 artifacts should be deleted when the
job is stopped. The default is FALSE
.public String toString()
toString
in class Object
Object.toString()
public CancelMLModelTrainingJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()