Class: Aws::SageMaker::Types::MonitoringOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringOutput
- 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
-
#s3_output ⇒ Types::MonitoringS3Output
The Amazon S3 storage location where the results of a monitoring job are saved.
Instance Attribute Details
#s3_output ⇒ Types::MonitoringS3Output
The Amazon S3 storage location where the results of a monitoring job are saved.
34442 34443 34444 34445 34446 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34442 class MonitoringOutput < Struct.new( :s3_output) SENSITIVE = [] include Aws::Structure end |