mistk.evaluation.client.models.evaluation_instance_status module¶
Model Integration Software ToolKit - Metric Evaluation
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: 1.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
-
class
mistk.evaluation.client.models.evaluation_instance_status.
EvaluationInstanceStatus
(object_info=None, state=None, payload=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
attribute_map
= {'object_info': 'objectInfo', 'payload': 'payload', 'state': 'state'}¶
-
property
object_info
¶ Gets the object_info of this EvaluationInstanceStatus. # noqa: E501
- Returns
The object_info of this EvaluationInstanceStatus. # noqa: E501
- Return type
-
property
payload
¶ Gets the payload of this EvaluationInstanceStatus. # noqa: E501
Additional arbitrary information relevant to the current state. # noqa: E501
- Returns
The payload of this EvaluationInstanceStatus. # noqa: E501
- Return type
object
-
property
state
¶ Gets the state of this EvaluationInstanceStatus. # noqa: E501
The current state of the evaluation instance # noqa: E501
- Returns
The state of this EvaluationInstanceStatus. # noqa: E501
- Return type
str
-
swagger_types
= {'object_info': 'ObjectInfo', 'payload': 'object', 'state': 'str'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-