Class: Google::Cloud::RecommendationEngine::V1beta1::UserEventImportSummary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/import.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#joined_events_count::Integer

Returns Count of user events imported with complete existing catalog information.

Returns:

  • (::Integer)

    Count of user events imported with complete existing catalog information.



199
200
201
202
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 199

class UserEventImportSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unjoined_events_count::Integer

Returns 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.



199
200
201
202
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 199

class UserEventImportSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end