public sealed class PipelineJobDetail : IMessage<PipelineJobDetail>, IEquatable<PipelineJobDetail>, IDeepCloneable<PipelineJobDetail>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PipelineJobDetail.
The runtime detail of PipelineJob.
Implements
IMessagePipelineJobDetail, IEquatablePipelineJobDetail, IDeepCloneablePipelineJobDetail, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PipelineJobDetail()
public PipelineJobDetail()PipelineJobDetail(PipelineJobDetail)
public PipelineJobDetail(PipelineJobDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
PipelineJobDetail |
Properties
PipelineContext
public Context PipelineContext { get; set; }Output only. The context of the pipeline.
| Property Value | |
|---|---|
| Type | Description |
Context |
|
PipelineRunContext
public Context PipelineRunContext { get; set; }Output only. The context of the current pipeline run.
| Property Value | |
|---|---|
| Type | Description |
Context |
|
TaskDetails
public RepeatedField<PipelineTaskDetail> TaskDetails { get; }Output only. The runtime details of the tasks under the pipeline.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPipelineTaskDetail |
|