aws-cdk-lib.aws_sagemaker.CfnModelCard.ContainerProperty

interface ContainerProperty

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

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 containerProperty: sagemaker.CfnModelCard.ContainerProperty = {
  image: 'image',

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

Properties

NameTypeDescription
imagestringCfnModelCard.ContainerProperty.Image.
modelDataUrl?stringCfnModelCard.ContainerProperty.ModelDataUrl.
nearestModelName?stringCfnModelCard.ContainerProperty.NearestModelName.

image

Type: string

CfnModelCard.ContainerProperty.Image.


modelDataUrl?

Type: string (optional)

CfnModelCard.ContainerProperty.ModelDataUrl.


nearestModelName?

Type: string (optional)

CfnModelCard.ContainerProperty.NearestModelName.