public interface VectorIngestParametersProtosOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFeature(String key)
map<string, .FeatureAttributeProtos> feature = 2; |
VectorStoreParametersProtos |
getBaseParams()
this should only be set on the first feature sent to the server
|
VectorStoreParametersProtosOrBuilder |
getBaseParamsOrBuilder()
this should only be set on the first feature sent to the server
|
Map<String,FeatureAttributeProtos> |
getFeature()
Deprecated.
|
int |
getFeatureCount()
map<string, .FeatureAttributeProtos> feature = 2; |
Map<String,FeatureAttributeProtos> |
getFeatureMap()
map<string, .FeatureAttributeProtos> feature = 2; |
FeatureAttributeProtos |
getFeatureOrDefault(String key,
FeatureAttributeProtos defaultValue)
map<string, .FeatureAttributeProtos> feature = 2; |
FeatureAttributeProtos |
getFeatureOrThrow(String key)
map<string, .FeatureAttributeProtos> feature = 2; |
boolean |
hasBaseParams()
this should only be set on the first feature sent to the server
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBaseParams()
this should only be set on the first feature sent to the server
.VectorStoreParametersProtos baseParams = 1;VectorStoreParametersProtos getBaseParams()
this should only be set on the first feature sent to the server
.VectorStoreParametersProtos baseParams = 1;VectorStoreParametersProtosOrBuilder getBaseParamsOrBuilder()
this should only be set on the first feature sent to the server
.VectorStoreParametersProtos baseParams = 1;int getFeatureCount()
map<string, .FeatureAttributeProtos> feature = 2;boolean containsFeature(String key)
map<string, .FeatureAttributeProtos> feature = 2;@Deprecated Map<String,FeatureAttributeProtos> getFeature()
getFeatureMap() instead.Map<String,FeatureAttributeProtos> getFeatureMap()
map<string, .FeatureAttributeProtos> feature = 2;FeatureAttributeProtos getFeatureOrDefault(String key, FeatureAttributeProtos defaultValue)
map<string, .FeatureAttributeProtos> feature = 2;FeatureAttributeProtos getFeatureOrThrow(String key)
map<string, .FeatureAttributeProtos> feature = 2;Copyright © 2013–2022. All rights reserved.