public sealed class PipelineTaskExecutorDetail : IMessage<PipelineTaskExecutorDetail>, IEquatable<PipelineTaskExecutorDetail>, IDeepCloneable<PipelineTaskExecutorDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class PipelineTaskExecutorDetail.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003ePipelineTaskExecutorDetail\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically version 1.0.0-beta21 (latest).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePipelineTaskExecutorDetail\u003c/code\u003e class provides runtime details of a pipeline executor and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two properties, \u003ccode\u003eContainerDetail\u003c/code\u003e and \u003ccode\u003eCustomJobDetail\u003c/code\u003e, which offer detailed information for container and custom job executors respectively, both of which are output-only.\u003c/p\u003e\n"],["\u003cp\u003eThe class also provides a \u003ccode\u003eDetailsCase\u003c/code\u003e property, which indicates the specific type of executor details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePipelineTaskExecutorDetail\u003c/code\u003e class can be instantiated using two available constructors, either empty or by passing another \u003ccode\u003ePipelineTaskExecutorDetail\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class PipelineTaskExecutorDetail (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PipelineTaskExecutorDetail)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.PipelineTaskExecutorDetail) \n\n public sealed class PipelineTaskExecutorDetail : IMessage\u003cPipelineTaskExecutorDetail\u003e, IEquatable\u003cPipelineTaskExecutorDetail\u003e, IDeepCloneable\u003cPipelineTaskExecutorDetail\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class PipelineTaskExecutorDetail.\n\nThe runtime detail of a pipeline executor. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PipelineTaskExecutorDetail \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PipelineTaskExecutorDetail](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PipelineTaskExecutorDetail), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PipelineTaskExecutorDetail](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PipelineTaskExecutorDetail), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PipelineTaskExecutorDetail](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.PipelineTaskExecutorDetail), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### PipelineTaskExecutorDetail()\n\n public PipelineTaskExecutorDetail()\n\n### PipelineTaskExecutorDetail(PipelineTaskExecutorDetail)\n\n public PipelineTaskExecutorDetail(PipelineTaskExecutorDetail other)\n\nProperties\n----------\n\n### ContainerDetail\n\n public PipelineTaskExecutorDetail.Types.ContainerDetail ContainerDetail { get; set; }\n\nOutput only. The detailed info for a container executor.\n\n### CustomJobDetail\n\n public PipelineTaskExecutorDetail.Types.CustomJobDetail CustomJobDetail { get; set; }\n\nOutput only. The detailed info for a custom job executor.\n\n### DetailsCase\n\n public PipelineTaskExecutorDetail.DetailsOneofCase DetailsCase { get; }"]]