public sealed class PipelineTaskRerunConfig : IMessage<PipelineTaskRerunConfig>, IEquatable<PipelineTaskRerunConfig>, IDeepCloneable<PipelineTaskRerunConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PipelineTaskRerunConfig.
User provided rerun config to submit a rerun pipelinejob. This includes
- Which task to rerun
- User override input parameters and artifacts.
Implements
IMessagePipelineTaskRerunConfig, IEquatablePipelineTaskRerunConfig, IDeepCloneablePipelineTaskRerunConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PipelineTaskRerunConfig()
public PipelineTaskRerunConfig()
PipelineTaskRerunConfig(PipelineTaskRerunConfig)
public PipelineTaskRerunConfig(PipelineTaskRerunConfig other)
Parameter | |
---|---|
Name | Description |
other |
PipelineTaskRerunConfig |
Properties
Inputs
public PipelineTaskRerunConfig.Types.Inputs Inputs { get; set; }
Optional. The runtime input of the task overridden by the user.
Property Value | |
---|---|
Type | Description |
PipelineTaskRerunConfigTypesInputs |
SkipDownstreamTasks
public bool SkipDownstreamTasks { get; set; }
Optional. Whether to skip downstream tasks. Default value is False.
Property Value | |
---|---|
Type | Description |
bool |
SkipTask
public bool SkipTask { get; set; }
Optional. Whether to skip this task. Default value is False.
Property Value | |
---|---|
Type | Description |
bool |
TaskId
public long TaskId { get; set; }
Optional. The system generated ID of the task. Retrieved from original run.
Property Value | |
---|---|
Type | Description |
long |
TaskName
public string TaskName { get; set; }
Optional. The name of the task.
Property Value | |
---|---|
Type | Description |
string |