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.tasksSubinterfaces 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 TypeMethodDescriptionSageMakerCreateModelJsonataProps.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 IContainerDefinitionSageMakerCreateModelJsonataProps.Jsii$Proxy.getPrimaryContainer()SageMakerCreateModelJsonPathProps.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 IContainerDefinitionSageMakerCreateModelJsonPathProps.Jsii$Proxy.getPrimaryContainer()SageMakerCreateModelProps.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> SageMakerCreateModelJsonataProps.getContainers()Specifies the containers in the inference pipeline.final List<IContainerDefinition> SageMakerCreateModelJsonataProps.Jsii$Proxy.getContainers()default List<IContainerDefinition> SageMakerCreateModelJsonPathProps.getContainers()Specifies the containers in the inference pipeline.final List<IContainerDefinition> SageMakerCreateModelJsonPathProps.Jsii$Proxy.getContainers()default 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.SageMakerCreateModelJsonataProps.Builder.primaryContainer(IContainerDefinition primaryContainer) Sets the value ofSageMakerCreateModelJsonataProps.getPrimaryContainer()SageMakerCreateModelJsonPathProps.Builder.primaryContainer(IContainerDefinition primaryContainer) Sets the value ofSageMakerCreateModelJsonPathProps.getPrimaryContainer()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.SageMakerCreateModelJsonataProps.Builder.containers(List<? extends IContainerDefinition> containers) Sets the value ofSageMakerCreateModelJsonataProps.getContainers()SageMakerCreateModelJsonPathProps.Builder.containers(List<? extends IContainerDefinition> containers) Sets the value ofSageMakerCreateModelJsonPathProps.getContainers()SageMakerCreateModelProps.Builder.containers(List<? extends IContainerDefinition> containers) Sets the value ofSageMakerCreateModelProps.getContainers()