class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1InputConfig
The input config source.
Attributes
BigQuery source import data from. Corresponds to the JSON property `bigQuerySource` @return [Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1BigQuerySource]
The inline source for the input config for ImportCatalogItems method. Corresponds to the JSON property `catalogInlineSource` @return [Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1CatalogInlineSource]
Google
Cloud Storage location for input content. format. Corresponds to the JSON property `gcsSource` @return [Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1GcsSource]
The inline source for the input config for ImportUserEvents method. Corresponds to the JSON property `userEventInlineSource` @return [Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1UserEventInlineSource]
Public Class Methods
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 851 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 856 def update!(**args) @big_query_source = args[:big_query_source] if args.key?(:big_query_source) @catalog_inline_source = args[:catalog_inline_source] if args.key?(:catalog_inline_source) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) @user_event_inline_source = args[:user_event_inline_source] if args.key?(:user_event_inline_source) end