Class: Aws::SageMaker::Types::DescribeJobSchemaVersionRequest

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 to describe.

Returns:

  • (String)


20686
20687
20688
20689
20690
20691
# File 'lib/aws-sdk-sagemaker/types.rb', line 20686

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

#job_config_schema_versionString

The version of the schema to retrieve. If not specified, the latest version is returned.

Returns:

  • (String)


20686
20687
20688
20689
20690
20691
# File 'lib/aws-sdk-sagemaker/types.rb', line 20686

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