tensorbay.client.cloud_storage
Class CloudClient.
The CloudClient defines the initial client to interact between local and cloud platform.
- class tensorbay.client.cloud_storage.CloudClient(name, client)[source]
Bases:
objectCloudClientdefines the client to interact between local and cloud platform.- Parameters
name (str) – Name of the auth cloud storage config.
client (tensorbay.client.requests.Client) – The initial client to interact between local and TensorBay.
- Return type
None