public static interface StartMlDataProcessingJobRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<StartMlDataProcessingJobRequest.Builder,StartMlDataProcessingJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartMlDataProcessingJobRequest.Builder |
configFileName(String configFileName)
A data specification file that describes how to load the exported graph data for training.
|
StartMlDataProcessingJobRequest.Builder |
id(String id)
A unique identifier for the new job.
|
StartMlDataProcessingJobRequest.Builder |
inputDataS3Location(String inputDataS3Location)
The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data
processing job.
|
StartMlDataProcessingJobRequest.Builder |
modelType(String modelType)
One of the two model types that Neptune ML currently supports: heterogeneous graph models (
heterogeneous), and knowledge graph (kge). |
StartMlDataProcessingJobRequest.Builder |
neptuneIamRoleArn(String neptuneIamRoleArn)
The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf.
|
StartMlDataProcessingJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMlDataProcessingJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMlDataProcessingJobRequest.Builder |
previousDataProcessingJobId(String previousDataProcessingJobId)
The job ID of a completed data processing job run on an earlier version of the data.
|
StartMlDataProcessingJobRequest.Builder |
processedDataS3Location(String processedDataS3Location)
The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.
|
StartMlDataProcessingJobRequest.Builder |
processingInstanceType(String processingInstanceType)
The type of ML instance used during data processing.
|
StartMlDataProcessingJobRequest.Builder |
processingInstanceVolumeSizeInGB(Integer processingInstanceVolumeSizeInGB)
The disk volume size of the processing instance.
|
StartMlDataProcessingJobRequest.Builder |
processingTimeOutInSeconds(Integer processingTimeOutInSeconds)
Timeout in seconds for the data processing job.
|
StartMlDataProcessingJobRequest.Builder |
s3OutputEncryptionKMSKey(String s3OutputEncryptionKMSKey)
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the
processing job.
|
StartMlDataProcessingJobRequest.Builder |
sagemakerIamRoleArn(String sagemakerIamRoleArn)
The ARN of an IAM role for SageMaker execution.
|
StartMlDataProcessingJobRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs.
|
StartMlDataProcessingJobRequest.Builder |
securityGroupIds(String... securityGroupIds)
The VPC security group IDs.
|
StartMlDataProcessingJobRequest.Builder |
subnets(Collection<String> subnets)
The IDs of the subnets in the Neptune VPC.
|
StartMlDataProcessingJobRequest.Builder |
subnets(String... subnets)
The IDs of the subnets in the Neptune VPC.
|
StartMlDataProcessingJobRequest.Builder |
volumeEncryptionKMSKey(String volumeEncryptionKMSKey)
The Amazon Key Management Service (Amazon 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, buildStartMlDataProcessingJobRequest.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.StartMlDataProcessingJobRequest.Builder previousDataProcessingJobId(String previousDataProcessingJobId)
The job ID of a completed data processing job run on an earlier version of the data.
previousDataProcessingJobId - The job ID of a completed data processing job run on an earlier version of the data.StartMlDataProcessingJobRequest.Builder inputDataS3Location(String inputDataS3Location)
The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data processing job.
inputDataS3Location - The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data
processing job.StartMlDataProcessingJobRequest.Builder processedDataS3Location(String processedDataS3Location)
The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.
processedDataS3Location - The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing
job.StartMlDataProcessingJobRequest.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.StartMlDataProcessingJobRequest.Builder neptuneIamRoleArn(String neptuneIamRoleArn)
The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf. This must be listed in your DB cluster parameter group or an error will occur.
neptuneIamRoleArn - The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your
behalf. This must be listed in your DB cluster parameter group or an error will occur.StartMlDataProcessingJobRequest.Builder processingInstanceType(String processingInstanceType)
The type of ML instance used during data processing. Its memory should be large enough to hold the processed dataset. The default is the smallest ml.r5 type whose memory is ten times larger than the size of the exported graph data on disk.
processingInstanceType - The type of ML instance used during data processing. Its memory should be large enough to hold the
processed dataset. The default is the smallest ml.r5 type whose memory is ten times larger than the
size of the exported graph data on disk.StartMlDataProcessingJobRequest.Builder processingInstanceVolumeSizeInGB(Integer processingInstanceVolumeSizeInGB)
The disk volume size of the processing instance. Both input data and processed data are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML chooses the volume size automatically based on the data size.
processingInstanceVolumeSizeInGB - The disk volume size of the processing instance. Both input data and processed data are stored on
disk, so the volume size must be large enough to hold both data sets. The default is 0. If not
specified or 0, Neptune ML chooses the volume size automatically based on the data size.StartMlDataProcessingJobRequest.Builder processingTimeOutInSeconds(Integer processingTimeOutInSeconds)
Timeout in seconds for the data processing job. The default is 86,400 (1 day).
processingTimeOutInSeconds - Timeout in seconds for the data processing job. The default is 86,400 (1 day).StartMlDataProcessingJobRequest.Builder modelType(String modelType)
One of the two model types that Neptune ML currently supports: heterogeneous graph models (
heterogeneous), and knowledge graph (kge). The default is none. If not specified,
Neptune ML chooses the model type automatically based on the data.
modelType - One of the two model types that Neptune ML currently supports: heterogeneous graph models (
heterogeneous), and knowledge graph (kge). The default is none. If not
specified, Neptune ML chooses the model type automatically based on the data.StartMlDataProcessingJobRequest.Builder configFileName(String configFileName)
A data specification file that describes how to load the exported graph data for training. The file is
automatically generated by the Neptune export toolkit. The default is
training-data-configuration.json.
configFileName - A data specification file that describes how to load the exported graph data for training. The file is
automatically generated by the Neptune export toolkit. The default is
training-data-configuration.json.StartMlDataProcessingJobRequest.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.StartMlDataProcessingJobRequest.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.StartMlDataProcessingJobRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs. The default is None.
securityGroupIds - The VPC security group IDs. The default is None.StartMlDataProcessingJobRequest.Builder securityGroupIds(String... securityGroupIds)
The VPC security group IDs. The default is None.
securityGroupIds - The VPC security group IDs. The default is None.StartMlDataProcessingJobRequest.Builder volumeEncryptionKMSKey(String volumeEncryptionKMSKey)
The Amazon Key Management Service (Amazon 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 (Amazon 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.StartMlDataProcessingJobRequest.Builder s3OutputEncryptionKMSKey(String s3OutputEncryptionKMSKey)
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.
s3OutputEncryptionKMSKey - The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the
processing job. The default is none.StartMlDataProcessingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMlDataProcessingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.