| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExperimentStatus |
InferenceExperimentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InferenceExperimentStatus |
DescribeInferenceExperimentResponse.status()
The status of the inference experiment.
|
InferenceExperimentStatus |
InferenceExperimentSummary.status()
The status of the inference experiment.
|
InferenceExperimentStatus |
ListInferenceExperimentsRequest.statusEquals()
Selects inference experiments which are in this status.
|
static InferenceExperimentStatus |
InferenceExperimentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferenceExperimentStatus[] |
InferenceExperimentStatus.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<InferenceExperimentStatus> |
InferenceExperimentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceExperimentResponse.Builder |
DescribeInferenceExperimentResponse.Builder.status(InferenceExperimentStatus status)
The status of the inference experiment.
|
InferenceExperimentSummary.Builder |
InferenceExperimentSummary.Builder.status(InferenceExperimentStatus status)
The status of the inference experiment.
|
ListInferenceExperimentsRequest.Builder |
ListInferenceExperimentsRequest.Builder.statusEquals(InferenceExperimentStatus statusEquals)
Selects inference experiments which are in this status.
|
Copyright © 2023. All rights reserved.