Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class UserEventInlineSource.
The inline source for the input config for ImportUserEvents method.
Generated from protobuf message google.cloud.recommendationengine.v1beta1.UserEventInlineSource
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_events |
array<Google\Cloud\RecommendationEngine\V1beta1\UserEvent>
Optional. A list of user events to import. Recommended max of 10k items. |
getUserEvents
Optional. A list of user events to import. Recommended max of 10k items.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUserEvents
Optional. A list of user events to import. Recommended max of 10k items.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\RecommendationEngine\V1beta1\UserEvent>
|
Returns | |
---|---|
Type | Description |
$this |