Recommendations AI v1beta1 API - Class UserEventImportSummary (2.0.0-beta05)

public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class UserEventImportSummary.

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

Inheritance

object > UserEventImportSummary

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

UserEventImportSummary()

public UserEventImportSummary()

UserEventImportSummary(UserEventImportSummary)

public UserEventImportSummary(UserEventImportSummary other)
Parameter
NameDescription
otherUserEventImportSummary

Properties

JoinedEventsCount

public long JoinedEventsCount { get; set; }

Count of user events imported with complete existing catalog information.

Property Value
TypeDescription
long

UnjoinedEventsCount

public long UnjoinedEventsCount { get; set; }

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

Property Value
TypeDescription
long