Uses of Class
software.amazon.awssdk.services.sagemaker.model.PendingProductionVariantSummary
-
Packages that use PendingProductionVariantSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PendingProductionVariantSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PendingProductionVariantSummary Modifier and Type Method Description List<PendingProductionVariantSummary>PendingDeploymentSummary. productionVariants()An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.List<PendingProductionVariantSummary>PendingDeploymentSummary. shadowProductionVariants()An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified onProductionVariantsfor the in-progress deployment.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PendingProductionVariantSummary Modifier and Type Method Description PendingDeploymentSummary.BuilderPendingDeploymentSummary.Builder. productionVariants(PendingProductionVariantSummary... productionVariants)An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.PendingDeploymentSummary.BuilderPendingDeploymentSummary.Builder. shadowProductionVariants(PendingProductionVariantSummary... shadowProductionVariants)An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified onProductionVariantsfor the in-progress deployment.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type PendingProductionVariantSummary Modifier and Type Method Description PendingDeploymentSummary.BuilderPendingDeploymentSummary.Builder. productionVariants(Collection<PendingProductionVariantSummary> productionVariants)An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.PendingDeploymentSummary.BuilderPendingDeploymentSummary.Builder. shadowProductionVariants(Collection<PendingProductionVariantSummary> shadowProductionVariants)An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified onProductionVariantsfor the in-progress deployment.
-