RunPipelineActivityResponse Class

(QtAws::IoTAnalytics::RunPipelineActivityResponse)

The RunPipelineActivityResponse class provides an interace for IoTAnalytics RunPipelineActivity responses. More...

Header: #include <RunPipelineActivityResponse>
Inherits: QtAws::IoTAnalytics::IoTAnalyticsResponse

Public Functions

RunPipelineActivityResponse(const RunPipelineActivityRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const RunPipelineActivityRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The RunPipelineActivityResponse class provides an interace for IoTAnalytics RunPipelineActivity responses.

AWS IoT Analytics provides advanced data analysis for AWS IoT. It allows you to collect large amounts of device data, process messages, store them, and then query the data and run sophisticated analytics to make accurate decisions in your IoT applications and machine learning use cases. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon

QuickSight>

Traditional analytics and business intelligence tools are designed to process structured data. IoT data often comes from devices that record noisy processes (such as temperature, motion, or sound). As a result, the data from these devices can have significant gaps, corrupted messages, and false readings that must be cleaned up before analysis can occur. Also, IoT data is often only meaningful in the context of other data from external sources.

</p

AWS IoT Analytics automates each of the steps required to analyze data from IoT devices. AWS IoT Analytics filters, transforms, and enriches IoT data before storing it in a time-series data store for analysis. You can set up the service to collect only the data you need from your devices, apply mathematical transforms to process the data, and enrich the data with device-specific metadata such as device type and location before storing it. Then, you can analyze your data by running queries using the built-in SQL query engine, or perform more complex analytics and machine learning inference. AWS IoT Analytics includes models for common IoT use cases so you can answer questions like which devices are about to fail or which customers are at risk of abandoning their wearable

See also IoTAnalyticsClient::runPipelineActivity.

Member Function Documentation

RunPipelineActivityResponse::RunPipelineActivityResponse(const RunPipelineActivityRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a RunPipelineActivityResponse object for reply to request, with parent parent.

[override virtual protected slot] void RunPipelineActivityResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful IoTAnalytics RunPipelineActivity response.

[override virtual] const RunPipelineActivityRequest *RunPipelineActivityResponse::request() const

Reimplemented from AwsAbstractResponse::request().

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.