Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelInfrastructureConfig
-
Packages that use ModelInfrastructureConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelInfrastructureConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelInfrastructureConfig Modifier and Type Method Description ModelInfrastructureConfig
ModelVariantConfig. infrastructureConfig()
The configuration for the infrastructure that the model will be deployed to.ModelInfrastructureConfig
ModelVariantConfigSummary. infrastructureConfig()
The configuration of the infrastructure that the model has been deployed to.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelInfrastructureConfig Modifier and Type Method Description ModelVariantConfig.Builder
ModelVariantConfig.Builder. infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration for the infrastructure that the model will be deployed to.ModelVariantConfigSummary.Builder
ModelVariantConfigSummary.Builder. infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
-