Class RecommendationAIIO
java.lang.Object
org.apache.beam.sdk.extensions.ml.RecommendationAIIO
The RecommendationAIIO class acts as a wrapper around the 
s that interact with
 the Recommendation AI API (https://cloud.google.com/recommendations).
 
invalid reference
PTransform
More information can be found on: - Writing catalog items using RecommendationAICreateCatalogItem - Importing catalog items using RecommendationAIImportCatalogItems - Writing user events using RecommendationAIWriteUserEvent - Importing user events using RecommendationAIImportUserEvents - Making predictions using RecommendationAIPredict
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
RecommendationAIIO
public RecommendationAIIO() 
 - 
 - 
Method Details
- 
createCatalogItems
 - 
importCatalogItems
 - 
writeUserEvent
 - 
importUserEvents
 - 
predictAll
 
 -