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
Namespace
Google \ Cloud \ RecommendationEngine \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_events |
array<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<UserEvent>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|