aws-cdk-lib.aws_sagemaker.CfnModelCard.InferenceEnvironmentProperty

interface InferenceEnvironmentProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelCard.InferenceEnvironmentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_InferenceEnvironmentProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelCard.InferenceEnvironmentProperty
Pythonaws_cdk.aws_sagemaker.CfnModelCard.InferenceEnvironmentProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelCard » InferenceEnvironmentProperty

An overview of a model's inference environment.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const inferenceEnvironmentProperty: sagemaker.CfnModelCard.InferenceEnvironmentProperty = {
  containerImage: ['containerImage'],
};

Properties

NameTypeDescription
containerImage?string[]The container used to run the inference environment.

containerImage?

Type: string[] (optional)

The container used to run the inference environment.