interface MonitoringGroundTruthS3InputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnModelBiasJobDefinitionPropsMixin.MonitoringGroundTruthS3InputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnModelBiasJobDefinitionPropsMixin_MonitoringGroundTruthS3InputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelBiasJobDefinitionPropsMixin.MonitoringGroundTruthS3InputProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnModelBiasJobDefinitionPropsMixin.MonitoringGroundTruthS3InputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnModelBiasJobDefinitionPropsMixin » 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/cfn-property-mixins';
const monitoringGroundTruthS3InputProperty: sagemaker.CfnModelBiasJobDefinitionPropsMixin.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