OpenAi.VectorStore.File.Batch (OpenAI REST API Client v0.2.1)

Provides struct and type for a VectorStore.File.Batch

Summary

Types

@type t() :: %OpenAi.VectorStore.File.Batch{
  created_at: integer(),
  file_counts: OpenAi.VectorStore.File.Batch.FileCounts.t(),
  id: String.t(),
  object: String.t(),
  status: String.t(),
  vector_store_id: String.t()
}