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
              • Content Iterator
              • Multipart Upload
              • Obj File
              • Object
              • Object Attributes
              • Object Client
              • Object Iterator
              • Object Props
              • Object Reader
              • Object Writer
            • 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 SDKPythonPythonAistoreSdkObj

aistore.sdk.obj.object_iterator

||View as Markdown|
Previous

aistore.sdk.obj.object_client

Next

aistore.sdk.obj.object_props

Module Contents

Classes

NameDescription
ObjectIteratorRepresents an iterable that will fetch all objects from a bucket, querying as needed with the specified function

API

class aistore.sdk.obj.object_iterator.ObjectIterator(
list_objects: typing.Callable
)

Represents an iterable that will fetch all objects from a bucket, querying as needed with the specified function

Parameters:

list_objects
Callable

Function returning a BucketList from an AIS cluster

_fetched
Optional[List[BucketEntry]] = []
_token
str = ''
_uuid
str = ''
aistore.sdk.obj.object_iterator.ObjectIterator.__iter__()
aistore.sdk.obj.object_iterator.ObjectIterator.__next__() -> aistore.sdk.types.BucketEntry