| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingJob |
ProcessingJob.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
ProcessingJob |
ProcessingJob.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
ProcessingJob |
ProcessingJob.clone() |
ProcessingJob |
TrialComponentSourceDetail.getProcessingJob()
Information about a processing job that's the source of a trial component.
|
ProcessingJob |
ProcessingJob.withAppSpecification(AppSpecification appSpecification) |
ProcessingJob |
ProcessingJob.withAutoMLJobArn(String autoMLJobArn)
The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.
|
ProcessingJob |
ProcessingJob.withCreationTime(Date creationTime)
The time the processing job was created.
|
ProcessingJob |
ProcessingJob.withEnvironment(Map<String,String> environment)
Sets the environment variables in the Docker container.
|
ProcessingJob |
ProcessingJob.withExitMessage(String exitMessage)
A string, up to one KB in size, that contains metadata from the processing container when the processing job
exits.
|
ProcessingJob |
ProcessingJob.withExperimentConfig(ExperimentConfig experimentConfig) |
ProcessingJob |
ProcessingJob.withFailureReason(String failureReason)
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
ProcessingJob |
ProcessingJob.withLastModifiedTime(Date lastModifiedTime)
The time the processing job was last modified.
|
ProcessingJob |
ProcessingJob.withMonitoringScheduleArn(String monitoringScheduleArn)
The ARN of a monitoring schedule for an endpoint associated with this processing job.
|
ProcessingJob |
ProcessingJob.withNetworkConfig(NetworkConfig networkConfig) |
ProcessingJob |
ProcessingJob.withProcessingEndTime(Date processingEndTime)
The time that the processing job ended.
|
ProcessingJob |
ProcessingJob.withProcessingInputs(Collection<ProcessingInput> processingInputs)
List of input configurations for the processing job.
|
ProcessingJob |
ProcessingJob.withProcessingInputs(ProcessingInput... processingInputs)
List of input configurations for the processing job.
|
ProcessingJob |
ProcessingJob.withProcessingJobArn(String processingJobArn)
The ARN of the processing job.
|
ProcessingJob |
ProcessingJob.withProcessingJobName(String processingJobName)
The name of the processing job.
|
ProcessingJob |
ProcessingJob.withProcessingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
|
ProcessingJob |
ProcessingJob.withProcessingJobStatus(String processingJobStatus)
The status of the processing job.
|
ProcessingJob |
ProcessingJob.withProcessingOutputConfig(ProcessingOutputConfig processingOutputConfig) |
ProcessingJob |
ProcessingJob.withProcessingResources(ProcessingResources processingResources) |
ProcessingJob |
ProcessingJob.withProcessingStartTime(Date processingStartTime)
The time that the processing job started.
|
ProcessingJob |
ProcessingJob.withRoleArn(String roleArn)
The ARN of the role used to create the processing job.
|
ProcessingJob |
ProcessingJob.withStoppingCondition(ProcessingStoppingCondition stoppingCondition) |
ProcessingJob |
ProcessingJob.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
ProcessingJob |
ProcessingJob.withTags(Tag... tags)
An array of key-value pairs.
|
ProcessingJob |
ProcessingJob.withTrainingJobArn(String trainingJobArn)
The ARN of the training job associated with this processing job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponentSourceDetail.setProcessingJob(ProcessingJob processingJob)
Information about a processing job that's the source of a trial component.
|
TrialComponentSourceDetail |
TrialComponentSourceDetail.withProcessingJob(ProcessingJob processingJob)
Information about a processing job that's the source of a trial component.
|
Copyright © 2022. All rights reserved.