| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
OpenAI.V1.VectorStores.Status
Contents
Description
The Status type
Synopsis
- data Status
Main types
The status of the vector store file
Constructors
| In_Progress | |
| Completed | |
| Cancelled | |
| Failed |
Instances
| FromJSON Status Source # | |
Defined in OpenAI.V1.VectorStores.Status | |
| Generic Status Source # | |
| Show Status Source # | |
| ToHttpApiData Status Source # | |
Defined in OpenAI.V1.VectorStores.Status Methods toUrlPiece :: Status -> Text # toEncodedUrlPiece :: Status -> Builder # toHeader :: Status -> ByteString # toQueryParam :: Status -> Text # toEncodedQueryParam :: Status -> Builder # | |
| type Rep Status Source # | |
Defined in OpenAI.V1.VectorStores.Status type Rep Status = D1 ('MetaData "Status" "OpenAI.V1.VectorStores.Status" "openai-1.0.0-DWUl3td9tpcnv1wfBaSVp" 'False) ((C1 ('MetaCons "In_Progress" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Completed" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Cancelled" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Failed" 'PrefixI 'False) (U1 :: Type -> Type))) | |