InvocationCompletedDetails¶
Structure Class¶
InvocationCompletedDetails
dataclass
¶
Details about a function invocation that completed.
Attributes¶
end_timestamp
instance-attribute
¶
end_timestamp: datetime
The date and time when the invocation ended, in ISO-8601
format (YYYY-MM-DDThhss.sTZD).
error
class-attribute
instance-attribute
¶
error: EventError | None = None
Details about the invocation failure.
start_timestamp
instance-attribute
¶
start_timestamp: datetime
The date and time when the invocation started, in ISO-8601
format (YYYY-MM-DDThhss.sTZD).