Dataset is a JSON Structure definition published by Amazon Lookout for Equipment, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-equipment/refs/heads/main/json-structure/amazon-lookout-for-equipment-dataset-structure.json",
"name": "Dataset",
"description": "An Amazon Lookout for Equipment dataset containing equipment sensor data.",
"type": "object",
"properties": {
"DatasetName": {
"type": "string",
"description": "The name of the dataset.",
"example": "pump-sensors-dataset"
},
"DatasetArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the dataset."
},
"Status": {
"type": "string",
"description": "The current status of the dataset.",
"example": "ACTIVE",
"enum": [
"CREATED",
"INGESTION_IN_PROGRESS",
"ACTIVE"
]
},
"CreatedAt": {
"type": "datetime",
"description": "The time at which the dataset was created."
},
"LastUpdatedAt": {
"type": "datetime",
"description": "The time at which the dataset was last updated."
}
}
}
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.