aistore.sdk.multiobj.object_template

View as Markdown

Module Contents

Classes

NameDescription
ObjectTemplateA collection of object names specified by a template in the bash brace expansion format

API

class aistore.sdk.multiobj.object_template.ObjectTemplate(
template: str
)

Bases: ObjectCollection

A collection of object names specified by a template in the bash brace expansion format

Parameters:

template
str

A string template that defines the names of objects to include in the collection

aistore.sdk.multiobj.object_template.ObjectTemplate.__iter__() -> typing.Iterator[str]
aistore.sdk.multiobj.object_template.ObjectTemplate.get_value() -> typing.Dict[str, str]