Scheduling inference - Amazon Lookout for Equipment

Amazon Lookout for Equipment is no longer open to new customers. Existing customers can continue to use the service as normal. For capabilities similar to Amazon Lookout for Equipment see our blog post.

Scheduling inference

Note

You can also schedule inference with the AWS SDK for Python (Boto).

Starting inference

After you create a model, you can use it to monitor your asset in real time. To use your model to monitor your asset, you do the following.

To schedule inference, you specify the model, the schedule, the Amazon S3 location of where the model is reading the data, and where it outputs the results of the inference.

  1. Sign in to AWS Management Console and open the Amazon Lookout for Equipment console at Amazon Lookout for Equipment console.

  2. Choose Models. Then choose the model that monitors your asset.

  3. Choose Schedule inference.

  4. For Inference schedule name, specify the name for the inference schedule.

  5. For Model, choose the model that is monitoring the data coming from your asset.

  6. For S3 location under Input data, specify the Amazon S3 location of the input data coming from the asset.

  7. For Data upload frequency, specify how often your asset sends the data to the Amazon S3 bucket.

  8. For S3 location under Output data, specify the Amazon S3 location to store the output of the inference results.

  9. For IAM role under Access Permissions, specify the IAM role that provides Amazon Lookout for Equipment with access to your data in Amazon S3.

  10. Choose Schedule inference.