Uses of Class
software.amazon.awssdk.services.sagemaker.model.VariantStatus
-
Packages that use VariantStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VariantStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return VariantStatus Modifier and Type Method Description static VariantStatusVariantStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VariantStatusProductionVariantStatus. status()The endpoint variant status which describes the current deployment stage status or operational status.static VariantStatusVariantStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VariantStatus[]VariantStatus. 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 VariantStatus Modifier and Type Method Description static Set<VariantStatus>VariantStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type VariantStatus Modifier and Type Method Description ProductionVariantStatus.BuilderProductionVariantStatus.Builder. status(VariantStatus status)The endpoint variant status which describes the current deployment stage status or operational status.
-