Show / Hide Table of Contents

Interface CfnModelCardPropsMixin.ITrainingEnvironmentProperty

SageMaker AI training image.

Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnModelCardPropsMixin.ITrainingEnvironmentProperty
Syntax (vb)
Public Interface CfnModelCardPropsMixin.ITrainingEnvironmentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-trainingenvironment.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;

             var trainingEnvironmentProperty = new TrainingEnvironmentProperty {
                 ContainerImage = new [] { "containerImage" }
             };

Synopsis

Properties

ContainerImage

SageMaker AI inference image URI.

Properties

ContainerImage

SageMaker AI inference image URI.

string[]? ContainerImage { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-trainingenvironment.html#cfn-sagemaker-modelcard-trainingenvironment-containerimage

Back to top Generated by DocFX