Interface CancelMlModelTrainingJobRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CancelMlModelTrainingJobRequest.Builder,,- CancelMlModelTrainingJobRequest> - NeptunedataRequest.Builder,- SdkBuilder<CancelMlModelTrainingJobRequest.Builder,,- CancelMlModelTrainingJobRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CancelMlModelTrainingJobRequest
@Mutable
@NotThreadSafe
public static interface CancelMlModelTrainingJobRequest.Builder
extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<CancelMlModelTrainingJobRequest.Builder,CancelMlModelTrainingJobRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionIf set toTRUE, this flag specifies that all Amazon S3 artifacts should be deleted when the job is stopped.The unique identifier of the model-training job to be canceled.neptuneIamRoleArn(String neptuneIamRoleArn) The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe unique identifier of the model-training job to be canceled. - Parameters:
- id- The unique identifier of the model-training job to be canceled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
neptuneIamRoleArnThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cleanIf set to TRUE, this flag specifies that all Amazon S3 artifacts should be deleted when the job is stopped. The default isFALSE.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCancelMlModelTrainingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCancelMlModelTrainingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-