| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
default StartMlModelTransformJobResponse |
NeptunedataClient.startMLModelTransformJob(Consumer<StartMlModelTransformJobRequest.Builder> startMlModelTransformJobRequest)
Creates a new model transform job.
|
default CompletableFuture<StartMlModelTransformJobResponse> |
NeptunedataAsyncClient.startMLModelTransformJob(Consumer<StartMlModelTransformJobRequest.Builder> startMlModelTransformJobRequest)
Creates a new model transform job.
|
| Modifier and Type | Method and Description |
|---|---|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.baseProcessingInstanceType(String baseProcessingInstanceType)
The type of ML instance used in preparing and managing training of ML models.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.baseProcessingInstanceVolumeSizeInGB(Integer baseProcessingInstanceVolumeSizeInGB)
The disk volume size of the training instance in gigabytes.
|
static StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.builder() |
default StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.customModelTransformParameters(Consumer<CustomModelTransformParameters.Builder> customModelTransformParameters)
Configuration information for a model transform using a custom model.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.customModelTransformParameters(CustomModelTransformParameters customModelTransformParameters)
Configuration information for a model transform using a custom model.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.dataProcessingJobId(String dataProcessingJobId)
The job ID of a completed data-processing job.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.id(String id)
A unique identifier for the new job.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.mlModelTrainingJobId(String mlModelTrainingJobId)
The job ID of a completed model-training job.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.modelTransformOutputS3Location(String modelTransformOutputS3Location)
The location in Amazon S3 where the model artifacts are to be stored.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMlModelTransformJobRequest.Builder |
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 |
StartMlModelTransformJobRequest.Builder.sagemakerIamRoleArn(String sagemakerIamRoleArn)
The ARN of an IAM role for SageMaker execution.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.securityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.securityGroupIds(String... securityGroupIds)
The VPC security group IDs.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.subnets(Collection<String> subnets)
The IDs of the subnets in the Neptune VPC.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.subnets(String... subnets)
The IDs of the subnets in the Neptune VPC.
|
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.toBuilder() |
StartMlModelTransformJobRequest.Builder |
StartMlModelTransformJobRequest.Builder.trainingJobName(String trainingJobName)
The name of a completed SageMaker training job.
|
StartMlModelTransformJobRequest.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartMlModelTransformJobRequest.Builder> |
StartMlModelTransformJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.