Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.ProductionVariant
Packages that use ProductionVariant
Package
Description
Tasks for AWS Step Functions
-
Uses of ProductionVariant in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement ProductionVariantMethods in software.amazon.awscdk.services.stepfunctions.tasks that return ProductionVariantModifier and TypeMethodDescriptionProductionVariant.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return types with arguments of type ProductionVariantModifier and TypeMethodDescriptionSageMakerCreateEndpointConfigJsonataProps.getProductionVariants()An list of ProductionVariant objects, one for each model that you want to host at this endpoint.final List<ProductionVariant> SageMakerCreateEndpointConfigJsonataProps.Jsii$Proxy.getProductionVariants()SageMakerCreateEndpointConfigJsonPathProps.getProductionVariants()An list of ProductionVariant objects, one for each model that you want to host at this endpoint.final List<ProductionVariant> SageMakerCreateEndpointConfigJsonPathProps.Jsii$Proxy.getProductionVariants()SageMakerCreateEndpointConfigProps.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()Method parameters in software.amazon.awscdk.services.stepfunctions.tasks with type arguments of type ProductionVariantModifier 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.SageMakerCreateEndpointConfigJsonataProps.Builder.productionVariants(List<? extends ProductionVariant> productionVariants) Sets the value ofSageMakerCreateEndpointConfigJsonataProps.getProductionVariants()SageMakerCreateEndpointConfigJsonPathProps.Builder.productionVariants(List<? extends ProductionVariant> productionVariants) Sets the value ofSageMakerCreateEndpointConfigJsonPathProps.getProductionVariants()SageMakerCreateEndpointConfigProps.Builder.productionVariants(List<? extends ProductionVariant> productionVariants) Sets the value ofSageMakerCreateEndpointConfigProps.getProductionVariants()