Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelVariantAction
-
Packages that use ModelVariantAction Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelVariantAction in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelVariantAction Modifier and Type Method Description static ModelVariantActionModelVariantAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ModelVariantActionModelVariantAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelVariantAction[]ModelVariantAction. 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 ModelVariantAction Modifier and Type Method Description static Set<ModelVariantAction>ModelVariantAction. knownValues()Map<String,ModelVariantAction>StopInferenceExperimentRequest. modelVariantActions()Array of key-value pairs, with names of variants mapped to actions.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelVariantAction Modifier and Type Method Description StopInferenceExperimentRequest.BuilderStopInferenceExperimentRequest.Builder. modelVariantActions(Map<String,ModelVariantAction> modelVariantActions)Array of key-value pairs, with names of variants mapped to actions.
-