aistore.sdk.multiobj.object_names

View as Markdown

Module Contents

Classes

NameDescription
ObjectNamesA collection of object names, provided as a list of strings

API

class aistore.sdk.multiobj.object_names.ObjectNames(
names: typing.List[str]
)

Bases: ObjectCollection

A collection of object names, provided as a list of strings

Parameters:

names
List[str]

A list of object names

aistore.sdk.multiobj.object_names.ObjectNames.__iter__() -> typing.Iterator[str]
aistore.sdk.multiobj.object_names.ObjectNames.__str__()
aistore.sdk.multiobj.object_names.ObjectNames.get_value() -> typing.Dict[str, any]