Class VectorStoreRecordKeyField.Builder
- java.lang.Object
-
- com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordField.Builder<VectorStoreRecordKeyField,VectorStoreRecordKeyField.Builder>
-
- com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordKeyField.Builder
-
- All Implemented Interfaces:
SemanticKernelBuilder<VectorStoreRecordKeyField>
- Enclosing class:
- VectorStoreRecordKeyField
public static class VectorStoreRecordKeyField.Builder extends VectorStoreRecordField.Builder<VectorStoreRecordKeyField,VectorStoreRecordKeyField.Builder>
A builder for the VectorStoreRecordKeyField class.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VectorStoreRecordKeyFieldbuild()Builds the field.-
Methods inherited from class com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordField.Builder
withFieldType, withName, withStorageName
-
-
-
-
Method Detail
-
build
public VectorStoreRecordKeyField build()
Description copied from class:VectorStoreRecordField.BuilderBuilds the field.- Specified by:
buildin interfaceSemanticKernelBuilder<VectorStoreRecordKeyField>- Specified by:
buildin classVectorStoreRecordField.Builder<VectorStoreRecordKeyField,VectorStoreRecordKeyField.Builder>- Returns:
- the field
-
-