Chunk_State class final

States for the lifecycle of a Chunk.

Inheritance
  • Object
  • ProtoEnum
  • Chunk_State

Constructors

Chunk_State(String value)
const
Chunk_State.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const Chunk_State
The default value for Chunk_State.
stateActive → const Chunk_State
Chunk is processed and available for querying.
stateFailed → const Chunk_State
Chunk failed processing.
statePendingProcessing → const Chunk_State
Chunk is being processed (embedding and vector storage).
stateUnspecified → const Chunk_State
The default value. This value is used if the state is omitted.