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
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. |