orca_sdk.client#
ColumnType
module-attribute
#
The type of a column in a datasource
JobStatus
module-attribute
#
JobStatus = Literal[
"INITIALIZED",
"DISPATCHED",
"WAITING",
"PROCESSING",
"COMPLETED",
"FAILED",
"ABORTING",
"ABORTED",
]
Status of job in the job queue
PretrainedEmbeddingModelName
module-attribute
#
PretrainedEmbeddingModelName = Literal[
"CLIP_BASE",
"GTE_BASE",
"CDE_SMALL",
"DISTILBERT",
"GTE_SMALL",
"MXBAI_LARGE",
"E5_LARGE",
"BGE_BASE",
"GIST_LARGE",
]
Names of pretrained embedding models that are supported by OrcaCloud
WorkerStatus
module-attribute
#
Status of worker in the worker pool