API Reference

This is the API Reference documentation extracted from the source code.

User

App

Dataset

Input

Lister

Model

Workflow

Module

Utils

class Chunker(seq: List, size: int)[source]

Split an input sequence into small chunks.

__init__(seq: List, size: int) None[source]
chunk() List[List][source]

Chunk input sequence.

Exceptions

class ApiError(resource: str, params: dict, method: str, response: Response = None)[source]

API Server error

class ApiClientError[source]

API Client Error

class UserError[source]

User Error