public interface PipelineTaskRerunConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PipelineTaskRerunConfig.Inputs |
getInputs()
Optional.
|
PipelineTaskRerunConfig.InputsOrBuilder |
getInputsOrBuilder()
Optional.
|
boolean |
getSkipDownstreamTasks()
Optional.
|
boolean |
getSkipTask()
Optional.
|
long |
getTaskId()
Optional.
|
String |
getTaskName()
Optional.
|
com.google.protobuf.ByteString |
getTaskNameBytes()
Optional.
|
boolean |
hasInputs()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTaskId()
Optional. The system generated ID of the task. Retrieved from original run.
int64 task_id = 1 [(.google.api.field_behavior) = OPTIONAL];String getTaskName()
Optional. The name of the task.
string task_name = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTaskNameBytes()
Optional. The name of the task.
string task_name = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasInputs()
Optional. The runtime input of the task overridden by the user.
.google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.Inputs inputs = 3 [(.google.api.field_behavior) = OPTIONAL];
PipelineTaskRerunConfig.Inputs getInputs()
Optional. The runtime input of the task overridden by the user.
.google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.Inputs inputs = 3 [(.google.api.field_behavior) = OPTIONAL];
PipelineTaskRerunConfig.InputsOrBuilder getInputsOrBuilder()
Optional. The runtime input of the task overridden by the user.
.google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig.Inputs inputs = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean getSkipTask()
Optional. Whether to skip this task. Default value is False.
bool skip_task = 4 [(.google.api.field_behavior) = OPTIONAL];boolean getSkipDownstreamTasks()
Optional. Whether to skip downstream tasks. Default value is False.
bool skip_downstream_tasks = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.