Documentation Index
Fetch the complete documentation index at: https://docs.encord.com/llms.txt
Use this file to discover all available pages before exploring further.
Announcing our Series C with $110M in total funding. Read more →.
Documentation Index
Fetch the complete documentation index at: https://docs.encord.com/llms.txt
Use this file to discover all available pages before exploring further.
class BundlablePayload(Protocol[BundlablePayloadT])
class Bundle()
def add(operation: Callable[..., List[R]],
result_mapper: Optional[BundleResultMapper[R]],
payload: BundlablePayloadT, limit: int) -> None
def execute() -> None
Was this page helpful?