Class: Aws::SageMaker::Types::MonitoringJsonDatasetFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringJsonDatasetFormat
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Represents the JSON dataset format used when running a monitoring job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#line ⇒ Boolean
Indicates if the file should be read as a JSON object per line.
Instance Attribute Details
#line ⇒ Boolean
Indicates if the file should be read as a JSON object per line.
34486 34487 34488 34489 34490 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34486 class MonitoringJsonDatasetFormat < Struct.new( :line) SENSITIVE = [] include Aws::Structure end |