OPENAPI / COMPONENTS / SCHEMAS
Workflow Execution Trace Summary Response 数据结构
WorkflowExecutionTraceSummaryResponseMistral AI API 合约中的 Workflow Execution Trace Summary Response 结构定义。
object14字段
deployment_namestringMistral AI API 合约中的 deployment name 值。
end_timestring必填Mistral AI API 合约中的 end time 值。
execution_idstring必填Mistral AI API 合约中的 execution id 值。
parent_execution_idstringMistral AI API 合约中的 parent execution id 值。
resultstring必填Mistral AI API 合约中的 result 值。
root_execution_idstring必填Mistral AI API 合约中的 root execution id 值。
run_idstringMistral AI API 合约中的 run id 值。
span_treestringMistral AI API 合约中的 span tree 值。
start_timestring必填Mistral AI API 合约中的 start time 值。
statusstring必填Mistral AI API 合约中的 status 值。
total_duration_msstringMistral AI API 合约中的 total duration ms 值。
user_idstringMistral AI API 合约中的 user id 值。
workflow_idstringMistral AI API 合约中的 workflow id 值。
workflow_namestring必填Mistral AI API 合约中的 workflow name 值。