Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantServerlessUpdateConfig
-
Packages that use ProductionVariantServerlessUpdateConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantServerlessUpdateConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantServerlessUpdateConfig Modifier and Type Method Description ProductionVariantServerlessUpdateConfigDesiredWeightAndCapacity. serverlessUpdateConfig()Specifies the serverless update concurrency configuration for an endpoint variant.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantServerlessUpdateConfig Modifier and Type Method Description DesiredWeightAndCapacity.BuilderDesiredWeightAndCapacity.Builder. serverlessUpdateConfig(ProductionVariantServerlessUpdateConfig serverlessUpdateConfig)Specifies the serverless update concurrency configuration for an endpoint variant.
-