kittycad.models.jetstream_stats.JetstreamStats

class kittycad.models.jetstream_stats.JetstreamStats(accounts=<kittycad.types.Unset object>, api=<kittycad.types.Unset object>, ha_assets=<kittycad.types.Unset object>, memory=<kittycad.types.Unset object>, reserved_memory=<kittycad.types.Unset object>, reserved_store=<kittycad.types.Unset object>, store=<kittycad.types.Unset object>)[source][source]

Bases: object

Jetstream statistics.

Method generated by attrs for class JetstreamStats.

__init__(accounts=<kittycad.types.Unset object>, api=<kittycad.types.Unset object>, ha_assets=<kittycad.types.Unset object>, memory=<kittycad.types.Unset object>, reserved_memory=<kittycad.types.Unset object>, reserved_store=<kittycad.types.Unset object>, store=<kittycad.types.Unset object>)[source]

Method generated by attrs for class JetstreamStats.

Methods

__init__([accounts, api, ha_assets, memory, ...])

Method generated by attrs for class JetstreamStats.

from_dict(src_dict)

rtype:

TypeVar(QI, bound= JetstreamStats)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

accounts

api

ha_assets

memory

reserved_memory

reserved_store

store

additional_properties

__annotations__ = {'accounts': typing.Union[kittycad.types.Unset, int], 'additional_properties': typing.Dict[str, typing.Any], 'api': typing.Union[kittycad.types.Unset, kittycad.models.jetstream_api_stats.JetstreamApiStats], 'ha_assets': typing.Union[kittycad.types.Unset, int], 'memory': typing.Union[kittycad.types.Unset, int], 'reserved_memory': typing.Union[kittycad.types.Unset, int], 'reserved_store': typing.Union[kittycad.types.Unset, int], 'store': typing.Union[kittycad.types.Unset, int]}[source]
__attrs_attrs__ = (Attribute(name='accounts', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='accounts'), Attribute(name='api', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.jetstream_api_stats.JetstreamApiStats], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='api'), Attribute(name='ha_assets', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='ha_assets'), Attribute(name='memory', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='memory'), Attribute(name='reserved_memory', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='reserved_memory'), Attribute(name='reserved_store', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='reserved_store'), Attribute(name='store', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='store'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties'))[source]
__contains__(key)[source][source]
Return type:

bool

__delitem__(key)[source][source]
Return type:

None

__dict__ = mappingproxy({'__module__': 'kittycad.models.jetstream_stats', '__annotations__': {'accounts': typing.Union[kittycad.types.Unset, int], 'api': typing.Union[kittycad.types.Unset, kittycad.models.jetstream_api_stats.JetstreamApiStats], 'ha_assets': typing.Union[kittycad.types.Unset, int], 'memory': typing.Union[kittycad.types.Unset, int], 'reserved_memory': typing.Union[kittycad.types.Unset, int], 'reserved_store': typing.Union[kittycad.types.Unset, int], 'store': typing.Union[kittycad.types.Unset, int], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Jetstream statistics.', 'to_dict': <function JetstreamStats.to_dict>, 'from_dict': <classmethod(<function JetstreamStats.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function JetstreamStats.__getitem__>, '__setitem__': <function JetstreamStats.__setitem__>, '__delitem__': <function JetstreamStats.__delitem__>, '__contains__': <function JetstreamStats.__contains__>, '__dict__': <attribute '__dict__' of 'JetstreamStats' objects>, '__weakref__': <attribute '__weakref__' of 'JetstreamStats' objects>, '__attrs_attrs__': (Attribute(name='accounts', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='accounts'), Attribute(name='api', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.jetstream_api_stats.JetstreamApiStats], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='api'), Attribute(name='ha_assets', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='ha_assets'), Attribute(name='memory', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='memory'), Attribute(name='reserved_memory', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='reserved_memory'), Attribute(name='reserved_store', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='reserved_store'), Attribute(name='store', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='store'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties')), '__repr__': <function JetstreamStats.__repr__>, '__eq__': <function JetstreamStats.__eq__>, '__ne__': <function JetstreamStats.__ne__>, '__lt__': <function JetstreamStats.__lt__>, '__le__': <function JetstreamStats.__le__>, '__gt__': <function JetstreamStats.__gt__>, '__ge__': <function JetstreamStats.__ge__>, '__hash__': None, '__init__': <function JetstreamStats.__init__>, '__match_args__': ('accounts', 'api', 'ha_assets', 'memory', 'reserved_memory', 'reserved_store', 'store')})[source]
__eq__(other)[source]

Method generated by attrs for class JetstreamStats.

__ge__(other)[source]

Method generated by attrs for class JetstreamStats.

__getitem__(key)[source][source]
Return type:

Any

__gt__(other)[source]

Method generated by attrs for class JetstreamStats.

__hash__ = None[source]
__init__(accounts=<kittycad.types.Unset object>, api=<kittycad.types.Unset object>, ha_assets=<kittycad.types.Unset object>, memory=<kittycad.types.Unset object>, reserved_memory=<kittycad.types.Unset object>, reserved_store=<kittycad.types.Unset object>, store=<kittycad.types.Unset object>)[source]

Method generated by attrs for class JetstreamStats.

__le__(other)[source]

Method generated by attrs for class JetstreamStats.

__lt__(other)[source]

Method generated by attrs for class JetstreamStats.

__match_args__ = ('accounts', 'api', 'ha_assets', 'memory', 'reserved_memory', 'reserved_store', 'store')[source]
__module__ = 'kittycad.models.jetstream_stats'[source]
__ne__(other)[source]

Method generated by attrs for class JetstreamStats.

__repr__()[source]

Method generated by attrs for class JetstreamStats.

__setitem__(key, value)[source][source]
Return type:

None

accounts: Union[Unset, int][source]
property additional_keys: List[str][source]
additional_properties: Dict[str, Any][source]
api: Union[Unset, JetstreamApiStats][source]
classmethod from_dict(src_dict)[source][source]
Return type:

TypeVar(QI, bound= JetstreamStats)

ha_assets: Union[Unset, int][source]
memory: Union[Unset, int][source]
reserved_memory: Union[Unset, int][source]
reserved_store: Union[Unset, int][source]
store: Union[Unset, int][source]
to_dict()[source][source]
Return type:

Dict[str, Any]