Uses of Class
flyteidl.core.Execution.TaskExecution.Phase
-
Packages that use Execution.TaskExecution.Phase Package Description flyteidl.admin flyteidl.core flyteidl.event -
-
Uses of Execution.TaskExecution.Phase in flyteidl.admin
Methods in flyteidl.admin that return Execution.TaskExecution.Phase Modifier and Type Method Description Execution.TaskExecution.PhaseTaskExecutionOuterClass.TaskExecutionClosure.Builder. getPhase()The last recorded phase for this task execution.Execution.TaskExecution.PhaseTaskExecutionOuterClass.TaskExecutionClosure. getPhase()The last recorded phase for this task execution.Execution.TaskExecution.PhaseTaskExecutionOuterClass.TaskExecutionClosureOrBuilder. getPhase()The last recorded phase for this task execution.Methods in flyteidl.admin with parameters of type Execution.TaskExecution.Phase Modifier and Type Method Description TaskExecutionOuterClass.TaskExecutionClosure.BuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. setPhase(Execution.TaskExecution.Phase value)The last recorded phase for this task execution. -
Uses of Execution.TaskExecution.Phase in flyteidl.core
Fields in flyteidl.core declared as Execution.TaskExecution.Phase Modifier and Type Field Description private static Execution.TaskExecution.Phase[]Execution.TaskExecution.Phase. VALUESFields in flyteidl.core with type parameters of type Execution.TaskExecution.Phase Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Execution.TaskExecution.Phase>Execution.TaskExecution.Phase. internalValueMapMethods in flyteidl.core that return Execution.TaskExecution.Phase Modifier and Type Method Description static Execution.TaskExecution.PhaseExecution.TaskExecution.Phase. forNumber(int value)static Execution.TaskExecution.PhaseExecution.TaskExecution.Phase. valueOf(int value)Deprecated.static Execution.TaskExecution.PhaseExecution.TaskExecution.Phase. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Execution.TaskExecution.PhaseExecution.TaskExecution.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static Execution.TaskExecution.Phase[]Execution.TaskExecution.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Execution.TaskExecution.Phase Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.TaskExecution.Phase>Execution.TaskExecution.Phase. internalGetValueMap() -
Uses of Execution.TaskExecution.Phase in flyteidl.event
Methods in flyteidl.event that return Execution.TaskExecution.Phase Modifier and Type Method Description Execution.TaskExecution.PhaseEvent.ExternalResourceInfo.Builder. getPhase()Phase associated with the external resourceExecution.TaskExecution.PhaseEvent.ExternalResourceInfo. getPhase()Phase associated with the external resourceExecution.TaskExecution.PhaseEvent.ExternalResourceInfoOrBuilder. getPhase()Phase associated with the external resourceExecution.TaskExecution.PhaseEvent.TaskExecutionEvent.Builder. getPhase()Phase associated with the eventExecution.TaskExecution.PhaseEvent.TaskExecutionEvent. getPhase()Phase associated with the eventExecution.TaskExecution.PhaseEvent.TaskExecutionEventOrBuilder. getPhase()Phase associated with the eventMethods in flyteidl.event with parameters of type Execution.TaskExecution.Phase Modifier and Type Method Description Event.ExternalResourceInfo.BuilderEvent.ExternalResourceInfo.Builder. setPhase(Execution.TaskExecution.Phase value)Phase associated with the external resourceEvent.TaskExecutionEvent.BuilderEvent.TaskExecutionEvent.Builder. setPhase(Execution.TaskExecution.Phase value)Phase associated with the event
-