public static interface ByteplusSaasContent.PredictResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ByteplusSaasContent.PredictResult |
getContentValue()
Output only.
|
ByteplusSaasContent.PredictResultOrBuilder |
getContentValueOrBuilder()
Output only.
|
String |
getRequestId()
Output only.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Output only.
|
ByteplusSaasContent.Status |
getStatus()
Output only.
|
ByteplusSaasContent.StatusOrBuilder |
getStatusOrBuilder()
Output only.
|
boolean |
hasContentValue()
Output only.
|
boolean |
hasStatus()
Output only.
|
boolean hasStatus()
Output only. The status of the call.
.bytedance.byteplus.rec.content.Status status = 1;ByteplusSaasContent.Status getStatus()
Output only. The status of the call.
.bytedance.byteplus.rec.content.Status status = 1;ByteplusSaasContent.StatusOrBuilder getStatusOrBuilder()
Output only. The status of the call.
.bytedance.byteplus.rec.content.Status status = 1;String getRequestId()
Output only. This is same as `PredictRequest.request_id`.
string request_id = 2;com.google.protobuf.ByteString getRequestIdBytes()
Output only. This is same as `PredictRequest.request_id`.
string request_id = 2;boolean hasContentValue()
Output only. This is only populated when `PredictResponse.status.code` is not 0.
.bytedance.byteplus.rec.content.PredictResult content_value = 4;ByteplusSaasContent.PredictResult getContentValue()
Output only. This is only populated when `PredictResponse.status.code` is not 0.
.bytedance.byteplus.rec.content.PredictResult content_value = 4;ByteplusSaasContent.PredictResultOrBuilder getContentValueOrBuilder()
Output only. This is only populated when `PredictResponse.status.code` is not 0.
.bytedance.byteplus.rec.content.PredictResult content_value = 4;Copyright © 2024. All rights reserved.