Properties
| Name | Type | Description |
|---|---|---|
| TrainingJobName | string | The name of the training job. |
| TrainingJobArn | string | The Amazon Resource Name (ARN) of the training job. |
| TrainingJobStatus | string | The status of the training job. |
| SecondaryStatus | string | Provides detailed information about the state of the training job. |
| AlgorithmSpecification | object | |
| RoleArn | string | The ARN of the IAM role. |
| InputDataConfig | array | |
| OutputDataConfig | object | |
| ResourceConfig | object | |
| StoppingCondition | object | |
| HyperParameters | object | |
| ModelArtifacts | object | |
| TrainingStartTime | string | |
| TrainingEndTime | string | |
| CreationTime | string | |
| LastModifiedTime | string | |
| BillableTimeInSeconds | integer | |
| FailureReason | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TrainingJob",
"title": "TrainingJob",
"type": "object",
"properties": {
"TrainingJobName": {
"type": "string",
"description": "The name of the training job."
},
"TrainingJobArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the training job."
},
"TrainingJobStatus": {
"type": "string",
"description": "The status of the training job.",
"enum": [
"InProgress",
"Completed",
"Failed",
"Stopping",
"Stopped"
]
},
"SecondaryStatus": {
"type": "string",
"description": "Provides detailed information about the state of the training job."
},
"AlgorithmSpecification": {
"type": "object",
"properties": {
"TrainingImage": {
"type": "string"
},
"TrainingInputMode": {
"type": "string"
},
"AlgorithmName": {
"type": "string"
}
}
},
"RoleArn": {
"type": "string",
"description": "The ARN of the IAM role."
},
"InputDataConfig": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ChannelName": {
"type": "string"
},
"DataSource": {
"type": "object"
}
}
}
},
"OutputDataConfig": {
"type": "object",
"properties": {
"S3OutputPath": {
"type": "string"
},
"KmsKeyId": {
"type": "string"
}
}
},
"ResourceConfig": {
"type": "object",
"properties": {
"InstanceType": {
"type": "string"
},
"InstanceCount": {
"type": "integer"
},
"VolumeSizeInGB": {
"type": "integer"
}
}
},
"StoppingCondition": {
"type": "object",
"properties": {
"MaxRuntimeInSeconds": {
"type": "integer"
},
"MaxWaitTimeInSeconds": {
"type": "integer"
}
}
},
"HyperParameters": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"ModelArtifacts": {
"type": "object",
"properties": {
"S3ModelArtifacts": {
"type": "string"
}
}
},
"TrainingStartTime": {
"type": "string",
"format": "date-time"
},
"TrainingEndTime": {
"type": "string",
"format": "date-time"
},
"CreationTime": {
"type": "string",
"format": "date-time"
},
"LastModifiedTime": {
"type": "string",
"format": "date-time"
},
"BillableTimeInSeconds": {
"type": "integer"
},
"FailureReason": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-sagemaker-trainingjob"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.