Class GoogleCloudAiplatformV1beta1PipelineTaskRerunConfig
User provided rerun config to submit a rerun pipelinejob. This includes 1. Which task to rerun 2. User override input parameters and artifacts.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PipelineTaskRerunConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Inputs
Optional. The runtime input of the task overridden by the user.
Declaration
[JsonProperty("inputs")]
public virtual GoogleCloudAiplatformV1beta1PipelineTaskRerunConfigInputs Inputs { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1PipelineTaskRerunConfigInputs |
SkipDownstreamTasks
Optional. Whether to skip downstream tasks. Default value is False.
Declaration
[JsonProperty("skipDownstreamTasks")]
public virtual bool? SkipDownstreamTasks { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SkipTask
Optional. Whether to skip this task. Default value is False.
Declaration
[JsonProperty("skipTask")]
public virtual bool? SkipTask { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TaskId
Optional. The system generated ID of the task. Retrieved from original run.
Declaration
[JsonProperty("taskId")]
public virtual long? TaskId { get; set; }
Property Value
Type | Description |
---|---|
long? |
TaskName
Optional. The name of the task.
Declaration
[JsonProperty("taskName")]
public virtual string TaskName { get; set; }
Property Value
Type | Description |
---|---|
string |