Class: Aws::SageMaker::Types::MonitoringGroundTruthS3Input
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringGroundTruthS3Input
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass MonitoringGroundTruthS3Input data as a hash:
{
s3_uri: "MonitoringS3Uri",
}
The ground truth labels for the dataset used for the monitoring job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The address of the Amazon S3 location of the ground truth labels.
Instance Attribute Details
#s3_uri ⇒ String
The address of the Amazon S3 location of the ground truth labels.
30677 30678 30679 30680 30681 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30677 class MonitoringGroundTruthS3Input < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |