Class: Google::Cloud::RecommendationEngine::V1beta1::InputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::InputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/import.rb
Overview
The input config source.
Instance Attribute Summary collapse
-
#catalog_inline_source ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource
The Inline source for the input content for Catalog items.
-
#gcs_source ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::GcsSource
Google Cloud Storage location for the input content.
-
#user_event_inline_source ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource
The Inline source for the input content for UserEvents.
Instance Attribute Details
#catalog_inline_source ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource
Returns The Inline source for the input content for Catalog items.
126 127 128 129 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 126 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_source ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::GcsSource
Returns Google Cloud Storage location for the input content.
126 127 128 129 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 126 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_event_inline_source ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource
Returns The Inline source for the input content for UserEvents.
126 127 128 129 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 126 class InputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |