Skip to main content

class ContreeConfig

Configuration for the ConTree SDK client. The auth field controls authentication and the target URL. String fields on auth objects support env var lookup: if the value matches an existing environment variable name, the value is loaded from it.

Attributes

IAMAuth | JWTAuth
IAMAuth | JWTAuthAuthentication configuration. Use IAMAuth for Nebius IAM tokens or JWTAuth for legacy tokens.
float
HTTP timeout in seconds.
int
Chunk size in bytes for uploads.
float | None
Import operation timeout, falls back to operation_timeout.
float | None
Run operation timeout, falls back to operation_timeout.
float
Default timeout for operations.
int
Default truncate output at which to truncate stdout and stderr.
timedelta
Warn if token expires within this duration.
int
Batch size for listing images.