Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.IContainerDefinition
Packages that use IContainerDefinition
Package
Description
Tasks for AWS Step Functions
-
Uses of IContainerDefinition in software.amazon.awscdk.services.stepfunctions.tasks
Subinterfaces of IContainerDefinition in software.amazon.awscdk.services.stepfunctions.tasksModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIContainerDefinition.Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement IContainerDefinitionModifier and TypeClassDescriptionclassDescribes the container, as part of model definition.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IContainerDefinitionModifier and TypeMethodDescriptionSageMakerCreateModelProps.getPrimaryContainer()The definition of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.final IContainerDefinitionSageMakerCreateModelProps.Jsii$Proxy.getPrimaryContainer()Methods in software.amazon.awscdk.services.stepfunctions.tasks that return types with arguments of type IContainerDefinitionModifier and TypeMethodDescriptiondefault List<IContainerDefinition>SageMakerCreateModelProps.getContainers()Specifies the containers in the inference pipeline.final List<IContainerDefinition>SageMakerCreateModelProps.Jsii$Proxy.getContainers()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IContainerDefinitionModifier and TypeMethodDescriptionSageMakerCreateModel.Builder.primaryContainer(IContainerDefinition primaryContainer) The definition of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.SageMakerCreateModelProps.Builder.primaryContainer(IContainerDefinition primaryContainer) Sets the value ofSageMakerCreateModelProps.getPrimaryContainer()Method parameters in software.amazon.awscdk.services.stepfunctions.tasks with type arguments of type IContainerDefinitionModifier and TypeMethodDescriptionSageMakerCreateModel.Builder.containers(List<? extends IContainerDefinition> containers) Specifies the containers in the inference pipeline.SageMakerCreateModelProps.Builder.containers(List<? extends IContainerDefinition> containers) Sets the value ofSageMakerCreateModelProps.getContainers()