Google Cloud Recommendation Engine V1beta1 Client - Class UserEventImportSummary (0.7.4)

Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class UserEventImportSummary.

A summary of import result. The UserEventImportSummary summarizes the import status for user events.

Generated from protobuf message google.cloud.recommendationengine.v1beta1.UserEventImportSummary

Namespace

Google \ Cloud \ RecommendationEngine \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ joined_events_count int|string

Count of user events imported with complete existing catalog information.

↳ unjoined_events_count int|string

Count of user events imported, but with catalog information not found in the imported catalog.

getJoinedEventsCount

Count of user events imported with complete existing catalog information.

Returns
Type Description
int|string

setJoinedEventsCount

Count of user events imported with complete existing catalog information.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getUnjoinedEventsCount

Count of user events imported, but with catalog information not found in the imported catalog.

Returns
Type Description
int|string

setUnjoinedEventsCount

Count of user events imported, but with catalog information not found in the imported catalog.

Parameter
Name Description
var int|string
Returns
Type Description
$this