public interface PredictResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributionToken()
A unique attribution token.
|
com.google.protobuf.ByteString |
getAttributionTokenBytes()
A unique attribution token.
|
String |
getMissingIds(int index)
IDs of products in the request that were missing from the inventory.
|
com.google.protobuf.ByteString |
getMissingIdsBytes(int index)
IDs of products in the request that were missing from the inventory.
|
int |
getMissingIdsCount()
IDs of products in the request that were missing from the inventory.
|
List<String> |
getMissingIdsList()
IDs of products in the request that were missing from the inventory.
|
PredictResponse.PredictionResult |
getResults(int index)
A list of recommended products.
|
int |
getResultsCount()
A list of recommended products.
|
List<PredictResponse.PredictionResult> |
getResultsList()
A list of recommended products.
|
PredictResponse.PredictionResultOrBuilder |
getResultsOrBuilder(int index)
A list of recommended products.
|
List<? extends PredictResponse.PredictionResultOrBuilder> |
getResultsOrBuilderList()
A list of recommended products.
|
boolean |
getValidateOnly()
True if the validateOnly property was set in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PredictResponse.PredictionResult> getResultsList()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2alpha.PredictResponse.PredictionResult results = 1;
PredictResponse.PredictionResult getResults(int index)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2alpha.PredictResponse.PredictionResult results = 1;
int getResultsCount()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2alpha.PredictResponse.PredictionResult results = 1;
List<? extends PredictResponse.PredictionResultOrBuilder> getResultsOrBuilderList()
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2alpha.PredictResponse.PredictionResult results = 1;
PredictResponse.PredictionResultOrBuilder getResultsOrBuilder(int index)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
repeated .google.cloud.retail.v2alpha.PredictResponse.PredictionResult results = 1;
String getAttributionToken()
A unique attribution token. This should be included in the [UserEvent][google.cloud.retail.v2alpha.UserEvent] logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string attribution_token = 2;com.google.protobuf.ByteString getAttributionTokenBytes()
A unique attribution token. This should be included in the [UserEvent][google.cloud.retail.v2alpha.UserEvent] logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string attribution_token = 2;List<String> getMissingIdsList()
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;int getMissingIdsCount()
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;String getMissingIds(int index)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;index - The index of the element to return.com.google.protobuf.ByteString getMissingIdsBytes(int index)
IDs of products in the request that were missing from the inventory.
repeated string missing_ids = 3;index - The index of the value to return.boolean getValidateOnly()
True if the validateOnly property was set in the request.
bool validate_only = 4;Copyright © 2024 Google LLC. All rights reserved.