| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationJobStatus |
RecommendationJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecommendationJobStatus |
InferenceRecommendationsJob.status()
The status of the job.
|
RecommendationJobStatus |
DescribeInferenceRecommendationsJobResponse.status()
The status of the job.
|
RecommendationJobStatus |
ListInferenceRecommendationsJobsRequest.statusEquals()
A filter that retrieves only inference recommendations jobs with a specific status.
|
static RecommendationJobStatus |
RecommendationJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecommendationJobStatus[] |
RecommendationJobStatus.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<RecommendationJobStatus> |
RecommendationJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InferenceRecommendationsJob.Builder |
InferenceRecommendationsJob.Builder.status(RecommendationJobStatus status)
The status of the job.
|
DescribeInferenceRecommendationsJobResponse.Builder |
DescribeInferenceRecommendationsJobResponse.Builder.status(RecommendationJobStatus status)
The status of the job.
|
ListInferenceRecommendationsJobsRequest.Builder |
ListInferenceRecommendationsJobsRequest.Builder.statusEquals(RecommendationJobStatus statusEquals)
A filter that retrieves only inference recommendations jobs with a specific status.
|
Copyright © 2022. All rights reserved.