Uses of Class
com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordField.Builder
-
Packages that use VectorStoreRecordField.Builder Package Description com.microsoft.semantickernel.data.vectorstorage.definition -
-
Uses of VectorStoreRecordField.Builder in com.microsoft.semantickernel.data.vectorstorage.definition
Classes in com.microsoft.semantickernel.data.vectorstorage.definition with type parameters of type VectorStoreRecordField.Builder Modifier and Type Class Description static classVectorStoreRecordField.Builder<T,U extends VectorStoreRecordField.Builder<T,U>>A builder for the VectorStoreRecordField class.Subclasses of VectorStoreRecordField.Builder in com.microsoft.semantickernel.data.vectorstorage.definition Modifier and Type Class Description static classVectorStoreRecordDataField.BuilderBuilder for the VectorStoreRecordDataField class.static classVectorStoreRecordKeyField.BuilderA builder for the VectorStoreRecordKeyField class.static classVectorStoreRecordVectorField.BuilderA builder for the VectorStoreRecordVectorField class.
-