Class VectorStoreRecordKeyField
- java.lang.Object
-
- com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordField
-
- com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordKeyField
-
public class VectorStoreRecordKeyField extends VectorStoreRecordField
Represents the key field in a record.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorStoreRecordKeyField.BuilderA builder for the VectorStoreRecordKeyField class.
-
Constructor Summary
Constructors Constructor Description VectorStoreRecordKeyField(String name, String storageName, Class<?> type)Creates a new instance of the VectorStoreRecordKeyField class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VectorStoreRecordKeyField.Builderbuilder()Create a builder for the VectorStoreRecordKeyField class.-
Methods inherited from class com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordField
getEffectiveStorageName, getFieldType, getName, getStorageName
-
-
-
-
Method Detail
-
builder
public static VectorStoreRecordKeyField.Builder builder()
Create a builder for the VectorStoreRecordKeyField class.- Returns:
- a new instance of the builder
-
-