Imports data into a dataset. Returns an empty response in the response
field when it completes.
HTTP request
POST https://automl.googleapis.com/v1beta1/{name}:importData
Path parameters
Parameters | |
---|---|
name |
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added. Authorization requires the following Google IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"inputConfig": {
object( |
Fields | |
---|---|
inputConfig |
Required. The desired input location. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.