Skip to content

Latest commit

 

History

History
91 lines (65 loc) · 4.31 KB

File metadata and controls

91 lines (65 loc) · 4.31 KB

Shared Types

from kernel.types import ErrorDetail, ErrorEvent, ErrorModel, LogEvent

Deployments

Types:

from kernel.types import (
    DeploymentStateEvent,
    DeploymentCreateResponse,
    DeploymentRetrieveResponse,
    DeploymentFollowResponse,
)

Methods:

Apps

Types:

from kernel.types import AppListResponse

Methods:

Deployments

Types:

from kernel.types.apps import DeploymentCreateResponse, DeploymentFollowResponse

Methods:

Invocations

Types:

from kernel.types import (
    InvocationStateEvent,
    InvocationCreateResponse,
    InvocationRetrieveResponse,
    InvocationUpdateResponse,
    InvocationFollowResponse,
)

Methods:

Browsers

Types:

from kernel.types import (
    BrowserPersistence,
    BrowserCreateResponse,
    BrowserRetrieveResponse,
    BrowserListResponse,
)

Methods: