Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantServerlessConfig
-
Packages that use ProductionVariantServerlessConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantServerlessConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantServerlessConfig Modifier and Type Method Description ProductionVariantServerlessConfigPendingProductionVariantSummary. currentServerlessConfig()The serverless configuration for the endpoint.ProductionVariantServerlessConfigProductionVariantSummary. currentServerlessConfig()The serverless configuration for the endpoint.ProductionVariantServerlessConfigPendingProductionVariantSummary. desiredServerlessConfig()The serverless configuration requested for this deployment, as specified in the endpoint configuration for the endpoint.ProductionVariantServerlessConfigProductionVariantSummary. desiredServerlessConfig()The serverless configuration requested for the endpoint update.ProductionVariantServerlessConfigEndpointInputConfiguration. serverlessConfig()Returns the value of the ServerlessConfig property for this object.ProductionVariantServerlessConfigEndpointOutputConfiguration. serverlessConfig()Returns the value of the ServerlessConfig property for this object.ProductionVariantServerlessConfigProductionVariant. serverlessConfig()The serverless configuration for an endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantServerlessConfig Modifier and Type Method Description PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. currentServerlessConfig(ProductionVariantServerlessConfig currentServerlessConfig)The serverless configuration for the endpoint.ProductionVariantSummary.BuilderProductionVariantSummary.Builder. currentServerlessConfig(ProductionVariantServerlessConfig currentServerlessConfig)The serverless configuration for the endpoint.PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. desiredServerlessConfig(ProductionVariantServerlessConfig desiredServerlessConfig)The serverless configuration requested for this deployment, as specified in the endpoint configuration for the endpoint.ProductionVariantSummary.BuilderProductionVariantSummary.Builder. desiredServerlessConfig(ProductionVariantServerlessConfig desiredServerlessConfig)The serverless configuration requested for the endpoint update.EndpointInputConfiguration.BuilderEndpointInputConfiguration.Builder. serverlessConfig(ProductionVariantServerlessConfig serverlessConfig)Sets the value of the ServerlessConfig property for this object.EndpointOutputConfiguration.BuilderEndpointOutputConfiguration.Builder. serverlessConfig(ProductionVariantServerlessConfig serverlessConfig)Sets the value of the ServerlessConfig property for this object.ProductionVariant.BuilderProductionVariant.Builder. serverlessConfig(ProductionVariantServerlessConfig serverlessConfig)The serverless configuration for an endpoint.
-