public static interface StartMlModelTransformJobRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<StartMlModelTransformJobRequest.Builder,StartMlModelTransformJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartMlModelTransformJobRequest.Builder |
baseProcessingInstanceType(String baseProcessingInstanceType)
The type of ML instance used in preparing and managing training of ML models.
|
StartMlModelTransformJobRequest.Builder |
baseProcessingInstanceVolumeSizeInGB(Integer baseProcessingInstanceVolumeSizeInGB)
The disk volume size of the training instance in gigabytes.
|
default StartMlModelTransformJobRequest.Builder |
customModelTransformParameters(Consumer<CustomModelTransformParameters.Builder> customModelTransformParameters)
Configuration information for a model transform using a custom model.
|
StartMlModelTransformJobRequest.Builder |
customModelTransformParameters(CustomModelTransformParameters customModelTransformParameters)
Configuration information for a model transform using a custom model.
|
StartMlModelTransformJobRequest.Builder |
dataProcessingJobId(String dataProcessingJobId)
The job ID of a completed data-processing job.
|
StartMlModelTransformJobRequest.Builder |
id(String id)
A unique identifier for the new job.
|
StartMlModelTransformJobRequest.Builder |
mlModelTrainingJobId(String mlModelTrainingJobId)
The job ID of a completed model-training job.
|
StartMlModelTransformJobRequest.Builder |
modelTransformOutputS3Location(String modelTransformOutputS3Location)
The location in Amazon S3 where the model artifacts are to be stored.
|
StartMlModelTransformJobRequest.Builder |
neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
StartMlModelTransformJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMlModelTransformJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMlModelTransformJobRequest.Builder |
s3OutputEncryptionKMSKey(String s3OutputEncryptionKMSKey)
The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt the output of the processing job.
|
StartMlModelTransformJobRequest.Builder |
sagemakerIamRoleArn(String sagemakerIamRoleArn)
The ARN of an IAM role for SageMaker execution.
|
StartMlModelTransformJobRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs.
|
StartMlModelTransformJobRequest.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security group IDs.
|
StartMlModelTransformJobRequest.Builder |
subnets(Collection<String> subnets)
The IDs of the subnets in the Neptune VPC.
|
StartMlModelTransformJobRequest.Builder |
subnets(String... subnets)
The IDs of the subnets in the Neptune VPC.
|
StartMlModelTransformJobRequest.Builder |
trainingJobName(String trainingJobName)
The name of a completed SageMaker training job.
|
StartMlModelTransformJobRequest.Builder |
volumeEncryptionKMSKey(String volumeEncryptionKMSKey)
The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume
attached to the ML compute instances that run the training job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMlModelTransformJobRequest.Builder id(String id)
A unique identifier for the new job. The default is an autogenerated UUID.
id - A unique identifier for the new job. The default is an autogenerated UUID.StartMlModelTransformJobRequest.Builder dataProcessingJobId(String dataProcessingJobId)
The job ID of a completed data-processing job. You must include either dataProcessingJobId and a
mlModelTrainingJobId, or a trainingJobName.
dataProcessingJobId - The job ID of a completed data-processing job. You must include either
dataProcessingJobId and a mlModelTrainingJobId, or a
trainingJobName.StartMlModelTransformJobRequest.Builder mlModelTrainingJobId(String mlModelTrainingJobId)
The job ID of a completed model-training job. You must include either dataProcessingJobId and a
mlModelTrainingJobId, or a trainingJobName.
mlModelTrainingJobId - The job ID of a completed model-training job. You must include either dataProcessingJobId
and a mlModelTrainingJobId, or a trainingJobName.StartMlModelTransformJobRequest.Builder trainingJobName(String trainingJobName)
The name of a completed SageMaker training job. You must include either dataProcessingJobId and
a mlModelTrainingJobId, or a trainingJobName.
trainingJobName - The name of a completed SageMaker training job. You must include either
dataProcessingJobId and a mlModelTrainingJobId, or a
trainingJobName.StartMlModelTransformJobRequest.Builder modelTransformOutputS3Location(String modelTransformOutputS3Location)
The location in Amazon S3 where the model artifacts are to be stored.
modelTransformOutputS3Location - The location in Amazon S3 where the model artifacts are to be stored.StartMlModelTransformJobRequest.Builder sagemakerIamRoleArn(String sagemakerIamRoleArn)
The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.
sagemakerIamRoleArn - The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group
or an error will occur.StartMlModelTransformJobRequest.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.
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.StartMlModelTransformJobRequest.Builder customModelTransformParameters(CustomModelTransformParameters customModelTransformParameters)
Configuration information for a model transform using a custom model. The
customModelTransformParameters object contains the following fields, which must have values
compatible with the saved model parameters from the training job:
customModelTransformParameters - Configuration information for a model transform using a custom model. The
customModelTransformParameters object contains the following fields, which must have
values compatible with the saved model parameters from the training job:default StartMlModelTransformJobRequest.Builder customModelTransformParameters(Consumer<CustomModelTransformParameters.Builder> customModelTransformParameters)
Configuration information for a model transform using a custom model. The
customModelTransformParameters object contains the following fields, which must have values
compatible with the saved model parameters from the training job:
CustomModelTransformParameters.Builder
avoiding the need to create one manually via CustomModelTransformParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
customModelTransformParameters(CustomModelTransformParameters).
customModelTransformParameters - a consumer that will call methods on CustomModelTransformParameters.BuildercustomModelTransformParameters(CustomModelTransformParameters)StartMlModelTransformJobRequest.Builder baseProcessingInstanceType(String baseProcessingInstanceType)
The type of ML instance used in preparing and managing training of ML models. This is an ML compute instance chosen based on memory requirements for processing the training data and model.
baseProcessingInstanceType - The type of ML instance used in preparing and managing training of ML models. This is an ML compute
instance chosen based on memory requirements for processing the training data and model.StartMlModelTransformJobRequest.Builder baseProcessingInstanceVolumeSizeInGB(Integer baseProcessingInstanceVolumeSizeInGB)
The disk volume size of the training instance in gigabytes. The default is 0. Both input data and the output model are stored on disk, so the volume size must be large enough to hold both data sets. If not specified or 0, Neptune ML selects a disk volume size based on the recommendation generated in the data processing step.
baseProcessingInstanceVolumeSizeInGB - The disk volume size of the training instance in gigabytes. The default is 0. Both input data and the
output model are stored on disk, so the volume size must be large enough to hold both data sets. If
not specified or 0, Neptune ML selects a disk volume size based on the recommendation generated in the
data processing step.StartMlModelTransformJobRequest.Builder subnets(Collection<String> subnets)
The IDs of the subnets in the Neptune VPC. The default is None.
subnets - The IDs of the subnets in the Neptune VPC. The default is None.StartMlModelTransformJobRequest.Builder subnets(String... subnets)
The IDs of the subnets in the Neptune VPC. The default is None.
subnets - The IDs of the subnets in the Neptune VPC. The default is None.StartMlModelTransformJobRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs. The default is None.
securityGroupIds - The VPC security group IDs. The default is None.StartMlModelTransformJobRequest.Builder securityGroupIds(String... securityGroupIds)
The VPC security group IDs. The default is None.
securityGroupIds - The VPC security group IDs. The default is None.StartMlModelTransformJobRequest.Builder volumeEncryptionKMSKey(String volumeEncryptionKMSKey)
The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.
volumeEncryptionKMSKey - The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume
attached to the ML compute instances that run the training job. The default is None.StartMlModelTransformJobRequest.Builder s3OutputEncryptionKMSKey(String s3OutputEncryptionKMSKey)
The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.
s3OutputEncryptionKMSKey - The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt the output of the
processing job. The default is none.StartMlModelTransformJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMlModelTransformJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.