class

OpenAI::VectorStoreFileBatchObjectFileCounts

Inherits JSON::Serializable < Reference < Object

Constructors

new(in_progress : Int64 = 0, completed : Int64 = 0, failed : Int64 = 0, cancelled : Int64 = 0, total : Int64 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cancelled

The number of files that where cancelled.

Source
cancelled=(cancelled : Int64)

The number of files that where cancelled.

Source
completed

The number of files that have been processed.

Source
completed=(completed : Int64)

The number of files that have been processed.

Source
failed

The number of files that have failed to process.

Source
failed=(failed : Int64)

The number of files that have failed to process.

Source
in_progress

The number of files that are currently being processed.

Source
in_progress=(in_progress : Int64)

The number of files that are currently being processed.

Source
total

The total number of files.

Source
total=(total : Int64)

The total number of files.

Source