Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::InputConfig (v0.12.0)

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.

    Note: The following fields are mutually exclusive: catalog_inline_source, gcs_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

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

    Note: The following fields are mutually exclusive: catalog_inline_source, gcs_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource) — The Inline source for the input content for Catalog items.

    Note: The following fields are mutually exclusive: catalog_inline_source, gcs_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_source

def gcs_source() -> ::Google::Cloud::RecommendationEngine::V1beta1::GcsSource
Returns
  • (::Google::Cloud::RecommendationEngine::V1beta1::GcsSource) — Google Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, catalog_inline_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

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

    Note: The following fields are mutually exclusive: gcs_source, catalog_inline_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::RecommendationEngine::V1beta1::GcsSource) — Google Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, catalog_inline_source, user_event_inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#user_event_inline_source

def user_event_inline_source() -> ::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource
Returns

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

    Note: The following fields are mutually exclusive: user_event_inline_source, catalog_inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns