Class: Aws::SageMaker::Types::DescribeJobSchemaVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeJobSchemaVersionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_category ⇒ String
The category of the job schema to describe.
-
#job_config_schema_version ⇒ String
The version of the schema to retrieve.
Instance Attribute Details
#job_category ⇒ String
The category of the job schema to describe.
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_version ⇒ String
The version of the schema to retrieve. If not specified, the latest version is returned.
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 |