taskUniqueName property

String taskUniqueName
final

Output only. The unique name of a task. This field is used by pipeline job reruns. Console UI and Vertex AI SDK will support triggering pipeline job reruns. The name is constructed by concatenating all the parent tasks' names with the task name. For example, if a task named "child_task" has a parent task named "parent_task_1" and parent task 1 has a parent task named "parent_task_2", the task unique name will be "parent_task_2.parent_task_1.child_task".

Implementation

final String taskUniqueName;