Interface GetMlModelTrainingJobRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetMlModelTrainingJobRequest.Builder,,- GetMlModelTrainingJobRequest> - NeptunedataRequest.Builder,- SdkBuilder<GetMlModelTrainingJobRequest.Builder,,- GetMlModelTrainingJobRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetMlModelTrainingJobRequest
@Mutable
@NotThreadSafe
public static interface GetMlModelTrainingJobRequest.Builder
extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<GetMlModelTrainingJobRequest.Builder,GetMlModelTrainingJobRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier of the model-training job to retrieve.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 retrieve. - Parameters:
- id- The unique identifier of the model-training job to retrieve.
- 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.
 
- 
overrideConfigurationGetMlModelTrainingJobRequest.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.
 
- 
overrideConfigurationGetMlModelTrainingJobRequest.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.
 
 
-