Class GoogleCloudAiplatformV1PipelineJobDetail
The runtime detail of PipelineJob.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PipelineJobDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineContext
Output only. The context of the pipeline.
Declaration
[JsonProperty("pipelineContext")]
public virtual GoogleCloudAiplatformV1Context PipelineContext { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Context |
PipelineRunContext
Output only. The context of the current pipeline run.
Declaration
[JsonProperty("pipelineRunContext")]
public virtual GoogleCloudAiplatformV1Context PipelineRunContext { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Context |
TaskDetails
Output only. The runtime details of the tasks under the pipeline.
Declaration
[JsonProperty("taskDetails")]
public virtual IList<GoogleCloudAiplatformV1PipelineTaskDetail> TaskDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1PipelineTaskDetail> |