aws-cdk-lib.aws_sagemaker.CfnModelCard.InferenceSpecificationProperty

interface InferenceSpecificationProperty

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

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 inferenceSpecificationProperty: sagemaker.CfnModelCard.InferenceSpecificationProperty = {
  containers: [{
    image: 'image',

    // the properties below are optional
    modelDataUrl: 'modelDataUrl',
    nearestModelName: 'nearestModelName',
  }],
};

Properties

NameTypeDescription
containersIResolvable | IResolvable | ContainerProperty[]CfnModelCard.InferenceSpecificationProperty.Containers.

containers

Type: IResolvable | IResolvable | ContainerProperty[]

CfnModelCard.InferenceSpecificationProperty.Containers.