ExecutionStepLog

execution Step Log defines result of a specific step processing (only for execution in experiment mode).

Attributes

NameTypeDescription
execution_step_log_iduuid.UUIDtechnical id of an execution step log.
contentstrstr representing result of this execution.
execution_iduuid.UUIDparent execution id.
statusExecutionStatusstatus of this execution step log.
step_iduuid.UUIDtechnical id of the pipeline step.
createdByIduuid.UUIDunique identifier of creating user.
createdDateinttimestamp of created date.
updatedByIduuid.UUIDunique identifier of updating user.
updatedDateinttimestamp of updated date.

Methods

api_id()

formatted id of the expected_step_log (execution_step_log_id)

return: string formatted UUID of the ExecutionStepLog.

endpoint()

endpoint name used to manipulate execution step log on backend.

return: endpoint name.

from_json()

load the execution step log entity from a dictionary.

NameTypeDefaultDescription
objdict version of the datapoint.

set_id()

specify the id_value neutrally

NameTypeDefaultDescription
id_value

return:

to_json()

convert the execution step log to a dictionary compatible with JSON format.

NameTypeDefaultDescription
targetstrNone

return: dictionary representation of the execution step log object.