Method: projects.locations.datasets.create

Create a DataSet from data stored on Cloud Storage.

The data must stay immutable while we process the DataSet creation; otherwise, undefined outcomes might result. For more information, see DataSet.

HTTP request

POST https://timeseriesinsights.googleapis.com/v1/{parent=projects/*/locations/*}/datasets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Client project name which will own this DataSet in the format of 'projects/{project}/locations/{location}'.

Request body

The request body contains an instance of DataSet.

Response body

If successful, the response body contains a newly created instance of DataSet.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • timeseriesinsights.datasets.create

For more information, see the IAM documentation.