Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ModelVariantConfig.Builder
-
Packages that use ModelVariantConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelVariantConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelVariantConfig.Builder Modifier and Type Method Description static ModelVariantConfig.Builder
ModelVariantConfig. builder()
default ModelVariantConfig.Builder
ModelVariantConfig.Builder. infrastructureConfig(Consumer<ModelInfrastructureConfig.Builder> infrastructureConfig)
The configuration for the infrastructure that the model will be deployed to.ModelVariantConfig.Builder
ModelVariantConfig.Builder. infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration for the infrastructure that the model will be deployed to.ModelVariantConfig.Builder
ModelVariantConfig.Builder. modelName(String modelName)
The name of the Amazon SageMaker Model entity.ModelVariantConfig.Builder
ModelVariantConfig. toBuilder()
ModelVariantConfig.Builder
ModelVariantConfig.Builder. variantName(String variantName)
The name of the variant.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelVariantConfig.Builder Modifier and Type Method Description static Class<? extends ModelVariantConfig.Builder>
ModelVariantConfig. serializableBuilderClass()
-