aws-cdk-lib.aws_sagemaker.CfnModelPackage.MetricsSourceProperty

interface MetricsSourceProperty

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

Details about the metrics source.

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 metricsSourceProperty: sagemaker.CfnModelPackage.MetricsSourceProperty = {
  contentType: 'contentType',
  s3Uri: 's3Uri',

  // the properties below are optional
  contentDigest: 'contentDigest',
};

Properties

NameTypeDescription
contentTypestringThe metric source content type.
s3UristringThe S3 URI for the metrics source.
contentDigest?stringThe hash key used for the metrics source.

contentType

Type: string

The metric source content type.


s3Uri

Type: string

The S3 URI for the metrics source.


contentDigest?

Type: string (optional)

The hash key used for the metrics source.