Uses of Class
com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordDataField
-
Packages that use VectorStoreRecordDataField Package Description com.microsoft.semantickernel.data.vectorstorage.definition -
-
Uses of VectorStoreRecordDataField in com.microsoft.semantickernel.data.vectorstorage.definition
Methods in com.microsoft.semantickernel.data.vectorstorage.definition that return VectorStoreRecordDataField Modifier and Type Method Description VectorStoreRecordDataFieldVectorStoreRecordDataField.Builder. build()Builds a new instance of the VectorStoreRecordDataField class.Methods in com.microsoft.semantickernel.data.vectorstorage.definition that return types with arguments of type VectorStoreRecordDataField Modifier and Type Method Description List<VectorStoreRecordDataField>VectorStoreRecordDefinition. getDataFields()Gets the data fields in the record definition.
-