Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceExperimentStatus
-
Packages that use InferenceExperimentStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceExperimentStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceExperimentStatus Modifier and Type Method 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceExperimentStatus Modifier and Type Method Description static Set<InferenceExperimentStatus>
InferenceExperimentStatus. knownValues()
Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceExperimentStatus Modifier and Type Method 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.
-