| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobStatus |
LabelingJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static LabelingJobStatus |
LabelingJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelingJobStatus[] |
LabelingJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LabelingJobSummary |
LabelingJobSummary.withLabelingJobStatus(LabelingJobStatus labelingJobStatus)
The current status of the labeling job.
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withLabelingJobStatus(LabelingJobStatus labelingJobStatus)
The processing status of the labeling job.
|
ListLabelingJobsRequest |
ListLabelingJobsRequest.withStatusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
Copyright © 2025. All rights reserved.