Class: Aws::SageMaker::Types::MonitoringStatisticsResource

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

Overview

The statistics resource for a monitoring job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 URI for the statistics resource.

Returns:

  • (String)


30733
30734
30735
30736
30737
# File 'lib/aws-sdk-sagemaker/types.rb', line 30733

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