Amazon DeepRacer · JSON-LD Context
Amazon Deepracer Context
JSON-LD context defining the semantic vocabulary for Amazon Deepracer from Amazon DeepRacer.
0 Classes
36 Properties
3 Namespaces
Namespaces
aws:
https://aws.amazon.com/deepracer/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| Car | ||
| Model | ||
| Leaderboard | ||
| LeaderboardSubmission | ||
| Track | ||
| vehicleArn | string | |
| vehicleName | string | |
| fleetArn | string | |
| modelArn | string | |
| modelName | string | |
| modelStatus | string | |
| trainingJobArn | string | |
| rewardFunction | string | |
| leaderboardSubmissionId | string | |
| participantName | string | |
| rank | integer | |
| lapTime | double | |
| avgLapTime | double | |
| trackType | string | |
| trackDimension | string | |
| status | string | |
| isQualifier | boolean | |
| minimumCountOfLaps | integer | |
| submissionClosureTime | dateTime | |
| tagsList | set | |
| cars | set | |
| models | set | |
| leaderboards | set | |
| leaderboardSubmissions | set | |
| tracks | set | |
| nextToken | string | |
| createdAt | dateTime | |
| lastModifiedTime | dateTime | |
| creationTime | dateTime | |
| message | string | |
| code | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aws": "https://aws.amazon.com/deepracer/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Car": {"@id": "aws:Car"},
"Model": {"@id": "aws:ReinforcementLearningModel"},
"Leaderboard": {"@id": "aws:Leaderboard"},
"LeaderboardSubmission": {"@id": "aws:LeaderboardSubmission"},
"Track": {"@id": "aws:RacingTrack"},
"vehicleArn": {"@id": "aws:vehicleArn", "@type": "xsd:string"},
"vehicleName": {"@id": "schema:name", "@type": "xsd:string"},
"fleetArn": {"@id": "aws:fleetArn", "@type": "xsd:string"},
"modelArn": {"@id": "aws:modelArn", "@type": "xsd:string"},
"modelName": {"@id": "schema:name", "@type": "xsd:string"},
"modelStatus": {"@id": "aws:modelStatus", "@type": "xsd:string"},
"trainingJobArn": {"@id": "aws:trainingJobArn", "@type": "xsd:string"},
"rewardFunction": {"@id": "aws:rewardFunction", "@type": "xsd:string"},
"leaderboardSubmissionId": {"@id": "aws:leaderboardSubmissionId", "@type": "xsd:string"},
"participantName": {"@id": "schema:name", "@type": "xsd:string"},
"rank": {"@id": "schema:position", "@type": "xsd:integer"},
"lapTime": {"@id": "aws:lapTime", "@type": "xsd:double"},
"avgLapTime": {"@id": "aws:avgLapTime", "@type": "xsd:double"},
"trackType": {"@id": "aws:trackType", "@type": "xsd:string"},
"trackDimension": {"@id": "aws:trackDimension", "@type": "xsd:string"},
"status": {"@id": "aws:status", "@type": "xsd:string"},
"isQualifier": {"@id": "aws:isQualifier", "@type": "xsd:boolean"},
"minimumCountOfLaps": {"@id": "aws:minimumCountOfLaps", "@type": "xsd:integer"},
"submissionClosureTime": {"@id": "aws:submissionClosureTime", "@type": "xsd:dateTime"},
"tagsList": {"@id": "aws:tagsList", "@container": "@set"},
"cars": {"@id": "aws:cars", "@container": "@set"},
"models": {"@id": "aws:models", "@container": "@set"},
"leaderboards": {"@id": "aws:leaderboards", "@container": "@set"},
"leaderboardSubmissions": {"@id": "aws:leaderboardSubmissions", "@container": "@set"},
"tracks": {"@id": "aws:tracks", "@container": "@set"},
"nextToken": {"@id": "aws:nextToken", "@type": "xsd:string"},
"createdAt": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"lastModifiedTime": {"@id": "schema:dateModified", "@type": "xsd:dateTime"},
"creationTime": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"},
"message": {"@id": "schema:description", "@type": "xsd:string"},
"code": {"@id": "aws:errorCode", "@type": "xsd:string"}
}
}