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)


32939
32940
32941
32942
32943
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32939

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