default ProcessingJob.Builder |
ProcessingJob.Builder.appSpecification(Consumer<AppSpecification.Builder> appSpecification) |
Sets the value of the AppSpecification property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.appSpecification(AppSpecification appSpecification) |
Sets the value of the AppSpecification property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.autoMLJobArn(String autoMLJobArn) |
The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.
|
static ProcessingJob.Builder |
ProcessingJob.builder() |
|
ProcessingJob.Builder |
ProcessingJob.Builder.creationTime(Instant creationTime) |
The time the processing job was created.
|
ProcessingJob.Builder |
ProcessingJob.Builder.environment(Map<String,String> environment) |
Sets the environment variables in the Docker container.
|
ProcessingJob.Builder |
ProcessingJob.Builder.exitMessage(String exitMessage) |
A string, up to one KB in size, that contains metadata from the processing container when the processing job
exits.
|
default ProcessingJob.Builder |
ProcessingJob.Builder.experimentConfig(Consumer<ExperimentConfig.Builder> experimentConfig) |
Sets the value of the ExperimentConfig property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.experimentConfig(ExperimentConfig experimentConfig) |
Sets the value of the ExperimentConfig property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.failureReason(String failureReason) |
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
ProcessingJob.Builder |
ProcessingJob.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time the processing job was last modified.
|
ProcessingJob.Builder |
ProcessingJob.Builder.monitoringScheduleArn(String monitoringScheduleArn) |
The ARN of a monitoring schedule for an endpoint associated with this processing job.
|
default ProcessingJob.Builder |
ProcessingJob.Builder.networkConfig(Consumer<NetworkConfig.Builder> networkConfig) |
Sets the value of the NetworkConfig property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.networkConfig(NetworkConfig networkConfig) |
Sets the value of the NetworkConfig property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingEndTime(Instant processingEndTime) |
The time that the processing job ended.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingInputs(Collection<ProcessingInput> processingInputs) |
List of input configurations for the processing job.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingInputs(Consumer<ProcessingInput.Builder>... processingInputs) |
List of input configurations for the processing job.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingInputs(ProcessingInput... processingInputs) |
List of input configurations for the processing job.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingJobArn(String processingJobArn) |
The ARN of the processing job.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingJobName(String processingJobName) |
The name of the processing job.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingJobStatus(String processingJobStatus) |
The status of the processing job.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingJobStatus(ProcessingJobStatus processingJobStatus) |
The status of the processing job.
|
default ProcessingJob.Builder |
ProcessingJob.Builder.processingOutputConfig(Consumer<ProcessingOutputConfig.Builder> processingOutputConfig) |
Sets the value of the ProcessingOutputConfig property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingOutputConfig(ProcessingOutputConfig processingOutputConfig) |
Sets the value of the ProcessingOutputConfig property for this object.
|
default ProcessingJob.Builder |
ProcessingJob.Builder.processingResources(Consumer<ProcessingResources.Builder> processingResources) |
Sets the value of the ProcessingResources property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingResources(ProcessingResources processingResources) |
Sets the value of the ProcessingResources property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingStartTime(Instant processingStartTime) |
The time that the processing job started.
|
ProcessingJob.Builder |
ProcessingJob.Builder.roleArn(String roleArn) |
The ARN of the role used to create the processing job.
|
default ProcessingJob.Builder |
ProcessingJob.Builder.stoppingCondition(Consumer<ProcessingStoppingCondition.Builder> stoppingCondition) |
Sets the value of the StoppingCondition property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.stoppingCondition(ProcessingStoppingCondition stoppingCondition) |
Sets the value of the StoppingCondition property for this object.
|
ProcessingJob.Builder |
ProcessingJob.Builder.tags(Collection<Tag> tags) |
An array of key-value pairs.
|
ProcessingJob.Builder |
ProcessingJob.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key-value pairs.
|
ProcessingJob.Builder |
ProcessingJob.Builder.tags(Tag... tags) |
An array of key-value pairs.
|
ProcessingJob.Builder |
ProcessingJob.toBuilder() |
|
ProcessingJob.Builder |
ProcessingJob.Builder.trainingJobArn(String trainingJobArn) |
The ARN of the training job associated with this processing job.
|