interface IContainerDefinition
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.Tasks.IContainerDefinition |
Java | software.amazon.awscdk.services.stepfunctions.tasks.IContainerDefinition |
Python | aws_cdk.aws_stepfunctions_tasks.IContainerDefinition |
TypeScript (source) | @aws-cdk/aws-stepfunctions-tasks » IContainerDefinition |
Implemented by
Container
Configuration of the container used to host the model.
Methods
| Name | Description |
|---|---|
| bind(task) | Called when the ContainerDefinition is used by a SageMaker task. |
bind(task)
public bind(task: ISageMakerTask): ContainerDefinitionConfig
Parameters
- task
ISageMaker Task
Returns
Called when the ContainerDefinition is used by a SageMaker task.

.NET
Java
Python
TypeScript (