public static interface ByteplusSaasContent.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. The acceptable values are ["self", "byteplus", "other"]. Please refer to [this](../docs/ways-to-improve-recommendation-performance#use-usereventrec_info-and-usereventtraffic_source) for more details.
string traffic_source = 12;com.google.protobuf.ByteString getTrafficSourceBytes()
Required. This should be the traffic source. The acceptable values are ["self", "byteplus", "other"]. Please refer to [this](../docs/ways-to-improve-recommendation-performance#use-usereventrec_info-and-usereventtraffic_source) for more details.
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.content.Scene scene = 13;ByteplusSaasContent.Scene getScene()
Required. The scene info. Please make sure this is as close to UserEvent.scene as possible.
.bytedance.byteplus.rec.content.Scene scene = 13;ByteplusSaasContent.SceneOrBuilder getSceneOrBuilder()
Required. The scene info. Please make sure this is as close to UserEvent.scene as possible.
.bytedance.byteplus.rec.content.Scene scene = 13;List<ByteplusSaasContent.AckServerImpressionsRequest.AlteredContent> getAlteredContentsList()
Required. The list of altered contents.
repeated .bytedance.byteplus.rec.content.AckServerImpressionsRequest.AlteredContent altered_contents = 15;ByteplusSaasContent.AckServerImpressionsRequest.AlteredContent getAlteredContents(int index)
Required. The list of altered contents.
repeated .bytedance.byteplus.rec.content.AckServerImpressionsRequest.AlteredContent altered_contents = 15;int getAlteredContentsCount()
Required. The list of altered contents.
repeated .bytedance.byteplus.rec.content.AckServerImpressionsRequest.AlteredContent altered_contents = 15;List<? extends ByteplusSaasContent.AckServerImpressionsRequest.AlteredContentOrBuilder> getAlteredContentsOrBuilderList()
Required. The list of altered contents.
repeated .bytedance.byteplus.rec.content.AckServerImpressionsRequest.AlteredContent altered_contents = 15;ByteplusSaasContent.AckServerImpressionsRequest.AlteredContentOrBuilder getAlteredContentsOrBuilder(int index)
Required. The list of altered contents.
repeated .bytedance.byteplus.rec.content.AckServerImpressionsRequest.AlteredContent altered_contents = 15;int getExtraCount()
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;boolean containsExtra(String key)
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;@Deprecated Map<String,String> getExtra()
getExtraMap() instead.Map<String,String> getExtraMap()
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;String getExtraOrDefault(String key, String defaultValue)
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;Copyright © 2024. All rights reserved.