| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingJobSummary |
ProcessingJobSummary.clone() |
ProcessingJobSummary |
ProcessingJobSummary.withCreationTime(Date creationTime)
The time at which the processing job was created.
|
ProcessingJobSummary |
ProcessingJobSummary.withExitMessage(String exitMessage)
An optional string, up to one KB in size, that contains metadata from the processing container when the
processing job exits.
|
ProcessingJobSummary |
ProcessingJobSummary.withFailureReason(String failureReason)
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
|
ProcessingJobSummary |
ProcessingJobSummary.withLastModifiedTime(Date lastModifiedTime)
A timestamp that indicates the last time the processing job was modified.
|
ProcessingJobSummary |
ProcessingJobSummary.withProcessingEndTime(Date processingEndTime)
The time at which the processing job completed.
|
ProcessingJobSummary |
ProcessingJobSummary.withProcessingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job..
|
ProcessingJobSummary |
ProcessingJobSummary.withProcessingJobName(String processingJobName)
The name of the processing job.
|
ProcessingJobSummary |
ProcessingJobSummary.withProcessingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
|
ProcessingJobSummary |
ProcessingJobSummary.withProcessingJobStatus(String processingJobStatus)
The status of the processing job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingJobSummary> |
ListProcessingJobsResult.getProcessingJobSummaries()
An array of
ProcessingJobSummary objects, each listing a processing job. |
| Modifier and Type | Method and Description |
|---|---|
ListProcessingJobsResult |
ListProcessingJobsResult.withProcessingJobSummaries(ProcessingJobSummary... processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProcessingJobsResult.setProcessingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
ListProcessingJobsResult |
ListProcessingJobsResult.withProcessingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
Copyright © 2022. All rights reserved.