Cloud AI Platform v1 API - Class PipelineJobDetail (2.24.0)

public sealed class PipelineJobDetail : IMessage<PipelineJobDetail>, IEquatable<PipelineJobDetail>, IDeepCloneable<PipelineJobDetail>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class PipelineJobDetail.

The runtime detail of PipelineJob.

Inheritance

object > PipelineJobDetail

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PipelineJobDetail()

public PipelineJobDetail()

PipelineJobDetail(PipelineJobDetail)

public PipelineJobDetail(PipelineJobDetail other)
Parameter
NameDescription
otherPipelineJobDetail

Properties

PipelineContext

public Context PipelineContext { get; set; }

Output only. The context of the pipeline.

Property Value
TypeDescription
Context

PipelineRunContext

public Context PipelineRunContext { get; set; }

Output only. The context of the current pipeline run.

Property Value
TypeDescription
Context

TaskDetails

public RepeatedField<PipelineTaskDetail> TaskDetails { get; }

Output only. The runtime details of the tasks under the pipeline.

Property Value
TypeDescription
RepeatedFieldPipelineTaskDetail