Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantStatus
-
Packages that use ProductionVariantStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProductionVariantStatus Modifier and Type Method Description List<ProductionVariantStatus>PendingProductionVariantSummary. variantStatus()The endpoint variant status which describes the current deployment stage status or operational status.List<ProductionVariantStatus>ProductionVariantSummary. variantStatus()The endpoint variant status which describes the current deployment stage status or operational status.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantStatus Modifier and Type Method Description PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. variantStatus(ProductionVariantStatus... variantStatus)The endpoint variant status which describes the current deployment stage status or operational status.ProductionVariantSummary.BuilderProductionVariantSummary.Builder. variantStatus(ProductionVariantStatus... variantStatus)The endpoint variant status which describes the current deployment stage status or operational status.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantStatus Modifier and Type Method Description PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. variantStatus(Collection<ProductionVariantStatus> variantStatus)The endpoint variant status which describes the current deployment stage status or operational status.ProductionVariantSummary.BuilderProductionVariantSummary.Builder. variantStatus(Collection<ProductionVariantStatus> variantStatus)The endpoint variant status which describes the current deployment stage status or operational status.
-