public static interface DescribeProcessingJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeProcessingJobResponse.Builder,DescribeProcessingJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProcessingJobResponse.Builder |
appSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified container image.
|
default DescribeProcessingJobResponse.Builder |
appSpecification(Consumer<AppSpecification.Builder> appSpecification)
Configures the processing job to run a specified container image.
|
DescribeProcessingJobResponse.Builder |
autoMLJobArn(String autoMLJobArn)
The ARN of an AutoML job associated with this processing job.
|
DescribeProcessingJobResponse.Builder |
creationTime(Instant creationTime)
The time at which the processing job was created.
|
DescribeProcessingJobResponse.Builder |
environment(Map<String,String> environment)
The environment variables set in the Docker container.
|
DescribeProcessingJobResponse.Builder |
exitMessage(String exitMessage)
An optional string, up to one KB in size, that contains metadata from the processing container when the
processing job exits.
|
default DescribeProcessingJobResponse.Builder |
experimentConfig(Consumer<ExperimentConfig.Builder> experimentConfig)
The configuration information used to create an experiment.
|
DescribeProcessingJobResponse.Builder |
experimentConfig(ExperimentConfig experimentConfig)
The configuration information used to create an experiment.
|
DescribeProcessingJobResponse.Builder |
failureReason(String failureReason)
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
DescribeProcessingJobResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time at which the processing job was last modified.
|
DescribeProcessingJobResponse.Builder |
monitoringScheduleArn(String monitoringScheduleArn)
The ARN of a monitoring schedule for an endpoint associated with this processing job.
|
default DescribeProcessingJobResponse.Builder |
networkConfig(Consumer<NetworkConfig.Builder> networkConfig)
Networking options for a processing job.
|
DescribeProcessingJobResponse.Builder |
networkConfig(NetworkConfig networkConfig)
Networking options for a processing job.
|
DescribeProcessingJobResponse.Builder |
processingEndTime(Instant processingEndTime)
The time at which the processing job completed.
|
DescribeProcessingJobResponse.Builder |
processingInputs(Collection<ProcessingInput> processingInputs)
The inputs for a processing job.
|
DescribeProcessingJobResponse.Builder |
processingInputs(Consumer<ProcessingInput.Builder>... processingInputs)
The inputs for a processing job.
|
DescribeProcessingJobResponse.Builder |
processingInputs(ProcessingInput... processingInputs)
The inputs for a processing job.
|
DescribeProcessingJobResponse.Builder |
processingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job.
|
DescribeProcessingJobResponse.Builder |
processingJobName(String processingJobName)
The name of the processing job.
|
DescribeProcessingJobResponse.Builder |
processingJobStatus(ProcessingJobStatus processingJobStatus)
Provides the status of a processing job.
|
DescribeProcessingJobResponse.Builder |
processingJobStatus(String processingJobStatus)
Provides the status of a processing job.
|
default DescribeProcessingJobResponse.Builder |
processingOutputConfig(Consumer<ProcessingOutputConfig.Builder> processingOutputConfig)
Output configuration for the processing job.
|
DescribeProcessingJobResponse.Builder |
processingOutputConfig(ProcessingOutputConfig processingOutputConfig)
Output configuration for the processing job.
|
default DescribeProcessingJobResponse.Builder |
processingResources(Consumer<ProcessingResources.Builder> processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
DescribeProcessingJobResponse.Builder |
processingResources(ProcessingResources processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
DescribeProcessingJobResponse.Builder |
processingStartTime(Instant processingStartTime)
The time at which the processing job started.
|
DescribeProcessingJobResponse.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 DescribeProcessingJobResponse.Builder |
stoppingCondition(Consumer<ProcessingStoppingCondition.Builder> stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
DescribeProcessingJobResponse.Builder |
stoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
DescribeProcessingJobResponse.Builder |
trainingJobArn(String trainingJobArn)
The ARN of a training job associated with this processing job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProcessingJobResponse.Builder processingInputs(Collection<ProcessingInput> processingInputs)
The inputs for a processing job.
processingInputs - The inputs for a processing job.DescribeProcessingJobResponse.Builder processingInputs(ProcessingInput... processingInputs)
The inputs for a processing job.
processingInputs - The inputs for a processing job.DescribeProcessingJobResponse.Builder processingInputs(Consumer<ProcessingInput.Builder>... processingInputs)
The inputs for a processing job.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #processingInputs(List) .processingInputs - a consumer that will call methods on List.Builder #processingInputs(List) DescribeProcessingJobResponse.Builder processingOutputConfig(ProcessingOutputConfig processingOutputConfig)
Output configuration for the processing job.
processingOutputConfig - Output configuration for the processing job.default DescribeProcessingJobResponse.Builder processingOutputConfig(Consumer<ProcessingOutputConfig.Builder> processingOutputConfig)
Output configuration for the processing job.
This is a convenience that creates an instance of theProcessingOutputConfig.Builder avoiding the
need to create one manually via ProcessingOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to processingOutputConfig(ProcessingOutputConfig).processingOutputConfig - a consumer that will call methods on ProcessingOutputConfig.BuilderprocessingOutputConfig(ProcessingOutputConfig)DescribeProcessingJobResponse.Builder processingJobName(String processingJobName)
The name of the processing job. The name must be unique within an AWS Region in the AWS account.
processingJobName - The name of the processing job. The name must be unique within an AWS Region in the AWS account.DescribeProcessingJobResponse.Builder processingResources(ProcessingResources processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
processingResources - Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
In distributed training, you specify more than one instance.default DescribeProcessingJobResponse.Builder processingResources(Consumer<ProcessingResources.Builder> processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
This is a convenience that creates an instance of theProcessingResources.Builder avoiding the need
to create one manually via ProcessingResources.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to processingResources(ProcessingResources).processingResources - a consumer that will call methods on ProcessingResources.BuilderprocessingResources(ProcessingResources)DescribeProcessingJobResponse.Builder stoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
stoppingCondition - The time limit for how long the processing job is allowed to run.default DescribeProcessingJobResponse.Builder stoppingCondition(Consumer<ProcessingStoppingCondition.Builder> stoppingCondition)
The time limit for how long the processing job is allowed to run.
This is a convenience that creates an instance of theProcessingStoppingCondition.Builder avoiding
the need to create one manually via ProcessingStoppingCondition.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to stoppingCondition(ProcessingStoppingCondition).stoppingCondition - a consumer that will call methods on ProcessingStoppingCondition.BuilderstoppingCondition(ProcessingStoppingCondition)DescribeProcessingJobResponse.Builder appSpecification(AppSpecification appSpecification)
Configures the processing job to run a specified container image.
appSpecification - Configures the processing job to run a specified container image.default DescribeProcessingJobResponse.Builder appSpecification(Consumer<AppSpecification.Builder> appSpecification)
Configures the processing job to run a specified container image.
This is a convenience that creates an instance of theAppSpecification.Builder avoiding the need to
create one manually via AppSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appSpecification(AppSpecification).appSpecification - a consumer that will call methods on AppSpecification.BuilderappSpecification(AppSpecification)DescribeProcessingJobResponse.Builder environment(Map<String,String> environment)
The environment variables set in the Docker container.
environment - The environment variables set in the Docker container.DescribeProcessingJobResponse.Builder networkConfig(NetworkConfig networkConfig)
Networking options for a processing job.
networkConfig - Networking options for a processing job.default DescribeProcessingJobResponse.Builder networkConfig(Consumer<NetworkConfig.Builder> networkConfig)
Networking options for a processing job.
This is a convenience that creates an instance of theNetworkConfig.Builder avoiding the need to
create one manually via NetworkConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to networkConfig(NetworkConfig).networkConfig - a consumer that will call methods on NetworkConfig.BuildernetworkConfig(NetworkConfig)DescribeProcessingJobResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on
your behalf.DescribeProcessingJobResponse.Builder experimentConfig(ExperimentConfig experimentConfig)
The configuration information used to create an experiment.
experimentConfig - The configuration information used to create an experiment.default DescribeProcessingJobResponse.Builder experimentConfig(Consumer<ExperimentConfig.Builder> experimentConfig)
The configuration information used to create an experiment.
This is a convenience that creates an instance of theExperimentConfig.Builder avoiding the need to
create one manually via ExperimentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to experimentConfig(ExperimentConfig).experimentConfig - a consumer that will call methods on ExperimentConfig.BuilderexperimentConfig(ExperimentConfig)DescribeProcessingJobResponse.Builder processingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job.
processingJobArn - The Amazon Resource Name (ARN) of the processing job.DescribeProcessingJobResponse.Builder processingJobStatus(String processingJobStatus)
Provides the status of a processing job.
processingJobStatus - Provides the status of a processing job.ProcessingJobStatus,
ProcessingJobStatusDescribeProcessingJobResponse.Builder processingJobStatus(ProcessingJobStatus processingJobStatus)
Provides the status of a processing job.
processingJobStatus - Provides the status of a processing job.ProcessingJobStatus,
ProcessingJobStatusDescribeProcessingJobResponse.Builder exitMessage(String exitMessage)
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
exitMessage - An optional string, up to one KB in size, that contains metadata from the processing container when
the processing job exits.DescribeProcessingJobResponse.Builder failureReason(String failureReason)
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.DescribeProcessingJobResponse.Builder processingEndTime(Instant processingEndTime)
The time at which the processing job completed.
processingEndTime - The time at which the processing job completed.DescribeProcessingJobResponse.Builder processingStartTime(Instant processingStartTime)
The time at which the processing job started.
processingStartTime - The time at which the processing job started.DescribeProcessingJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time at which the processing job was last modified.
lastModifiedTime - The time at which the processing job was last modified.DescribeProcessingJobResponse.Builder creationTime(Instant creationTime)
The time at which the processing job was created.
creationTime - The time at which the processing job was created.DescribeProcessingJobResponse.Builder monitoringScheduleArn(String monitoringScheduleArn)
The ARN of a monitoring schedule for an endpoint associated with this processing job.
monitoringScheduleArn - The ARN of a monitoring schedule for an endpoint associated with this processing job.DescribeProcessingJobResponse.Builder autoMLJobArn(String autoMLJobArn)
The ARN of an AutoML job associated with this processing job.
autoMLJobArn - The ARN of an AutoML job associated with this processing job.DescribeProcessingJobResponse.Builder trainingJobArn(String trainingJobArn)
The ARN of a training job associated with this processing job.
trainingJobArn - The ARN of a training job associated with this processing job.Copyright © 2021. All rights reserved.