| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingJobStatus |
ProcessingJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static ProcessingJobStatus |
ProcessingJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingJobStatus[] |
ProcessingJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingJob |
ProcessingJob.withProcessingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
|
ProcessingJobSummary |
ProcessingJobSummary.withProcessingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
|
DescribeProcessingJobResult |
DescribeProcessingJobResult.withProcessingJobStatus(ProcessingJobStatus processingJobStatus)
Provides the status of a processing job.
|
ListProcessingJobsRequest |
ListProcessingJobsRequest.withStatusEquals(ProcessingJobStatus statusEquals)
A filter that retrieves only processing jobs with a specific status.
|
Copyright © 2023. All rights reserved.