Provides an Inference service which operates over typed time series data groups. Users can perform collaborative filtering, spike, trend, and anomaly detection. With a straightforward API and easy to understand results, the service makes it simple to gather insights from large amounts of typed time series data (e.g. monitoring datasets) and integrate these insights in their applications.
Service: infer.googleapis.com
All URIs below are relative to https://infer.googleapis.com
This service provides the following discovery document:
REST Resource: v1.projects.datasets
Methods | |
---|---|
create |
POST /v1/{parent=projects/*}/datasets Load a dataset stored on Google Cloud Storage. |
delete |
DELETE /v1/{name=projects/*/datasets/*} Unload a dataset from the system, once done processing. |
ingestDataItems |
POST /v1/{name=projects/*/datasets/*}:ingestDataItems Ingest data items into a dataset. |
list |
GET /v1/{parent=projects/*}/datasets Lists datasets. |
query |
POST /v1/{name=projects/*/datasets/*}:query Execute an Inference query over a loaded dataset. |