mistk.model.client.models.model_instance_status module

Model Integration Software ToolKit

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.model.client.models.model_instance_status.ModelInstanceStatus(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 ModelInstanceStatus. # noqa: E501

Returns

The object_info of this ModelInstanceStatus. # noqa: E501

Return type

ObjectInfo

property payload

Gets the payload of this ModelInstanceStatus. # noqa: E501

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

Returns

The payload of this ModelInstanceStatus. # noqa: E501

Return type

object

property state

Gets the state of this ModelInstanceStatus. # noqa: E501

The current state of the model # noqa: E501

Returns

The state of this ModelInstanceStatus. # 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