Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProductionVariantServerlessUpdateConfig.Builder
-
Packages that use ProductionVariantServerlessUpdateConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantServerlessUpdateConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantServerlessUpdateConfig.Builder Modifier and Type Method Description static ProductionVariantServerlessUpdateConfig.BuilderProductionVariantServerlessUpdateConfig. builder()ProductionVariantServerlessUpdateConfig.BuilderProductionVariantServerlessUpdateConfig.Builder. maxConcurrency(Integer maxConcurrency)The updated maximum number of concurrent invocations your serverless endpoint can process.ProductionVariantServerlessUpdateConfig.BuilderProductionVariantServerlessUpdateConfig.Builder. provisionedConcurrency(Integer provisionedConcurrency)The updated amount of provisioned concurrency to allocate for the serverless endpoint.ProductionVariantServerlessUpdateConfig.BuilderProductionVariantServerlessUpdateConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProductionVariantServerlessUpdateConfig.Builder Modifier and Type Method Description static Class<? extends ProductionVariantServerlessUpdateConfig.Builder>ProductionVariantServerlessUpdateConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantServerlessUpdateConfig.Builder Modifier and Type Method Description default DesiredWeightAndCapacity.BuilderDesiredWeightAndCapacity.Builder. serverlessUpdateConfig(Consumer<ProductionVariantServerlessUpdateConfig.Builder> serverlessUpdateConfig)Specifies the serverless update concurrency configuration for an endpoint variant.
-