Class: Aws::SageMaker::Types::MonitoringJsonDatasetFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringJsonDatasetFormat
- Defined in:
- gems/aws-sdk-sagemaker/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.
35905 35906 35907 35908 35909 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35905 class MonitoringJsonDatasetFormat < Struct.new( :line) SENSITIVE = [] include Aws::Structure end |