Class: Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/import.rb
Overview
The inline source for the input config for ImportUserEvents method.
Instance Attribute Summary collapse
Instance Attribute Details
#user_events ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
Returns Optional. A list of user events to import. Recommended max of 10k items.
54 55 56 57 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 54 class UserEventInlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |