Skip to content

Latest commit

 

History

History
423 lines (290 loc) · 27.7 KB

File metadata and controls

423 lines (290 loc) · 27.7 KB

Shared Types

from asktable.types import Policy

Sys

Projects

Types:

from asktable.types.sys import (
    APIKey,
    ModelGroup,
    Project,
    ProjectDeleteResponse,
    ProjectModelGroupsResponse,
)

Methods:

APIKeys

Types:

from asktable.types.sys.projects import (
    APIKeyCreateResponse,
    APIKeyListResponse,
    APIKeyCreateTokenResponse,
)

Methods:

Securetunnels

Types:

from asktable.types import SecureTunnel, SecuretunnelListLinksResponse

Methods:

Roles

Types:

from asktable.types import (
    Role,
    RoleDeleteResponse,
    RoleGetPolicesResponse,
    RoleGetVariablesResponse,
)

Methods:

Policies

Methods:

Chats

Types:

from asktable.types import AIMessage, Chat, ToolMessage, UserMessage, ChatRetrieveResponse

Methods:

Messages

Types:

from asktable.types.chats import MessageCreateResponse, MessageRetrieveResponse, MessageListResponse

Methods:

Datasources

Types:

from asktable.types import (
    Datasource,
    Index,
    Meta,
    DatasourceRetrieveResponse,
    DatasourceDeleteResponse,
    DatasourceAddFileResponse,
    DatasourceDeleteFileResponse,
    DatasourceRetrieveRuntimeMetaResponse,
    DatasourceUpdateFieldResponse,
)

Methods:

Meta

Types:

from asktable.types.datasources import MetaCreateResponse, MetaUpdateResponse, MetaAnnotateResponse

Methods:

UploadParams

Types:

from asktable.types.datasources import UploadParamCreateResponse

Methods:

Indexes

Types:

from asktable.types.datasources import IndexCreateResponse, IndexDeleteResponse

Methods:

Bots

Types:

from asktable.types import Chatbot, BotDeleteResponse, BotInviteResponse

Methods:

Extapis

Types:

from asktable.types import Extapi, ExtapiDeleteResponse

Methods:

Routes

Types:

from asktable.types.extapis import ExtapiRoute, RouteListResponse

Methods:

Auth

Types:

from asktable.types import AuthCreateTokenResponse, AuthMeResponse

Methods:

Answers

Types:

from asktable.types import AnswerResponse

Methods:

Sqls

Types:

from asktable.types import QueryResponse

Methods:

Caches

Methods:

  • client.caches.delete(cache_id) -> None

Integration

Types:

from asktable.types import FileAskResponse

Methods:

BusinessGlossary

Types:

from asktable.types import (
    Entry,
    EntryWithDefinition,
    BusinessGlossaryCreateResponse,
    BusinessGlossaryDeleteResponse,
)

Methods:

Preferences

Types:

from asktable.types import (
    PreferenceCreateResponse,
    PreferenceRetrieveResponse,
    PreferenceUpdateResponse,
    PreferenceDeleteResponse,
)

Methods:

Trainings

Types:

from asktable.types import TrainingCreateResponse, TrainingListResponse, TrainingDeleteResponse

Methods:

Project

Types:

from asktable.types import ProjectListModelGroupsResponse

Methods:

Scores

Types:

from asktable.types import ScoreCreateResponse

Methods:

Files

Types:

from asktable.types import FileRetrieveResponse

Methods:

Dataframes

Types:

from asktable.types import DataframeRetrieveResponse

Methods:

Polish

Types:

from asktable.types import PolishCreateResponse

Methods: