| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingJobStatus |
ProcessingJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessingJobStatus |
ProcessingJobSummary.processingJobStatus()
The status of the processing job.
|
ProcessingJobStatus |
DescribeProcessingJobResponse.processingJobStatus()
Provides the status of a processing job.
|
ProcessingJobStatus |
ProcessingJob.processingJobStatus()
The status of the processing job.
|
ProcessingJobStatus |
ListProcessingJobsRequest.statusEquals()
A filter that retrieves only processing jobs with a specific status.
|
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 |
|---|---|
static Set<ProcessingJobStatus> |
ProcessingJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingJobSummary.Builder |
ProcessingJobSummary.Builder.processingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
|
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.processingJobStatus(ProcessingJobStatus processingJobStatus)
Provides the status of a processing job.
|
ProcessingJob.Builder |
ProcessingJob.Builder.processingJobStatus(ProcessingJobStatus processingJobStatus)
The status of the processing job.
|
ListProcessingJobsRequest.Builder |
ListProcessingJobsRequest.Builder.statusEquals(ProcessingJobStatus statusEquals)
A filter that retrieves only processing jobs with a specific status.
|
Copyright © 2021. All rights reserved.