GoogleCloudRecommendationengineV1beta1InputConfig constructor
GoogleCloudRecommendationengineV1beta1InputConfig({
- GoogleCloudRecommendationengineV1beta1BigQuerySource? bigQuerySource,
- GoogleCloudRecommendationengineV1beta1CatalogInlineSource? catalogInlineSource,
- GoogleCloudRecommendationengineV1beta1GcsSource? gcsSource,
- GoogleCloudRecommendationengineV1beta1UserEventInlineSource? userEventInlineSource,
Implementation
GoogleCloudRecommendationengineV1beta1InputConfig({
this.bigQuerySource,
this.catalogInlineSource,
this.gcsSource,
this.userEventInlineSource,
});