Model Structure is a JSON Structure definition published by Amazon DeepRacer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://api-evangelist.github.io/amazon-deepracer/json-structure/model-structure.json",
"title": "Model",
"description": "A reinforcement learning model trained for DeepRacer autonomous racing.",
"type": "typedMap",
"fields": {
"modelArn": {
"type": "str",
"description": "The ARN uniquely identifying the reinforcement learning model."
},
"modelName": {
"type": "str",
"description": "The display name of the model."
},
"creationTime": {
"type": "str",
"description": "Timestamp when the model was created."
},
"lastModifiedTime": {
"type": "str",
"description": "Timestamp when the model was last updated."
},
"modelStatus": {
"type": "str",
"description": "Current status of the model."
},
"trainingJobArn": {
"type": "str",
"description": "ARN of the SageMaker training job that produced this model."
},
"rewardFunction": {
"type": "str",
"description": "Python reward function code used during training."
}
}
}
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.