Class: Aws::SageMaker::Types::JobConfigSchemaVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::JobConfigSchemaVersionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information about a job configuration schema version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_config_schema_version ⇒ String
The version of the job configuration schema.
Instance Attribute Details
#job_config_schema_version ⇒ String
The version of the job configuration schema.
32190 32191 32192 32193 32194 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32190 class JobConfigSchemaVersionSummary < Struct.new( :job_config_schema_version) SENSITIVE = [] include Aws::Structure end |