interface TrainingEnvironmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnModelCardPropsMixin.TrainingEnvironmentProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnModelCardPropsMixin_TrainingEnvironmentProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnModelCardPropsMixin.TrainingEnvironmentProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnModelCardPropsMixin.TrainingEnvironmentProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnModelCardPropsMixin » TrainingEnvironmentProperty |
SageMaker AI training image.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const trainingEnvironmentProperty: sagemaker_mixins.CfnModelCardPropsMixin.TrainingEnvironmentProperty = {
containerImage: ['containerImage'],
};
Properties
| Name | Type | Description |
|---|---|---|
| container | string[] | SageMaker AI inference image URI. |
containerImage?
Type:
string[]
(optional)
SageMaker AI inference image URI.

.NET
Go
Java
Python
TypeScript