Uses of Class
com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordField
-
Packages that use VectorStoreRecordField Package Description com.microsoft.semantickernel.data.vectorstorage.definition -
-
Uses of VectorStoreRecordField in com.microsoft.semantickernel.data.vectorstorage.definition
Subclasses of VectorStoreRecordField in com.microsoft.semantickernel.data.vectorstorage.definition Modifier and Type Class Description classVectorStoreRecordDataFieldRepresents a data field in a record.classVectorStoreRecordKeyFieldRepresents the key field in a record.classVectorStoreRecordVectorFieldRepresents a vector field in a record.Methods in com.microsoft.semantickernel.data.vectorstorage.definition that return VectorStoreRecordField Modifier and Type Method Description VectorStoreRecordFieldVectorStoreRecordDefinition. getField(String fieldName)Gets the field with the specified name.Methods in com.microsoft.semantickernel.data.vectorstorage.definition that return types with arguments of type VectorStoreRecordField Modifier and Type Method Description List<VectorStoreRecordField>VectorStoreRecordDefinition. getAllFields()Gets all fields in the record definition.List<VectorStoreRecordField>VectorStoreRecordDefinition. getNonVectorFields()Gets the non-vector fields in the record definition.Method parameters in com.microsoft.semantickernel.data.vectorstorage.definition with type arguments of type VectorStoreRecordField Modifier and Type Method Description static VectorStoreRecordDefinitionVectorStoreRecordDefinition. fromFields(List<VectorStoreRecordField> fields)Create a VectorStoreRecordDefinition from a collection of fields.static voidVectorStoreRecordDefinition. validateSupportedTypes(List<VectorStoreRecordField> fields, Set<Class<?>> supportedTypes)Validate that the record class contains only supported field types.
-