Amazon DeepRacer · JSON Structure

List Models Response Structure

Response containing a list of reinforcement learning models.

Type: typedMap Properties: 0
Autonomous VehiclesMachine LearningReinforcement LearningRobotics

List Models Response Structure is a JSON Structure definition published by Amazon DeepRacer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-deepracer/json-structure/list-models-response-structure.json",
  "title": "ListModelsResponse",
  "description": "Response containing a list of reinforcement learning models.",
  "type": "typedMap",
  "fields": {
    "models": {
      "type": "list",
      "description": "List of reinforcement learning models."
    },
    "nextToken": {
      "type": "str",
      "description": "Token for retrieving the next page of results."
    }
  }
}