public static interface ByteplusSaasContent.PredictRequest.ContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ByteplusSaasContent.Content |
getCandidateContents(int index)
Optional
The list of candidates for the recommendation.
|
int |
getCandidateContentsCount()
Optional
The list of candidates for the recommendation.
|
List<ByteplusSaasContent.Content> |
getCandidateContentsList()
Optional
The list of candidates for the recommendation.
|
ByteplusSaasContent.ContentOrBuilder |
getCandidateContentsOrBuilder(int index)
Optional
The list of candidates for the recommendation.
|
List<? extends ByteplusSaasContent.ContentOrBuilder> |
getCandidateContentsOrBuilderList()
Optional
The list of candidates for the recommendation.
|
ByteplusSaasContent.Device |
getDevice()
Optional.
|
ByteplusSaasContent.DeviceOrBuilder |
getDeviceOrBuilder()
Optional.
|
ByteplusSaasContent.Content |
getRootContent()
Optional
This is only required for content details page.
|
ByteplusSaasContent.ContentOrBuilder |
getRootContentOrBuilder()
Optional
This is only required for content details page.
|
boolean |
hasDevice()
Optional.
|
boolean |
hasRootContent()
Optional
This is only required for content details page.
|
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;Copyright © 2022. All rights reserved.