Method: projects.locations.datasets.create

Creates a dataset.

HTTP request

POST https://automl.googleapis.com/v1beta1/{parent}/datasets

Path parameters

Parameters
parent

string

The resource name of the project to create the dataset for.

Authorization requires the following Google IAM permission on the specified resource parent:

  • automl.datasets.create

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.