Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::InputConfig.
The input config source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#catalog_inline_source
def catalog_inline_source() -> ::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource) — The Inline source for the input content for Catalog items.
#catalog_inline_source=
def catalog_inline_source=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource
Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource) — The Inline source for the input content for Catalog items.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource) — The Inline source for the input content for Catalog items.
#gcs_source
def gcs_source() -> ::Google::Cloud::RecommendationEngine::V1beta1::GcsSource
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::GcsSource) — Google Cloud Storage location for the input content.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::GcsSource
Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::GcsSource) — Google Cloud Storage location for the input content.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::GcsSource) — Google Cloud Storage location for the input content.
#user_event_inline_source
def user_event_inline_source() -> ::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource) — The Inline source for the input content for UserEvents.
#user_event_inline_source=
def user_event_inline_source=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource
Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource) — The Inline source for the input content for UserEvents.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource) — The Inline source for the input content for UserEvents.