public static interface ByteplusSaasRetail.AckServerImpressionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
String getProjectId()
Required Id of the recommendation project.
string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
Required Id of the recommendation project.
string project_id = 1;String getModelId()
Required Recommended model unique identification.
string model_id = 2;com.google.protobuf.ByteString getModelIdBytes()
Required Recommended model unique identification.
string model_id = 2;String getPredictRequestId()
Required. This should be same as `PredictRequest.request_id`.
string predict_request_id = 10;com.google.protobuf.ByteString getPredictRequestIdBytes()
Required. This should be same as `PredictRequest.request_id`.
string predict_request_id = 10;String getUserId()
Required. This should be same as `PredictRequest.user_id`.
string user_id = 11;com.google.protobuf.ByteString getUserIdBytes()
Required. This should be same as `PredictRequest.user_id`.
string user_id = 11;String getTrafficSource()
Required. This should be the traffic source.
string traffic_source = 12;com.google.protobuf.ByteString getTrafficSourceBytes()
Required. This should be the traffic source.
string traffic_source = 12;boolean hasScene()
Required. The scene info. Please make sure this is as close to UserEvent.scene as possible.
.bytedance.byteplus.rec.retail.Scene scene = 13;ByteplusSaasRetail.Scene getScene()
Required. The scene info. Please make sure this is as close to UserEvent.scene as possible.
.bytedance.byteplus.rec.retail.Scene scene = 13;ByteplusSaasRetail.SceneOrBuilder getSceneOrBuilder()
Required. The scene info. Please make sure this is as close to UserEvent.scene as possible.
.bytedance.byteplus.rec.retail.Scene scene = 13;List<ByteplusSaasRetail.AckServerImpressionsRequest.AlteredProduct> getAlteredProductsList()
Required. The list of altered products.
repeated .bytedance.byteplus.rec.retail.AckServerImpressionsRequest.AlteredProduct altered_products = 14;ByteplusSaasRetail.AckServerImpressionsRequest.AlteredProduct getAlteredProducts(int index)
Required. The list of altered products.
repeated .bytedance.byteplus.rec.retail.AckServerImpressionsRequest.AlteredProduct altered_products = 14;int getAlteredProductsCount()
Required. The list of altered products.
repeated .bytedance.byteplus.rec.retail.AckServerImpressionsRequest.AlteredProduct altered_products = 14;List<? extends ByteplusSaasRetail.AckServerImpressionsRequest.AlteredProductOrBuilder> getAlteredProductsOrBuilderList()
Required. The list of altered products.
repeated .bytedance.byteplus.rec.retail.AckServerImpressionsRequest.AlteredProduct altered_products = 14;ByteplusSaasRetail.AckServerImpressionsRequest.AlteredProductOrBuilder getAlteredProductsOrBuilder(int index)
Required. The list of altered products.
repeated .bytedance.byteplus.rec.retail.AckServerImpressionsRequest.AlteredProduct altered_products = 14;Copyright © 2022. All rights reserved.