openai-1.1.0: Servant bindings to OpenAI
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAI.V1.VectorStores.FileCounts

Contents

Description

The FileCounts type

Synopsis

Main types

data FileCounts Source #

File counts

Instances

Instances details
FromJSON FileCounts Source # 
Instance details

Defined in OpenAI.V1.VectorStores.FileCounts

ToJSON FileCounts Source # 
Instance details

Defined in OpenAI.V1.VectorStores.FileCounts

Generic FileCounts Source # 
Instance details

Defined in OpenAI.V1.VectorStores.FileCounts

Associated Types

type Rep FileCounts :: Type -> Type #

Show FileCounts Source # 
Instance details

Defined in OpenAI.V1.VectorStores.FileCounts

type Rep FileCounts Source # 
Instance details

Defined in OpenAI.V1.VectorStores.FileCounts

type Rep FileCounts = D1 ('MetaData "FileCounts" "OpenAI.V1.VectorStores.FileCounts" "openai-1.1.0-EEKZCo0ctK66abGa8yEhZh" 'False) (C1 ('MetaCons "FileCounts" 'PrefixI 'True) ((S1 ('MetaSel ('Just "in_progress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural) :*: S1 ('MetaSel ('Just "completed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "cancelled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural) :*: S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Natural)))))