Skip to main content

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.

ApiClient Objects

class ApiClient()

get_bound_operation

def get_bound_operation(operation: Callable) -> Callable
Wrap a function to bind it to the current API client instance (via a named parameter). This is useful for bundling, as the ‘Bundle’ groups operations based on the ‘operation’ function, which means that if you use an entity object method as the operation, then it will not be grouped with other similar operations.