Amazon DeepRacer · Schema
Model
A reinforcement learning model trained for DeepRacer autonomous racing.
Autonomous VehiclesMachine-LearningReinforcement LearningRobotics
Properties
| Name | Type | Description |
|---|---|---|
| modelArn | string | The ARN uniquely identifying the reinforcement learning model. |
| modelName | string | The display name of the model. |
| creationTime | string | Timestamp when the model was created. |
| lastModifiedTime | string | Timestamp when the model was last updated. |
| modelStatus | string | Current status of the model. |
| trainingJobArn | string | ARN of the SageMaker training job that produced this model. |
| rewardFunction | string | Python reward function code used during training. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/amazon-deepracer/json-schema/model-schema.json",
"title": "Model",
"description": "A reinforcement learning model trained for DeepRacer autonomous racing.",
"type": "object",
"properties": {
"modelArn": {
"type": "string",
"description": "The ARN uniquely identifying the reinforcement learning model."
},
"modelName": {
"type": "string",
"description": "The display name of the model."
},
"creationTime": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the model was created."
},
"lastModifiedTime": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the model was last updated."
},
"modelStatus": {
"type": "string",
"description": "Current status of the model.",
"enum": [
"TRAINING",
"READY",
"FAILED",
"STOPPED"
]
},
"trainingJobArn": {
"type": "string",
"description": "ARN of the SageMaker training job that produced this model."
},
"rewardFunction": {
"type": "string",
"description": "Python reward function code used during training."
}
}
}
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/model"
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.