Show / Hide Table of Contents

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

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

Synopsis

Methods

Bind(ISageMakerTask)

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 ISageMakerTask
Returns

IContainerDefinitionConfig

Remarks

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

Back to top Generated by DocFX