For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Blog
DocsAPI Reference
DocsAPI Reference
  • Python SDK
        • Aistore
          • Botocore Patch
          • Mcp
          • Pytorch
          • Sdk
            • Ais Source
            • Archive Config
            • Authn
            • Batch
            • Blob Download Config
            • Bucket
            • Client
            • Cluster
            • Const
            • Dataset
            • Dsort
            • Enums
            • Errors
            • Etl
            • Job
            • List Object Flag
            • Lock Poller
            • Multiobj
            • Namespace
            • Obj
            • Provider
            • Request Client
            • Request Executor
            • Response Handler
            • Retry Config
            • Retry Manager
            • Session Manager
            • Types
            • Utils
            • Wait Result
            • Xact Const
          • Version
Blog
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoAIStore
On this page
  • Module Contents
  • Classes
  • API
Python SDKPythonPythonAistoreSdk

aistore.sdk.namespace

||View as Markdown|
Previous

aistore.sdk.multiobj.object_template

Next

aistore.sdk.obj

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