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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20708

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.

Returns:

  • (String)


20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20708

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.

Returns:

  • (String)


20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20708

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