public static interface ByteplusSaasRetail.PredictResultOrBuilder
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.
|
ByteplusSaasRetail.PredictResult.ResponseProduct |
getResponseProducts(int index)
Output only.
|
int |
getResponseProductsCount()
Output only.
|
List<ByteplusSaasRetail.PredictResult.ResponseProduct> |
getResponseProductsList()
Output only.
|
ByteplusSaasRetail.PredictResult.ResponseProductOrBuilder |
getResponseProductsOrBuilder(int index)
Output only.
|
List<? extends ByteplusSaasRetail.PredictResult.ResponseProductOrBuilder> |
getResponseProductsOrBuilderList()
Output only.
|
List<ByteplusSaasRetail.PredictResult.ResponseProduct> getResponseProductsList()
Output only. The list of predicted products.
repeated .bytedance.byteplus.rec.retail.PredictResult.ResponseProduct response_products = 1;ByteplusSaasRetail.PredictResult.ResponseProduct getResponseProducts(int index)
Output only. The list of predicted products.
repeated .bytedance.byteplus.rec.retail.PredictResult.ResponseProduct response_products = 1;int getResponseProductsCount()
Output only. The list of predicted products.
repeated .bytedance.byteplus.rec.retail.PredictResult.ResponseProduct response_products = 1;List<? extends ByteplusSaasRetail.PredictResult.ResponseProductOrBuilder> getResponseProductsOrBuilderList()
Output only. The list of predicted products.
repeated .bytedance.byteplus.rec.retail.PredictResult.ResponseProduct response_products = 1;ByteplusSaasRetail.PredictResult.ResponseProductOrBuilder getResponseProductsOrBuilder(int index)
Output only. The list of predicted products.
repeated .bytedance.byteplus.rec.retail.PredictResult.ResponseProduct response_products = 1;int getExtraCount()
Output only. Extra debug info.
map<string, string> extra = 100;boolean containsExtra(String key)
Output only. Extra debug info.
map<string, string> extra = 100;@Deprecated Map<String,String> getExtra()
getExtraMap() instead.Map<String,String> getExtraMap()
Output only. Extra debug info.
map<string, string> extra = 100;String getExtraOrDefault(String key, String defaultValue)
Output only. Extra debug info.
map<string, string> extra = 100;Copyright © 2022. All rights reserved.