Google Cloud Retail V2 Client - Class TuneModelMetadata (1.6.4)

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

Metadata associated with a tune operation.

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

Namespace

Google \ Cloud \ Retail \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ model string

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

getModel

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

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

Returns
Type Description
string

setModel

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

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

Parameter
Name Description
var string
Returns
Type Description
$this