Google Cloud Recommendation Engine V1beta1 Client - Class UserEventInlineSource (0.7.0)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUserEvents

Optional. A list of user events to import. Recommended max of 10k items.

Parameter
NameDescription
var array<Google\Cloud\RecommendationEngine\V1beta1\UserEvent>
Returns
TypeDescription
$this