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.



40041
40042
40043
40044
40045
# File 'lib/aws-sdk-sagemaker/types.rb', line 40041

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