Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::UserEventImportSummary.
A summary of import result. The UserEventImportSummary summarizes the import status for user events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#joined_events_count
def joined_events_count() -> ::Integer
Returns
- (::Integer) — Count of user events imported with complete existing catalog information.
#joined_events_count=
def joined_events_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of user events imported with complete existing catalog information.
Returns
- (::Integer) — Count of user events imported with complete existing catalog information.
#unjoined_events_count
def unjoined_events_count() -> ::Integer
Returns
- (::Integer) — Count of user events imported, but with catalog information not found in the imported catalog.
#unjoined_events_count=
def unjoined_events_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of user events imported, but with catalog information not found in the imported catalog.
Returns
- (::Integer) — Count of user events imported, but with catalog information not found in the imported catalog.