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