Amazon Lookout for Equipment · JSON Structure

Amazon Lookout For Equipment Dataset Structure

An Amazon Lookout for Equipment dataset containing equipment sensor data.

Type: object Properties: 5
Equipment MonitoringIndustrial IoTMachine LearningPredictive Maintenance

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.

Properties

DatasetName DatasetArn Status CreatedAt LastUpdatedAt

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

JSON Structure

Raw ↑
{
  "$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."
    }
  }
}