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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


34476
34477
34478
34479
34480
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34476

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