graviti.workspace#

The implementation of the Workspace.

Module Contents#

Classes#

Workspace

This class defines the initial client to interact between local and server.

class graviti.workspace.Workspace(access_key, url='')[source]#

This class defines the initial client to interact between local and server.

Parameters
  • access_key (str) – User’s access key.

  • url (str) – The URL of the graviti website.

property access_key(self)[source]#

Return the access key of the user.

Returns

The access key of the user.

Return type

str

property url(self)[source]#

Return the url of the graviti website.

Returns

The url of the graviti website.

Return type

str

property datasets(self)[source]#

Get class DatasetManager instance.

Returns

Required DatasetManager instance.

Return type

graviti.manager.DatasetManager