Reference documentation and code samples for the Google Cloud Retail V2 Client class ServingConfigList.
Represents an ordered combination of valid serving configs, which
can be used for PAGE_OPTIMIZATION
recommendations.
Generated from protobuf message google.cloud.retail.v2.Model.ServingConfigList
Namespace
Google \ Cloud \ Retail \ V2 \ ModelMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ serving_config_ids |
array
Optional. A set of valid serving configs that may be used for |
getServingConfigIds
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServingConfigIds
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |