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 ModelInfrastructureConfigModelVariantConfig. infrastructureConfig()The configuration for the infrastructure that the model will be deployed to.ModelInfrastructureConfigModelVariantConfigSummary. 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.BuilderModelVariantConfig.Builder. infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)The configuration for the infrastructure that the model will be deployed to.ModelVariantConfigSummary.BuilderModelVariantConfigSummary.Builder. infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)The configuration of the infrastructure that the model has been deployed to.
-