public static interface ByteplusSaasRetail.PredictResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRequestId()
Output only.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Output only.
|
ByteplusSaasRetail.Status |
getStatus()
Output only.
|
ByteplusSaasRetail.StatusOrBuilder |
getStatusOrBuilder()
Output only.
|
ByteplusSaasRetail.PredictResult |
getValue()
Output only.
|
ByteplusSaasRetail.PredictResultOrBuilder |
getValueOrBuilder()
Output only.
|
boolean |
hasStatus()
Output only.
|
boolean |
hasValue()
Output only.
|
boolean hasStatus()
Output only. The status of the call.
.bytedance.byteplus.rec.retail.Status status = 1;ByteplusSaasRetail.Status getStatus()
Output only. The status of the call.
.bytedance.byteplus.rec.retail.Status status = 1;ByteplusSaasRetail.StatusOrBuilder getStatusOrBuilder()
Output only. The status of the call.
.bytedance.byteplus.rec.retail.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 hasValue()
Output only. This is only populated when `PredictResponse.status.code` is not 0.
.bytedance.byteplus.rec.retail.PredictResult value = 3;ByteplusSaasRetail.PredictResult getValue()
Output only. This is only populated when `PredictResponse.status.code` is not 0.
.bytedance.byteplus.rec.retail.PredictResult value = 3;ByteplusSaasRetail.PredictResultOrBuilder getValueOrBuilder()
Output only. This is only populated when `PredictResponse.status.code` is not 0.
.bytedance.byteplus.rec.retail.PredictResult value = 3;Copyright © 2022. All rights reserved.