Client class

class neuro_sdk.Client

Neuro 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 Neuro 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 Neuro API definitions, see Parser for details.

coroutine close()[source]

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

The method is idempotent.

closed

Is this client instance was closed, bool.