aistore.sdk.namespace

View as Markdown

Module Contents

Classes

NameDescription
NamespaceA bucket namespace defined by the uuid of the cluster and a name

API

class aistore.sdk.namespace.Namespace()

Bases: BaseModel

A bucket namespace defined by the uuid of the cluster and a name

name
str = ''
uuid
str = ''
aistore.sdk.namespace.Namespace.get_path() -> str

Get the AIS-style path representation of the string — @uuid#name

Returns: str

Formatted namespace string