public static interface ByteplusSaasRetail.PredictRequest.ContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
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<ByteplusSaasRetail.Product> getCandidateProductsList()
Optional The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated .bytedance.byteplus.rec.retail.Product candidate_products = 4;ByteplusSaasRetail.Product getCandidateProducts(int index)
Optional The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated .bytedance.byteplus.rec.retail.Product candidate_products = 4;int getCandidateProductsCount()
Optional The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated .bytedance.byteplus.rec.retail.Product candidate_products = 4;List<? extends ByteplusSaasRetail.ProductOrBuilder> getCandidateProductsOrBuilderList()
Optional The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated .bytedance.byteplus.rec.retail.Product candidate_products = 4;ByteplusSaasRetail.ProductOrBuilder getCandidateProductsOrBuilder(int index)
Optional The list of candidates for the recommendation. If this is empty, all products are the candidates.
repeated .bytedance.byteplus.rec.retail.Product candidate_products = 4;boolean hasFeature()
Optional. Online feature, Saas Premium projects maybe use.
.bytedance.byteplus.rec.retail.PredictFeature feature = 5;ByteplusSaasRetail.PredictFeature getFeature()
Optional. Online feature, Saas Premium projects maybe use.
.bytedance.byteplus.rec.retail.PredictFeature feature = 5;ByteplusSaasRetail.PredictFeatureOrBuilder getFeatureOrBuilder()
Optional. Online feature, Saas Premium projects maybe use.
.bytedance.byteplus.rec.retail.PredictFeature feature = 5;boolean hasFilter()
Optional. Dynamic filter, Saas Premium projects maybe use.
.bytedance.byteplus.rec.retail.PredictFilter filter = 6;ByteplusSaasRetail.PredictFilter getFilter()
Optional. Dynamic filter, Saas Premium projects maybe use.
.bytedance.byteplus.rec.retail.PredictFilter filter = 6;ByteplusSaasRetail.PredictFilterOrBuilder getFilterOrBuilder()
Optional. Dynamic filter, Saas Premium projects maybe use.
.bytedance.byteplus.rec.retail.PredictFilter filter = 6;Copyright © 2024. All rights reserved.