public sealed class PipelineJobDetail : IMessage<PipelineJobDetail>, IEquatable<PipelineJobDetail>, IDeepCloneable<PipelineJobDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class PipelineJobDetail.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `PipelineJobDetail` class within the Vertex AI v1beta1 API, specifically for the .NET environment."],["`PipelineJobDetail` represents the runtime detail of a `PipelineJob` and inherits from the base `object` class, while also implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one, and another that takes a `PipelineJobDetail` object as a parameter for creating a copy."],["`PipelineJobDetail` has three key properties, `PipelineContext`, `PipelineRunContext` and `TaskDetails` which are output-only, to return context for the pipeline, the pipeline run, and task details, respectively."],["The latest version of this class is 1.0.0-beta21, with a previous version available as 1.0.0-beta20, both of which can be found on the document page."]]],[]]