Creates a model. Returns a Model in the response
field when it completes. When you create a model, several model evaluations are created for it: a global evaluation, and one evaluation for each annotation spec.
HTTP request
POST https://automl.googleapis.com/v1beta1/{parent}/models
Path parameters
Parameters | |
---|---|
parent |
Resource name of the parent project where the model is being created. Authorization requires the following Google IAM permission on the specified resource
|
Request body
The request body contains an instance of Model
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.