kittycad.models.jetstream_api_stats.JetstreamApiStats

class kittycad.models.jetstream_api_stats.JetstreamApiStats(errors=<kittycad.types.Unset object>, inflight=<kittycad.types.Unset object>, total=<kittycad.types.Unset object>)[source][source]

Bases: object

Jetstream API statistics.

Method generated by attrs for class JetstreamApiStats.

__init__(errors=<kittycad.types.Unset object>, inflight=<kittycad.types.Unset object>, total=<kittycad.types.Unset object>)[source]

Method generated by attrs for class JetstreamApiStats.

Methods

__init__([errors, inflight, total])

Method generated by attrs for class JetstreamApiStats.

from_dict(src_dict)

rtype:

TypeVar(FM, bound= JetstreamApiStats)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

errors

inflight

total

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'errors': typing.Union[kittycad.types.Unset, int], 'inflight': typing.Union[kittycad.types.Unset, int], 'total': typing.Union[kittycad.types.Unset, int]}[source]
__attrs_attrs__ = (Attribute(name='errors', 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='errors'), Attribute(name='inflight', 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='inflight'), Attribute(name='total', 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='total'), 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_api_stats', '__annotations__': {'errors': typing.Union[kittycad.types.Unset, int], 'inflight': typing.Union[kittycad.types.Unset, int], 'total': typing.Union[kittycad.types.Unset, int], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Jetstream API statistics.', 'to_dict': <function JetstreamApiStats.to_dict>, 'from_dict': <classmethod(<function JetstreamApiStats.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function JetstreamApiStats.__getitem__>, '__setitem__': <function JetstreamApiStats.__setitem__>, '__delitem__': <function JetstreamApiStats.__delitem__>, '__contains__': <function JetstreamApiStats.__contains__>, '__dict__': <attribute '__dict__' of 'JetstreamApiStats' objects>, '__weakref__': <attribute '__weakref__' of 'JetstreamApiStats' objects>, '__attrs_attrs__': (Attribute(name='errors', 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='errors'), Attribute(name='inflight', 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='inflight'), Attribute(name='total', 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='total'), 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 JetstreamApiStats.__repr__>, '__eq__': <function JetstreamApiStats.__eq__>, '__ne__': <function JetstreamApiStats.__ne__>, '__lt__': <function JetstreamApiStats.__lt__>, '__le__': <function JetstreamApiStats.__le__>, '__gt__': <function JetstreamApiStats.__gt__>, '__ge__': <function JetstreamApiStats.__ge__>, '__hash__': None, '__init__': <function JetstreamApiStats.__init__>, '__match_args__': ('errors', 'inflight', 'total')})[source]
__eq__(other)[source]

Method generated by attrs for class JetstreamApiStats.

__ge__(other)[source]

Method generated by attrs for class JetstreamApiStats.

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

Any

__gt__(other)[source]

Method generated by attrs for class JetstreamApiStats.

__hash__ = None[source]
__init__(errors=<kittycad.types.Unset object>, inflight=<kittycad.types.Unset object>, total=<kittycad.types.Unset object>)[source]

Method generated by attrs for class JetstreamApiStats.

__le__(other)[source]

Method generated by attrs for class JetstreamApiStats.

__lt__(other)[source]

Method generated by attrs for class JetstreamApiStats.

__match_args__ = ('errors', 'inflight', 'total')[source]
__module__ = 'kittycad.models.jetstream_api_stats'[source]
__ne__(other)[source]

Method generated by attrs for class JetstreamApiStats.

__repr__()[source]

Method generated by attrs for class JetstreamApiStats.

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

None

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

TypeVar(FM, bound= JetstreamApiStats)

inflight: Union[Unset, int][source]
to_dict()[source][source]
Return type:

Dict[str, Any]

total: Union[Unset, int][source]