public static interface Api.ClassificationReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 © 2025. All rights reserved.