Class: Aws::SageMaker::Types::MonitoringOutput

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

Overview

The output object for a monitoring job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_outputTypes::MonitoringS3Output

The Amazon S3 storage location where the results of a monitoring job are saved.



32607
32608
32609
32610
32611
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32607

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