Cloud AI Platform v1beta1 API - Class PipelineTaskRerunConfig (1.0.0-beta04)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PipelineTaskRerunConfig.

User provided rerun config to submit a rerun pipelinejob. This includes

  1. Which task to rerun
  2. User override input parameters and artifacts.

Inheritance

object > PipelineTaskRerunConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

PipelineTaskRerunConfig()

public PipelineTaskRerunConfig()

PipelineTaskRerunConfig(PipelineTaskRerunConfig)

public PipelineTaskRerunConfig(PipelineTaskRerunConfig other)
Parameter
Name Description
other PipelineTaskRerunConfig

Properties

Inputs

public PipelineTaskRerunConfig.Types.Inputs Inputs { get; set; }

Output only. The runtime input of the task overridden by the user.

Property Value
Type Description
PipelineTaskRerunConfigTypesInputs

SkipDownstreamTasks

public bool SkipDownstreamTasks { get; set; }

Output only. Whether to skip downstream tasks. Default value is False.

Property Value
Type Description
bool

SkipTask

public bool SkipTask { get; set; }

Output only. Whether to skip this task. Default value is False.

Property Value
Type Description
bool

TaskId

public long TaskId { get; set; }

Output only. The system generated ID of the task. Retrieved from original run.

Property Value
Type Description
long

TaskName

public string TaskName { get; set; }

Output only. The name of the task.

Property Value
Type Description
string