Una ejecución de pipeline es la ejecución registrada de un pipeline o trabajo de pipeline, a menudo asociada con un experimento. Captura parámetros, métricas y artefactos generados durante esa ejecución específica del flujo de trabajo.
One or more Vertex PipelineJobs can be associated with an experiment where each PipelineJob is represented as a single run. In this context, the parameters of the run are inferred by the parameters of the PipelineJob. The metrics are inferred from the system.Metric artifacts produced by that PipelineJob. The artifacts of the run are inferred from artifacts produced by that PipelineJob.