Uses of Class
software.amazon.awssdk.services.sagemaker.model.VariantPropertyType
-
Packages that use VariantPropertyType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VariantPropertyType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return VariantPropertyType Modifier and Type Method Description static VariantPropertyTypeVariantPropertyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VariantPropertyTypeVariantPropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariantPropertyType[]VariantPropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.VariantPropertyTypeVariantProperty. variantPropertyType()The type of variant property.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type VariantPropertyType Modifier and Type Method Description static Set<VariantPropertyType>VariantPropertyType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type VariantPropertyType Modifier and Type Method Description VariantProperty.BuilderVariantProperty.Builder. variantPropertyType(VariantPropertyType variantPropertyType)The type of variant property.
-