Uses of Interface
software.amazon.awssdk.services.sagemaker.model.VariantProperty.Builder
-
Packages that use VariantProperty.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VariantProperty.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return VariantProperty.Builder Modifier and Type Method Description static VariantProperty.BuilderVariantProperty. builder()VariantProperty.BuilderVariantProperty. toBuilder()VariantProperty.BuilderVariantProperty.Builder. variantPropertyType(String variantPropertyType)The type of variant property.VariantProperty.BuilderVariantProperty.Builder. variantPropertyType(VariantPropertyType variantPropertyType)The type of variant property.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type VariantProperty.Builder Modifier and Type Method Description static Class<? extends VariantProperty.Builder>VariantProperty. serializableBuilderClass()
-