Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceExperimentType
-
Packages that use InferenceExperimentType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceExperimentType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceExperimentType Modifier and Type Method Description static InferenceExperimentTypeInferenceExperimentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InferenceExperimentTypeCreateInferenceExperimentRequest. type()The type of the inference experiment that you want to run.InferenceExperimentTypeDescribeInferenceExperimentResponse. type()The type of the inference experiment.InferenceExperimentTypeInferenceExperimentSummary. type()The type of the inference experiment.InferenceExperimentTypeListInferenceExperimentsRequest. type()Selects inference experiments of this type.static InferenceExperimentTypeInferenceExperimentType. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceExperimentType[]InferenceExperimentType. 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 InferenceExperimentType Modifier and Type Method Description static Set<InferenceExperimentType>InferenceExperimentType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceExperimentType Modifier and Type Method Description CreateInferenceExperimentRequest.BuilderCreateInferenceExperimentRequest.Builder. type(InferenceExperimentType type)The type of the inference experiment that you want to run.DescribeInferenceExperimentResponse.BuilderDescribeInferenceExperimentResponse.Builder. type(InferenceExperimentType type)The type of the inference experiment.InferenceExperimentSummary.BuilderInferenceExperimentSummary.Builder. type(InferenceExperimentType type)The type of the inference experiment.ListInferenceExperimentsRequest.BuilderListInferenceExperimentsRequest.Builder. type(InferenceExperimentType type)Selects inference experiments of this type.
-