Class: Aws::SageMaker::Types::DescribeJobSchemaVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_categoryString

The category of the job schema.



21196
21197
21198
21199
21200
21201
21202
# File 'lib/aws-sdk-sagemaker/types.rb', line 21196

class DescribeJobSchemaVersionResponse < Struct.new(
  :job_category,
  :job_config_schema_version,
  :job_config_schema)
  SENSITIVE = []
  include Aws::Structure
end

#job_config_schemaString

The JSON schema document that defines the structure of the job configuration.



21196
21197
21198
21199
21200
21201
21202
# File 'lib/aws-sdk-sagemaker/types.rb', line 21196

class DescribeJobSchemaVersionResponse < Struct.new(
  :job_category,
  :job_config_schema_version,
  :job_config_schema)
  SENSITIVE = []
  include Aws::Structure
end

#job_config_schema_versionString

The version of the schema.



21196
21197
21198
21199
21200
21201
21202
# File 'lib/aws-sdk-sagemaker/types.rb', line 21196

class DescribeJobSchemaVersionResponse < Struct.new(
  :job_category,
  :job_config_schema_version,
  :job_config_schema)
  SENSITIVE = []
  include Aws::Structure
end