public static interface ByteplusSaasRetail.PredictRequest.ContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCandidateProductIds(int index)
Optional.
|
com.google.protobuf.ByteString |
getCandidateProductIdsBytes(int index)
Optional.
|
int |
getCandidateProductIdsCount()
Optional.
|
List<String> |
getCandidateProductIdsList()
Optional.
|
ByteplusSaasRetail.Device |
getDevice()
Optional.
|
ByteplusSaasRetail.DeviceOrBuilder |
getDeviceOrBuilder()
Optional.
|
ByteplusSaasRetail.Product |
getRootProduct()
Optional.
|
ByteplusSaasRetail.ProductOrBuilder |
getRootProductOrBuilder()
Optional.
|
boolean |
hasDevice()
Optional.
|
boolean |
hasRootProduct()
Optional.
|
boolean hasRootProduct()
Optional. This is only required for product details page.
.bytedance.byteplus.rec.retail.Product root_product = 1;ByteplusSaasRetail.Product getRootProduct()
Optional. This is only required for product details page.
.bytedance.byteplus.rec.retail.Product root_product = 1;ByteplusSaasRetail.ProductOrBuilder getRootProductOrBuilder()
Optional. This is only required for product details page.
.bytedance.byteplus.rec.retail.Product root_product = 1;boolean hasDevice()
Optional. Make sure this is as close to `UserEvent.device` as possible.
.bytedance.byteplus.rec.retail.Device device = 2;ByteplusSaasRetail.Device getDevice()
Optional. Make sure this is as close to `UserEvent.device` as possible.
.bytedance.byteplus.rec.retail.Device device = 2;ByteplusSaasRetail.DeviceOrBuilder getDeviceOrBuilder()
Optional. Make sure this is as close to `UserEvent.device` as possible.
.bytedance.byteplus.rec.retail.Device device = 2;List<String> getCandidateProductIdsList()
Optional. The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated string candidate_product_ids = 3;int getCandidateProductIdsCount()
Optional. The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated string candidate_product_ids = 3;String getCandidateProductIds(int index)
Optional. The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated string candidate_product_ids = 3;index - The index of the element to return.com.google.protobuf.ByteString getCandidateProductIdsBytes(int index)
Optional. The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated string candidate_product_ids = 3;index - The index of the value to return.Copyright © 2022. All rights reserved.