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)


33757
33758
33759
33760
33761
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33757

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