aws-cdk-lib.aws_sagemaker.CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty

interface MonitoringGroundTruthS3InputProperty

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

The ground truth labels for the dataset used for the monitoring job.

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 monitoringGroundTruthS3InputProperty: sagemaker.CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty = {
  s3Uri: 's3Uri',
};

Properties

NameTypeDescription
s3UristringThe address of the Amazon S3 location of the ground truth labels.

s3Uri

Type: string

The address of the Amazon S3 location of the ground truth labels.