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

Provides struct and type for a VectorStore.File.Batch.FileCounts

Summary

Types

@type t() :: %OpenAi.VectorStore.File.Batch.FileCounts{
  cancelled: integer(),
  completed: integer(),
  failed: integer(),
  in_progress: integer(),
  total: integer()
}