VectorStoreFile

io.github.quafadas.dairect.VectorStoreFilesApi.VectorStoreFile
case class VectorStoreFile(id: String, `object`: String, usage_bytes: Long, created_at: Long, vector_store_id: String, status: String, last_error: Option[String], chunking_strategy: ChunkingStrategy)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product