public sealed class PipelineJobDetail : IMessage<PipelineJobDetail>, IEquatable<PipelineJobDetail>, IDeepCloneable<PipelineJobDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-25 UTC."],[[["This documentation provides details for the `PipelineJobDetail` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09."],["`PipelineJobDetail` represents the runtime detail of a `PipelineJob`, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `PipelineJobDetail` instance, either empty or by copying an existing one, in addition to properties such as `PipelineContext`, `PipelineRunContext`, and `TaskDetails`."],["The `PipelineContext` and `PipelineRunContext` properties provide access to the context of the pipeline and the current pipeline run, respectively."],["The `TaskDetails` property provides runtime details of tasks executed within the pipeline."]]],[]]