Amazon Lookout for Equipment · Example Payload

Amazon Lookout For Equipment Model Example

Equipment MonitoringIndustrial IoTMachine LearningPredictive Maintenance

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

Top-level fields

ModelNameModelArnDatasetNameStatusTrainingDataStartTimeTrainingDataEndTimeCreatedAt

Example Payload

Raw ↑
{
  "ModelName": "pump-failure-detector",
  "ModelArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "DatasetName": "production-resource",
  "Status": "SUCCESS",
  "TrainingDataStartTime": "2025-03-15T14:30:00Z",
  "TrainingDataEndTime": "2025-03-15T14:30:00Z",
  "CreatedAt": "2025-03-15T14:30:00Z"
}