Class: Aws::SageMaker::Types::MonitoringJsonDatasetFormat

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lineBoolean

Indicates if the file should be read as a json object per line.

Returns:

  • (Boolean)


30430
30431
30432
30433
30434
# File 'lib/aws-sdk-sagemaker/types.rb', line 30430

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