Interface PipelineTaskRerunConfigOrBuilder (3.52.0)

public interface PipelineTaskRerunConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputs()

public abstract PipelineTaskRerunConfig.Inputs getInputs()

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

.google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.Inputs inputs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PipelineTaskRerunConfig.Inputs

The inputs.

getInputsOrBuilder()

public abstract PipelineTaskRerunConfig.InputsOrBuilder getInputsOrBuilder()

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

.google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.Inputs inputs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PipelineTaskRerunConfig.InputsOrBuilder

getSkipDownstreamTasks()

public abstract boolean getSkipDownstreamTasks()

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

bool skip_downstream_tasks = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The skipDownstreamTasks.

getSkipTask()

public abstract boolean getSkipTask()

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

bool skip_task = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The skipTask.

getTaskId()

public abstract long getTaskId()

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

int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The taskId.

getTaskName()

public abstract String getTaskName()

Output only. The name of the task.

string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The taskName.

getTaskNameBytes()

public abstract ByteString getTaskNameBytes()

Output only. The name of the task.

string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for taskName.

hasInputs()

public abstract boolean hasInputs()

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

.google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.Inputs inputs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the inputs field is set.