Method: projects.locations.catalogs.models.create

Creates a new model.

HTTP request

POST https://retail.googleapis.com/v2/{parent=projects/*/locations/*/catalogs/*}/models

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource under which to create the model. Format: projects/{projectNumber}/locations/{locationId}/catalogs/{catalogId}

Query parameters

Parameters
dryRun

boolean

Optional. Whether to run a dry run to validate the request (without actually creating the model).

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.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • retail.models.create

For more information, see the IAM documentation.