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 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

       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

       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.