ActivityRun interface
有关管道中运行的活动的信息。
属性
| activity |
活动的名称。 |
| activity |
活动运行的结束时间采用“ISO 8601”格式。 |
| activity |
活动运行的 ID。 |
| activity |
活动的开始时间以“ISO 8601”格式运行。 |
| activity |
活动的类型。 |
| additional |
其他属性 |
| duration |
活动运行的持续时间。 |
| error | 活动运行中的错误(如果有)。 |
| input | 活动的输入。 |
| linked |
计算链接服务的名称。 |
| output | 活动的输出。 |
| pipeline |
管道的名称。 |
| pipeline |
管道运行的 ID。 |
| status | 活动运行的状态。 |
属性详细信息
activityName
活动的名称。
activityName?: string
属性值
string
activityRunEnd
活动运行的结束时间采用“ISO 8601”格式。
activityRunEnd?: Date
属性值
Date
activityRunId
活动运行的 ID。
activityRunId?: string
属性值
string
activityRunStart
活动的开始时间以“ISO 8601”格式运行。
activityRunStart?: Date
属性值
Date
activityType
活动的类型。
activityType?: string
属性值
string
additionalProperties
其他属性
additionalProperties?: Record<string, any>
属性值
Record<string, any>
durationInMs
活动运行的持续时间。
durationInMs?: number
属性值
number
error
活动运行中的错误(如果有)。
error?: any
属性值
any
input
活动的输入。
input?: any
属性值
any
linkedServiceName
计算链接服务的名称。
linkedServiceName?: string
属性值
string
output
活动的输出。
output?: any
属性值
any
pipelineName
管道的名称。
pipelineName?: string
属性值
string
pipelineRunId
管道运行的 ID。
pipelineRunId?: string
属性值
string
status
活动运行的状态。
status?: string
属性值
string