OPENAPI / COMPONENTS / SCHEMAS

Workflow Execution Response 数据结构

WorkflowExecutionResponse

Mistral AI API 合约中的 Workflow Execution Response 结构定义。

object13字段
deployment_namestring

Mistral AI API 合约中的 deployment name 值。

end_timestring必填

Mistral AI API 合约中的 end time 值。

execution_idstring必填

Mistral AI API 合约中的 execution id 值。

parent_execution_idstring

Mistral AI API 合约中的 parent execution id 值。

resultstring必填

Mistral AI API 合约中的 result 值。

root_execution_idstring必填

Mistral AI API 合约中的 root execution id 值。

run_idstring

Mistral AI API 合约中的 run id 值。

start_timestring必填

Mistral AI API 合约中的 start time 值。

statusstring必填

Mistral AI API 合约中的 status 值。

total_duration_msstring

Mistral AI API 合约中的 total duration ms 值。

user_idstring

Mistral AI API 合约中的 user id 值。

workflow_idstring

Mistral AI API 合约中的 workflow id 值。

workflow_namestring必填

Mistral AI API 合约中的 workflow name 值。