public interface PipelineTaskRerunConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInputs()
public abstract 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];
Returns | |
---|---|
Type | Description |
PipelineTaskRerunConfig.Inputs |
The inputs. |
getInputsOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
PipelineTaskRerunConfig.InputsOrBuilder |
getSkipDownstreamTasks()
public abstract boolean getSkipDownstreamTasks()
Optional. Whether to skip downstream tasks. Default value is False.
bool skip_downstream_tasks = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The skipDownstreamTasks. |
getSkipTask()
public abstract boolean getSkipTask()
Optional. Whether to skip this task. Default value is False.
bool skip_task = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The skipTask. |
getTaskId()
public abstract long getTaskId()
Optional. The system generated ID of the task. Retrieved from original run.
int64 task_id = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The taskId. |
getTaskName()
public abstract String getTaskName()
Optional. The name of the task.
string task_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The taskName. |
getTaskNameBytes()
public abstract ByteString getTaskNameBytes()
Optional. The name of the task.
string task_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for taskName. |
hasInputs()
public abstract 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];
Returns | |
---|---|
Type | Description |
boolean |
Whether the inputs field is set. |