interface MonitoringGroundTruthS3InputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnModelQualityJobDefinitionPropsMixin.MonitoringGroundTruthS3InputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnModelQualityJobDefinitionPropsMixin_MonitoringGroundTruthS3InputProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnModelQualityJobDefinitionPropsMixin.MonitoringGroundTruthS3InputProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnModelQualityJobDefinitionPropsMixin.MonitoringGroundTruthS3InputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnModelQualityJobDefinitionPropsMixin » 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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const monitoringGroundTruthS3InputProperty: sagemaker_mixins.CfnModelQualityJobDefinitionPropsMixin.MonitoringGroundTruthS3InputProperty = {
s3Uri: 's3Uri',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | The address of the Amazon S3 location of the ground truth labels. |
s3Uri?
Type:
string
(optional)
The address of the Amazon S3 location of the ground truth labels.

.NET
Go
Java
Python
TypeScript