@Generated(value="software.amazon.awssdk:codegen") public final class CancelMlModelTransformJobRequest extends NeptunedataRequest implements ToCopyableBuilder<CancelMlModelTransformJobRequest.Builder,CancelMlModelTransformJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CancelMlModelTransformJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CancelMlModelTransformJobRequest.Builder |
builder() |
Boolean |
clean()
If this flag is set to
TRUE, all Neptune ML 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 ID of the model transform 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 CancelMlModelTransformJobRequest.Builder> |
serializableBuilderClass() |
CancelMlModelTransformJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique ID of the model transform 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 this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped.
The default is FALSE.
TRUE, all Neptune ML S3 artifacts should be deleted when the job is
stopped. The default is FALSE.public CancelMlModelTransformJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CancelMlModelTransformJobRequest.Builder,CancelMlModelTransformJobRequest>toBuilder in class NeptunedataRequestpublic static CancelMlModelTransformJobRequest.Builder builder()
public static Class<? extends CancelMlModelTransformJobRequest.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.