Client class

class apolo_sdk.Client

Apolo Platform client.

For creating a client instance use Factory or get().

The class provides access to Neu.ro subsystems like jobs or storage.

username

User name used for working with Apolo Platform, read-only str.

presets

A typing.Mapping of preset name (str) to Preset dataclass.

Presets are loaded from server on login.

config

Configuration subsystem, see Config for details.

jobs

Jobs subsystem, see Jobs for details.

storage

Storage subsystem, see Storage for details.

users

Users subsystem, see Users for details.

images

Images subsystem, see Images for details.

secrets

Images subsystem, see Secrets for details.

disks

Images subsystem, see Disks for details.

parse

A set or helpers used for parsing different Apolo API definitions, see Parser for details.

async close()[source]

Close Apolo API client, all calls after closing are forbidden.

The method is idempotent.

closed

Is this client instance was closed, bool.