mistk.model.server.models.model_instance_status module¶
-
class
mistk.model.server.models.model_instance_status.
ModelInstanceStatus
(object_info: mistk.model.server.models.object_info.ObjectInfo = None, state: str = None, payload: object = None)¶ Bases:
mistk.model.server.models.base_model_.Model
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
classmethod
from_dict
(dikt) → mistk.model.server.models.model_instance_status.ModelInstanceStatus¶ Returns the dict as a model
- Parameters
dikt – A dict.
- Type
dict
- Returns
The ModelInstanceStatus of this ModelInstanceStatus. # noqa: E501
- Return type
-
property
object_info
¶ Gets the object_info of this ModelInstanceStatus.
- Returns
The object_info of this ModelInstanceStatus.
- Return type
-
property
payload
¶ Gets the payload of this ModelInstanceStatus.
Additional arbitrary information relevant to the current state. # noqa: E501
- Returns
The payload of this ModelInstanceStatus.
- Return type
object
-
property
state
¶ Gets the state of this ModelInstanceStatus.
The current state of the model # noqa: E501
- Returns
The state of this ModelInstanceStatus.
- Return type
str
-
classmethod