Uses of Class
com.microsoft.semantickernel.data.vectorstorage.options.GetRecordOptions
-
Packages that use GetRecordOptions Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorstorage com.microsoft.semantickernel.data.vectorstorage.options -
-
Uses of GetRecordOptions in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type GetRecordOptions Modifier and Type Method Description reactor.core.publisher.Mono<Record>VolatileVectorStoreRecordCollection. getAsync(String key, GetRecordOptions options)Gets a record from the store.reactor.core.publisher.Mono<List<Record>>VolatileVectorStoreRecordCollection. getBatchAsync(List<String> keys, GetRecordOptions options)Gets a batch of records from the store. -
Uses of GetRecordOptions in com.microsoft.semantickernel.data.vectorstorage
Methods in com.microsoft.semantickernel.data.vectorstorage that return types with arguments of type GetRecordOptions Modifier and Type Method Description BiFunction<StorageModel,GetRecordOptions,Record>VectorStoreRecordMapper. getStorageModelToRecordMapper()Gets the function to convert a storage model to a record.Methods in com.microsoft.semantickernel.data.vectorstorage with parameters of type GetRecordOptions Modifier and Type Method Description reactor.core.publisher.Mono<Record>VectorStoreRecordCollection. getAsync(Key key, GetRecordOptions options)Gets a record from the store.reactor.core.publisher.Mono<List<Record>>VectorStoreRecordCollection. getBatchAsync(List<Key> keys, GetRecordOptions options)Gets a batch of records from the store.RecordVectorStoreRecordMapper. mapStorageModelToRecord(StorageModel storageModel, GetRecordOptions options)Converts a storage model to a record. -
Uses of GetRecordOptions in com.microsoft.semantickernel.data.vectorstorage.options
Methods in com.microsoft.semantickernel.data.vectorstorage.options that return GetRecordOptions Modifier and Type Method Description GetRecordOptionsGetRecordOptions.Builder. build()Builds the options.
-