Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantSummary
-
Packages that use ProductionVariantSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProductionVariantSummary Modifier and Type Method Description List<ProductionVariantSummary>DescribeEndpointResponse. productionVariants()An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.List<ProductionVariantSummary>Endpoint. productionVariants()A list of the production variants hosted on the endpoint.List<ProductionVariantSummary>DescribeEndpointResponse. shadowProductionVariants()An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified onProductionVariants.List<ProductionVariantSummary>Endpoint. shadowProductionVariants()A list of the shadow variants hosted on the endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantSummary Modifier and Type Method Description DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. productionVariants(ProductionVariantSummary... productionVariants)An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.Endpoint.BuilderEndpoint.Builder. productionVariants(ProductionVariantSummary... productionVariants)A list of the production variants hosted on the endpoint.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified onProductionVariants.Endpoint.BuilderEndpoint.Builder. shadowProductionVariants(ProductionVariantSummary... shadowProductionVariants)A list of the shadow variants hosted on the endpoint.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantSummary Modifier and Type Method Description DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. productionVariants(Collection<ProductionVariantSummary> productionVariants)An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.Endpoint.BuilderEndpoint.Builder. productionVariants(Collection<ProductionVariantSummary> productionVariants)A list of the production variants hosted on the endpoint.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified onProductionVariants.Endpoint.BuilderEndpoint.Builder. shadowProductionVariants(Collection<ProductionVariantSummary> shadowProductionVariants)A list of the shadow variants hosted on the endpoint.
-