aws-cdk-lib.aws_stepfunctions_tasks.IContainerDefinition

interface IContainerDefinition

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.IContainerDefinition
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#IContainerDefinition
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.IContainerDefinition
Pythonaws_cdk.aws_stepfunctions_tasks.IContainerDefinition
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » IContainerDefinition

Implemented by ContainerDefinition

Configuration of the container used to host the model.

See also: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html

Methods

NameDescription
bind(task)Called when the ContainerDefinition is used by a SageMaker task.

bind(task)

public bind(task: ISageMakerTask): ContainerDefinitionConfig

Parameters

  • task ISageMakerTask

Returns

  • ContainerDefinitionConfig

Called when the ContainerDefinition is used by a SageMaker task.