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

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

Overview

Note:

When making an API call, you may pass MonitoringStatisticsResource data as a hash:

{
  s3_uri: "S3Uri",
}

The statistics resource for a monitoring job.

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 URI for the statistics resource.

Returns:

  • (String)


15254
15255
15256
15257
# File 'lib/aws-sdk-sagemaker/types.rb', line 15254

class MonitoringStatisticsResource < Struct.new(
  :s3_uri)
  include Aws::Structure
end