Google Cloud Retail V2 Client - Class CreateModelMetadata (1.2.1)

Reference documentation and code samples for the Google Cloud Retail V2 Client class CreateModelMetadata.

Metadata associated with a create operation.

Generated from protobuf message google.cloud.retail.v2.CreateModelMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ model string

The resource name of the model that this create applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

getModel

The resource name of the model that this create applies to.

Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

Returns
TypeDescription
string

setModel

The resource name of the model that this create applies to.

Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this