Module: Aws::SageMaker::Client::_DescribeJobSchemaVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeJobSchemaVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
- #job_config_schema ⇒ ::String
- #job_config_schema_version ⇒ ::String
Instance Method Details
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
4387 |
# File 'sig/client.rbs', line 4387
def job_category: () -> ("AgentRFT" | "AgentRFTEvaluation")
|
#job_config_schema ⇒ ::String
4389 |
# File 'sig/client.rbs', line 4389
def job_config_schema: () -> ::String
|
#job_config_schema_version ⇒ ::String
4388 |
# File 'sig/client.rbs', line 4388
def job_config_schema_version: () -> ::String
|