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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



32694
32695
32696
32697
32698
# File 'lib/aws-sdk-sagemaker/types.rb', line 32694

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