Class CreateModelRequest (1.8.1)

CreateModelRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for creating a model.

Attributes

NameDescription
parent str
Required. The parent resource under which to create the model. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
model google.cloud.retail_v2alpha.types.Model
Required. The payload of the [Model] to create.
dry_run bool
Optional. Whether to run a dry_run to validate the request (without actually creating the model).