Class: Aws::SageMaker::Types::MonitoringGroundTruthS3Input

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

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

Returns:

  • (String)


32489
32490
32491
32492
32493
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32489

class MonitoringGroundTruthS3Input < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end