@Generated(value="software.amazon.awssdk:codegen") public final class CancelMlModelTrainingJobRequest extends NeptunedataRequest implements ToCopyableBuilder<CancelMlModelTrainingJobRequest.Builder,CancelMlModelTrainingJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CancelMlModelTrainingJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CancelMlModelTrainingJobRequest.Builder |
builder() |
Boolean |
clean()
If set to
TRUE, this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier of the model-training job to be canceled.
|
String |
neptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CancelMlModelTrainingJobRequest.Builder> |
serializableBuilderClass() |
CancelMlModelTrainingJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier of the model-training job to be canceled.
public final 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.
public final 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.
TRUE, this flag specifies that all Amazon S3 artifacts should be deleted when the
job is stopped. The default is FALSE.public CancelMlModelTrainingJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CancelMlModelTrainingJobRequest.Builder,CancelMlModelTrainingJobRequest>toBuilder in class NeptunedataRequestpublic static CancelMlModelTrainingJobRequest.Builder builder()
public static Class<? extends CancelMlModelTrainingJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.