mistk.evaluation.server.models.evaluation_instance_status module

class mistk.evaluation.server.models.evaluation_instance_status.EvaluationInstanceStatus(object_info: mistk.evaluation.server.models.object_info.ObjectInfo = None, state: str = None, payload: object = None)

Bases: mistk.evaluation.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.evaluation.server.models.evaluation_instance_status.EvaluationInstanceStatus

Returns the dict as a model

Parameters

dikt – A dict.

Type

dict

Returns

The EvaluationInstanceStatus of this EvaluationInstanceStatus. # noqa: E501

Return type

EvaluationInstanceStatus

property object_info

Gets the object_info of this EvaluationInstanceStatus.

Returns

The object_info of this EvaluationInstanceStatus.

Return type

ObjectInfo

property payload

Gets the payload of this EvaluationInstanceStatus.

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

Returns

The payload of this EvaluationInstanceStatus.

Return type

object

property state

Gets the state of this EvaluationInstanceStatus.

The current state of the evaluation instance # noqa: E501

Returns

The state of this EvaluationInstanceStatus.

Return type

str