Interface PipelineTaskRerunConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineTaskRerunConfig,PipelineTaskRerunConfig.Builder
@Generated
public interface PipelineTaskRerunConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.booleanOptional.booleanOptional.longOptional.Optional.com.google.protobuf.ByteStringOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTaskId
long getTaskId()Optional. The system generated ID of the task. Retrieved from original run.
int64 task_id = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The taskId.
-
getTaskName
String getTaskName()Optional. The name of the task.
string task_name = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The taskName.
-
getTaskNameBytes
com.google.protobuf.ByteString getTaskNameBytes()Optional. The name of the task.
string task_name = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for taskName.
-
hasInputs
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:
- Whether the inputs field is set.
-
getInputs
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:
- The inputs.
-
getInputsOrBuilder
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]; -
getSkipTask
boolean getSkipTask()Optional. Whether to skip this task. Default value is False.
bool skip_task = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The skipTask.
-
getSkipDownstreamTasks
boolean getSkipDownstreamTasks()Optional. Whether to skip downstream tasks. Default value is False.
bool skip_downstream_tasks = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The skipDownstreamTasks.
-