Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateProcessingJobResponse> |
SageMakerAsyncClient.createProcessingJob(Consumer<CreateProcessingJobRequest.Builder> createProcessingJobRequest)
Creates a processing job.
|
default CreateProcessingJobResponse |
SageMakerClient.createProcessingJob(Consumer<CreateProcessingJobRequest.Builder> createProcessingJobRequest)
Creates a processing job.
|
Modifier and Type | Method and Description |
---|---|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.appSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified Docker container image.
|
default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.appSpecification(Consumer<AppSpecification.Builder> appSpecification)
Configures the processing job to run a specified Docker container image.
|
static CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.builder() |
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.environment(Map<String,String> environment)
Sets the environment variables in the Docker container.
|
default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.experimentConfig(Consumer<ExperimentConfig.Builder> experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.experimentConfig(ExperimentConfig experimentConfig)
Sets the value of the ExperimentConfig property for this object.
|
default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.networkConfig(Consumer<NetworkConfig.Builder> networkConfig)
Networking options for a processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.networkConfig(NetworkConfig networkConfig)
Networking options for a processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(Collection<ProcessingInput> processingInputs)
For each input, data is downloaded from S3 into the processing container before the processing job begins
running if "S3InputMode" is set to
File . |
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(Consumer<ProcessingInput.Builder>... processingInputs)
For each input, data is downloaded from S3 into the processing container before the processing job begins
running if "S3InputMode" is set to
File . |
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(ProcessingInput... processingInputs)
For each input, data is downloaded from S3 into the processing container before the processing job begins
running if "S3InputMode" is set to
File . |
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingJobName(String processingJobName)
The name of the processing job.
|
default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingOutputConfig(Consumer<ProcessingOutputConfig.Builder> processingOutputConfig)
Output configuration for the processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingOutputConfig(ProcessingOutputConfig processingOutputConfig)
Output configuration for the processing job.
|
default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingResources(Consumer<ProcessingResources.Builder> processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingResources(ProcessingResources processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your
behalf.
|
default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.stoppingCondition(Consumer<ProcessingStoppingCondition.Builder> stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.stoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.tags(Collection<Tag> tags)
(Optional) An array of key-value pairs.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.tags(Consumer<Tag.Builder>... tags)
(Optional) An array of key-value pairs.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.tags(Tag... tags)
(Optional) An array of key-value pairs.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateProcessingJobRequest.Builder> |
CreateProcessingJobRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.