public static interface PredictResponse.PredictionResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsMetadata(String key)
public abstract boolean containsMetadata(String key)Additional product metadata / annotations. Possible values:
product: JSON representation of the product. Will be set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Will be set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getId()
public abstract String getId()ID of the recommended product
string id = 1;
| Type | Description |
| String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()ID of the recommended product
string id = 1;
| Type | Description |
| ByteString | The bytes for id. |
getMetadata()
public abstract Map<String,Value> getMetadata()Use #getMetadataMap() instead.
| Type | Description |
| Map<String,Value> |
getMetadataCount()
public abstract int getMetadataCount()Additional product metadata / annotations. Possible values:
product: JSON representation of the product. Will be set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Will be set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Type | Description |
| int |
getMetadataMap()
public abstract Map<String,Value> getMetadataMap()Additional product metadata / annotations. Possible values:
product: JSON representation of the product. Will be set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Will be set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Type | Description |
| Map<String,Value> |
getMetadataOrDefault(String key, Value defaultValue)
public abstract Value getMetadataOrDefault(String key, Value defaultValue)Additional product metadata / annotations. Possible values:
product: JSON representation of the product. Will be set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Will be set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Name | Description |
| key | String |
| defaultValue | Value |
| Type | Description |
| Value |
getMetadataOrThrow(String key)
public abstract Value getMetadataOrThrow(String key)Additional product metadata / annotations. Possible values:
product: JSON representation of the product. Will be set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Will be set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Name | Description |
| key | String |
| Type | Description |
| Value |