Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource.
The inline source for the input config for ImportCatalogItems method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#catalog_items
def catalog_items() -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>
Returns
- (::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>) — Optional. A list of catalog items to update/create. Recommended max of 10k items.
#catalog_items=
def catalog_items=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>
Parameter
- value (::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>) — Optional. A list of catalog items to update/create. Recommended max of 10k items.
Returns
- (::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>) — Optional. A list of catalog items to update/create. Recommended max of 10k items.