Interface GetMlModelTrainingJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMlModelTrainingJobRequest.Builder,GetMlModelTrainingJobRequest>,NeptunedataRequest.Builder,SdkBuilder<GetMlModelTrainingJobRequest.Builder,GetMlModelTrainingJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMlModelTrainingJobRequest
public static interface GetMlModelTrainingJobRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<GetMlModelTrainingJobRequest.Builder,GetMlModelTrainingJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMlModelTrainingJobRequest.Builderid(String id)The unique identifier of the model-training job to retrieve.GetMlModelTrainingJobRequest.BuilderneptuneIamRoleArn(String neptuneIamRoleArn)The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.GetMlModelTrainingJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMlModelTrainingJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
GetMlModelTrainingJobRequest.Builder id(String id)
The 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.
-
neptuneIamRoleArn
GetMlModelTrainingJobRequest.Builder neptuneIamRoleArn(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.
- 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.
-
overrideConfiguration
GetMlModelTrainingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMlModelTrainingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-