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. Is set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Is set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getId()
public abstract String getId()ID of the recommended product
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()ID of the recommended product
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getMetadata() (deprecated)
public abstract Map<String,Value> getMetadata()Use #getMetadataMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,Value> |
|
getMetadataCount()
public abstract int getMetadataCount()Additional product metadata / annotations.
Possible values:
product: JSON representation of the product. Is set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Is set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetadataMap()
public abstract Map<String,Value> getMetadataMap()Additional product metadata / annotations.
Possible values:
product: JSON representation of the product. Is set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Is set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Returns | |
|---|---|
| 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. Is set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Is set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
Value |
| Returns | |
|---|---|
| Type | Description |
Value |
|
getMetadataOrThrow(String key)
public abstract Value getMetadataOrThrow(String key)Additional product metadata / annotations.
Possible values:
product: JSON representation of the product. Is set ifreturnProductis set to true inPredictRequest.params.score: Prediction score in double value. Is set ifreturnScoreis set to true inPredictRequest.params.
map<string, .google.protobuf.Value> metadata = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Value |
|