Amazon DeepRacer · Example Payload

Model Example

Autonomous VehiclesMachine LearningReinforcement LearningRobotics

Model Example is an example object payload from Amazon DeepRacer, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modelArnmodelNamecreationTimelastModifiedTimemodelStatustrainingJobArn

Example Payload

Raw ↑
{
  "modelArn": "arn:aws:deepracer:us-east-1:123456789012:model/reinforcement_learning/SpeedModel",
  "modelName": "SpeedModel",
  "creationTime": "2024-01-10T09:00:00Z",
  "lastModifiedTime": "2024-01-12T14:00:00Z",
  "modelStatus": "READY",
  "trainingJobArn": "arn:aws:sagemaker:us-east-1:123456789012:training-job/deepracer-job-123"
}