Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class StringList.
A list of string features.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.FeatureMap.StringList
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1 \ FeatureMapMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
string[]
String feature value with a length limit of 128 bytes. |
getValue
String feature value with a length limit of 128 bytes.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setValue
String feature value with a length limit of 128 bytes.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|