Interface IContainerDefinition
Configuration of the container used to host the model.
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IContainerDefinition
Syntax (vb)
Public Interface IContainerDefinition
Remarks
Synopsis
Methods
Bind(ISage |
Called when the ContainerDefinition is used by a SageMaker task. |
Methods
Bind(ISageMakerTask)
Called when the ContainerDefinition is used by a SageMaker task.
IContainerDefinitionConfig Bind(ISageMakerTask task)
Parameters
- task ISage
Maker Task
Returns