Send feedback
Class PipelineTaskRerunConfig (3.56.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.56.0 keyboard_arrow_down
public final class PipelineTaskRerunConfig extends GeneratedMessageV3 implements PipelineTaskRerunConfigOrBuilder
User provided rerun config to submit a rerun pipelinejob. This includes
Which task to rerun
User override input parameters and artifacts.
Protobuf type google.cloud.aiplatform.v1beta1.PipelineTaskRerunConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int INPUTS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SKIP_DOWNSTREAM_TASKS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SKIP_TASK_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TASK_ID_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TASK_NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static PipelineTaskRerunConfig getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static PipelineTaskRerunConfig . Builder newBuilder ()
public static PipelineTaskRerunConfig . Builder newBuilder ( PipelineTaskRerunConfig prototype )
public static PipelineTaskRerunConfig parseDelimitedFrom ( InputStream input )
public static PipelineTaskRerunConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PipelineTaskRerunConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static PipelineTaskRerunConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static PipelineTaskRerunConfig parseFrom ( ByteString data )
public static PipelineTaskRerunConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PipelineTaskRerunConfig parseFrom ( CodedInputStream input )
public static PipelineTaskRerunConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PipelineTaskRerunConfig parseFrom ( InputStream input )
public static PipelineTaskRerunConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PipelineTaskRerunConfig parseFrom ( ByteBuffer data )
public static PipelineTaskRerunConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<PipelineTaskRerunConfig> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public PipelineTaskRerunConfig getDefaultInstanceForType ()
public 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];
public 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];
public Parser<PipelineTaskRerunConfig> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public 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.
public 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.
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.
public String getTaskName ()
Optional. The name of the task.
string task_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The taskName.
public 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.
public 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.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public PipelineTaskRerunConfig . Builder newBuilderForType ()
protected PipelineTaskRerunConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public PipelineTaskRerunConfig . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]