Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.ProductionVariant
Package
Description
Tasks for AWS Step Functions
-
Uses of ProductionVariant in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionProductionVariant.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionSageMakerCreateEndpointConfigProps.getProductionVariants()
An list of ProductionVariant objects, one for each model that you want to host at this endpoint.final List<ProductionVariant>
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getProductionVariants()
Modifier and TypeMethodDescriptionSageMakerCreateEndpointConfig.Builder.productionVariants
(List<? extends ProductionVariant> productionVariants) An list of ProductionVariant objects, one for each model that you want to host at this endpoint.SageMakerCreateEndpointConfigProps.Builder.productionVariants
(List<? extends ProductionVariant> productionVariants) Sets the value ofSageMakerCreateEndpointConfigProps.getProductionVariants()