Uses of Interface
com.google.cloud.retail.v2beta.PredictResponse.PredictionResultOrBuilder
-
Packages that use PredictResponse.PredictionResultOrBuilder Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of PredictResponse.PredictionResultOrBuilder in com.google.cloud.retail.v2beta
Classes in com.google.cloud.retail.v2beta that implement PredictResponse.PredictionResultOrBuilder Modifier and Type Class Description static classPredictResponse.PredictionResultPredictionResult represents the recommendation prediction results.static classPredictResponse.PredictionResult.BuilderPredictionResult represents the recommendation prediction results.Methods in com.google.cloud.retail.v2beta that return PredictResponse.PredictionResultOrBuilder Modifier and Type Method Description PredictResponse.PredictionResultOrBuilderPredictResponse.Builder. getResultsOrBuilder(int index)A list of recommended products.PredictResponse.PredictionResultOrBuilderPredictResponse. getResultsOrBuilder(int index)A list of recommended products.PredictResponse.PredictionResultOrBuilderPredictResponseOrBuilder. getResultsOrBuilder(int index)A list of recommended products.Methods in com.google.cloud.retail.v2beta that return types with arguments of type PredictResponse.PredictionResultOrBuilder Modifier and Type Method Description List<? extends PredictResponse.PredictionResultOrBuilder>PredictResponse.Builder. getResultsOrBuilderList()A list of recommended products.List<? extends PredictResponse.PredictionResultOrBuilder>PredictResponse. getResultsOrBuilderList()A list of recommended products.List<? extends PredictResponse.PredictionResultOrBuilder>PredictResponseOrBuilder. getResultsOrBuilderList()A list of recommended products.
-