default CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.appSpecification(Consumer<AppSpecification.Builder> appSpecification) |
Configures the processing job to run a specified Docker container image.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.appSpecification(AppSpecification 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) |
The environment variables to set 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, such as whether to allow inbound and outbound network calls to and
from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.networkConfig(NetworkConfig networkConfig) |
Networking options for a processing job, such as whether to allow inbound and outbound network calls to and
from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(Collection<ProcessingInput> processingInputs) |
An array of inputs configuring the data to download into the processing container.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(Consumer<ProcessingInput.Builder>... processingInputs) |
An array of inputs configuring the data to download into the processing container.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingInputs(ProcessingInput... processingInputs) |
An array of inputs configuring the data to download into the processing container.
|
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() |
|