interface MonitoringGroundTruthS3InputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelBiasJobDefinition_MonitoringGroundTruthS3InputProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
s3 | string | The 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.