public static interface Api.ClassificationReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLabels(int index)
repeated string labels = 4; |
com.google.protobuf.ByteString |
getLabelsBytes(int index)
repeated string labels = 4; |
int |
getLabelsCount()
repeated string labels = 4; |
List<String> |
getLabelsList()
repeated string labels = 4; |
Api.Model |
getModel()
.api.Model model = 1; |
Api.ModelOrBuilder |
getModelOrBuilder()
.api.Model model = 1; |
String |
getQuery()
string query = 3; |
com.google.protobuf.ByteString |
getQueryBytes()
string query = 3; |
String |
getReqId()
string req_id = 2; |
com.google.protobuf.ByteString |
getReqIdBytes()
string req_id = 2; |
boolean |
hasModel()
.api.Model model = 1; |
boolean hasModel()
.api.Model model = 1;Api.Model getModel()
.api.Model model = 1;Api.ModelOrBuilder getModelOrBuilder()
.api.Model model = 1;String getReqId()
string req_id = 2;com.google.protobuf.ByteString getReqIdBytes()
string req_id = 2;String getQuery()
string query = 3;com.google.protobuf.ByteString getQueryBytes()
string query = 3;List<String> getLabelsList()
repeated string labels = 4;int getLabelsCount()
repeated string labels = 4;String getLabels(int index)
repeated string labels = 4;index - The index of the element to return.com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 4;index - The index of the value to return.Copyright © 2024. All rights reserved.