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 InferenceExperimentStatusInferenceExperimentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceExperimentStatusDescribeInferenceExperimentResponse. status()The status of the inference experiment.InferenceExperimentStatusInferenceExperimentSummary. status()The status of the inference experiment.InferenceExperimentStatusListInferenceExperimentsRequest. statusEquals()Selects inference experiments which are in this status.static InferenceExperimentStatusInferenceExperimentStatus. 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.BuilderDescribeInferenceExperimentResponse.Builder. status(InferenceExperimentStatus status)The status of the inference experiment.InferenceExperimentSummary.BuilderInferenceExperimentSummary.Builder. status(InferenceExperimentStatus status)The status of the inference experiment.ListInferenceExperimentsRequest.BuilderListInferenceExperimentsRequest.Builder. statusEquals(InferenceExperimentStatus statusEquals)Selects inference experiments which are in this status.
-