public static interface ByteplusSaasContent.PredictRequest.ContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
boolean hasRootContent()
Optional This is only required for content details page.
.bytedance.byteplus.rec.content.Content root_content = 1;ByteplusSaasContent.Content getRootContent()
Optional This is only required for content details page.
.bytedance.byteplus.rec.content.Content root_content = 1;ByteplusSaasContent.ContentOrBuilder getRootContentOrBuilder()
Optional This is only required for content details page.
.bytedance.byteplus.rec.content.Content root_content = 1;boolean hasDevice()
Optional. Make sure this is as close to `UserEvent.device` as possible.
.bytedance.byteplus.rec.content.Device device = 2;ByteplusSaasContent.Device getDevice()
Optional. Make sure this is as close to `UserEvent.device` as possible.
.bytedance.byteplus.rec.content.Device device = 2;ByteplusSaasContent.DeviceOrBuilder getDeviceOrBuilder()
Optional. Make sure this is as close to `UserEvent.device` as possible.
.bytedance.byteplus.rec.content.Device device = 2;List<ByteplusSaasContent.Content> getCandidateContentsList()
Optional The list of candidates for the recommendation. If this is empty, all content are the candidates.
repeated .bytedance.byteplus.rec.content.Content candidate_contents = 3;ByteplusSaasContent.Content getCandidateContents(int index)
Optional The list of candidates for the recommendation. If this is empty, all content are the candidates.
repeated .bytedance.byteplus.rec.content.Content candidate_contents = 3;int getCandidateContentsCount()
Optional The list of candidates for the recommendation. If this is empty, all content are the candidates.
repeated .bytedance.byteplus.rec.content.Content candidate_contents = 3;List<? extends ByteplusSaasContent.ContentOrBuilder> getCandidateContentsOrBuilderList()
Optional The list of candidates for the recommendation. If this is empty, all content are the candidates.
repeated .bytedance.byteplus.rec.content.Content candidate_contents = 3;ByteplusSaasContent.ContentOrBuilder getCandidateContentsOrBuilder(int index)
Optional The list of candidates for the recommendation. If this is empty, all content are the candidates.
repeated .bytedance.byteplus.rec.content.Content candidate_contents = 3;boolean hasFeature()
Optional. Online feature, Saas Premium projects maybe use.
.bytedance.byteplus.rec.content.PredictFeature feature = 4;ByteplusSaasContent.PredictFeature getFeature()
Optional. Online feature, Saas Premium projects maybe use.
.bytedance.byteplus.rec.content.PredictFeature feature = 4;ByteplusSaasContent.PredictFeatureOrBuilder getFeatureOrBuilder()
Optional. Online feature, Saas Premium projects maybe use.
.bytedance.byteplus.rec.content.PredictFeature feature = 4;boolean hasFilter()
Optional. Dynamic filter, Saas Premium projects maybe use.
.bytedance.byteplus.rec.content.PredictFilter filter = 5;ByteplusSaasContent.PredictFilter getFilter()
Optional. Dynamic filter, Saas Premium projects maybe use.
.bytedance.byteplus.rec.content.PredictFilter filter = 5;ByteplusSaasContent.PredictFilterOrBuilder getFilterOrBuilder()
Optional. Dynamic filter, Saas Premium projects maybe use.
.bytedance.byteplus.rec.content.PredictFilter filter = 5;Copyright © 2024. All rights reserved.