Class: Aws::SageMaker::Types::JobConfigSchemaVersionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_config_schema_versionString

The version of the job configuration schema.

Returns:

  • (String)


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