mistk.transform.server.models.transform_instance_status module

class mistk.transform.server.models.transform_instance_status.TransformInstanceStatus(object_info: mistk.transform.server.models.object_info.ObjectInfo = None, state: str = None, payload: object = None)

Bases: mistk.transform.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.transform.server.models.transform_instance_status.TransformInstanceStatus

Returns the dict as a model

Parameters

dikt – A dict.

Type

dict

Returns

The TransformInstanceStatus of this TransformInstanceStatus. # noqa: E501

Return type

TransformInstanceStatus

property object_info

Gets the object_info of this TransformInstanceStatus.

Returns

The object_info of this TransformInstanceStatus.

Return type

ObjectInfo

property payload

Gets the payload of this TransformInstanceStatus.

Additional arbitrary information relevant to the current state. # noqa: E501

Returns

The payload of this TransformInstanceStatus.

Return type

object

property state

Gets the state of this TransformInstanceStatus.

The current state of the transform instance # noqa: E501

Returns

The state of this TransformInstanceStatus.

Return type

str