public static interface ByteplusSaasRetail.PredictResult.ResponseProductOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsExtra(String key)
Output only.
|
Map<String,String> |
getExtra()
已过时。
|
int |
getExtraCount()
Output only.
|
Map<String,String> |
getExtraMap()
Output only.
|
String |
getExtraOrDefault(String key,
String defaultValue)
Output only.
|
String |
getExtraOrThrow(String key)
Output only.
|
double |
getPctr()
Output only.
|
double |
getPcvr()
Output only.
|
String |
getProductId()
Output only.
|
com.google.protobuf.ByteString |
getProductIdBytes()
Output only.
|
int |
getRank()
Output only.
|
String |
getRecInfo()
Output only.
|
com.google.protobuf.ByteString |
getRecInfoBytes()
Output only.
|
String getProductId()
Output only. The product id. This is consistent with `Product.product_id`.
string product_id = 1;com.google.protobuf.ByteString getProductIdBytes()
Output only. The product id. This is consistent with `Product.product_id`.
string product_id = 1;int getRank()
Output only. This is the 1-based ranking of the product.
int32 rank = 2;double getPctr()
Output only. The is the predicted CTR.
double pctr = 3;double getPcvr()
Output only. This is the predicted CVR.
double pcvr = 4;String getRecInfo()
Output only. The strategy used for this particular recommendation result.
string rec_info = 5;com.google.protobuf.ByteString getRecInfoBytes()
Output only. The strategy used for this particular recommendation result.
string rec_info = 5;int getExtraCount()
Output only. All the extra debug info here.
map<string, string> extra = 100;boolean containsExtra(String key)
Output only. All the extra debug info here.
map<string, string> extra = 100;@Deprecated Map<String,String> getExtra()
getExtraMap() instead.Map<String,String> getExtraMap()
Output only. All the extra debug info here.
map<string, string> extra = 100;String getExtraOrDefault(String key, String defaultValue)
Output only. All the extra debug info here.
map<string, string> extra = 100;Copyright © 2022. All rights reserved.