Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.ContainerDefinition.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of ContainerDefinition.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionContainerDefinition.Builder.containerHostName
(String containerHostName) This parameter is ignored for models that contain only a PrimaryContainer.static ContainerDefinition.Builder
ContainerDefinition.Builder.create()
ContainerDefinition.Builder.environmentVariables
(TaskInput environmentVariables) The environment variables to set in the Docker container.ContainerDefinition.Builder.image
(DockerImage image) The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.Defines how many models the container hosts.ContainerDefinition.Builder.modelPackageName
(String modelPackageName) The name or Amazon Resource Name (ARN) of the model package to use to create the model.ContainerDefinition.Builder.modelS3Location
(S3Location modelS3Location) The S3 path where the model artifacts, which result from model training, are stored.