aistore.sdk.multiobj.object_collection

View as Markdown

Module Contents

Classes

NameDescription
ObjectCollectionAbstract class for collections of object names

API

class aistore.sdk.multiobj.object_collection.ObjectCollection()
Abstract

Abstract class for collections of object names

aistore.sdk.multiobj.object_collection.ObjectCollection.__iter__() -> typing.Iterator[str]
abstract
aistore.sdk.multiobj.object_collection.ObjectCollection.get_value() -> typing.Dict[str, any]
abstract

Get the json representation of the names to send to the API

Returns: Dict[str, any]

Dictionary of request entry to name representation