IContainerDefinition

class aws_cdk.aws_stepfunctions_tasks.IContainerDefinition(*args, **kwds)

Bases: Protocol

Configuration of the container used to host the model.

See:

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

Methods

bind(task)

Called when the ContainerDefinition is used by a SageMaker task.

Parameters:

task (ISageMakerTask) –

Return type:

ContainerDefinitionConfig