public interface PlaceholderValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getTag()
string tag = 1; |
com.google.protobuf.ByteString |
getTagBytes()
string tag = 1; |
PlaceholderType |
getType()
.milvus.proto.common.PlaceholderType type = 2; |
int |
getTypeValue()
.milvus.proto.common.PlaceholderType type = 2; |
com.google.protobuf.ByteString |
getValues(int index)
values is a 2d-array, every array contains a vector
repeated bytes values = 3; |
int |
getValuesCount()
values is a 2d-array, every array contains a vector
repeated bytes values = 3; |
List<com.google.protobuf.ByteString> |
getValuesList()
values is a 2d-array, every array contains a vector
repeated bytes values = 3; |
String getTag()
string tag = 1;com.google.protobuf.ByteString getTagBytes()
string tag = 1;int getTypeValue()
.milvus.proto.common.PlaceholderType type = 2;PlaceholderType getType()
.milvus.proto.common.PlaceholderType type = 2;List<com.google.protobuf.ByteString> getValuesList()
values is a 2d-array, every array contains a vector
repeated bytes values = 3;int getValuesCount()
values is a 2d-array, every array contains a vector
repeated bytes values = 3;com.google.protobuf.ByteString getValues(int index)
values is a 2d-array, every array contains a vector
repeated bytes values = 3;index - The index of the element to return.Copyright © 2023. All rights reserved.