Package flyteidl.admin
Interface TaskExecutionOuterClass.TaskExecutionClosureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskExecutionOuterClass.TaskExecutionClosure,TaskExecutionOuterClass.TaskExecutionClosure.Builder
- Enclosing class:
- TaskExecutionOuterClass
public static interface TaskExecutionOuterClass.TaskExecutionClosureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedAt()Time at which the task execution was created.com.google.protobuf.TimestampOrBuildergetCreatedAtOrBuilder()Time at which the task execution was created.com.google.protobuf.StructgetCustomInfo()Custom data specific to the task plugin.com.google.protobuf.StructOrBuildergetCustomInfoOrBuilder()Custom data specific to the task plugin.com.google.protobuf.DurationgetDuration()The amount of time the task execution spent running.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()The amount of time the task execution spent running.Execution.ExecutionErrorgetError()Error information for the task execution.Execution.ExecutionErrorOrBuildergetErrorOrBuilder()Error information for the task execution.Execution.TaskLoggetLogs(int index)Detailed log information output by the task execution.intgetLogsCount()Detailed log information output by the task execution.java.util.List<Execution.TaskLog>getLogsList()Detailed log information output by the task execution.Execution.TaskLogOrBuildergetLogsOrBuilder(int index)Detailed log information output by the task execution.java.util.List<? extends Execution.TaskLogOrBuilder>getLogsOrBuilderList()Detailed log information output by the task execution.TaskExecutionOuterClass.TaskExecutionClosure.OutputResultCasegetOutputResultCase()java.lang.StringgetOutputUri()Path to remote data store where output blob is stored if the execution succeeded (and produced outputs).com.google.protobuf.ByteStringgetOutputUriBytes()Path to remote data store where output blob is stored if the execution succeeded (and produced outputs).Execution.TaskExecution.PhasegetPhase()The last recorded phase for this task execution.intgetPhaseValue()The last recorded phase for this task execution.com.google.protobuf.TimestampgetStartedAt()Time at which the task execution began running.com.google.protobuf.TimestampOrBuildergetStartedAtOrBuilder()Time at which the task execution began running.com.google.protobuf.TimestampgetUpdatedAt()Time at which the task execution was last updated.com.google.protobuf.TimestampOrBuildergetUpdatedAtOrBuilder()Time at which the task execution was last updated.booleanhasCreatedAt()Time at which the task execution was created.booleanhasCustomInfo()Custom data specific to the task plugin.booleanhasDuration()The amount of time the task execution spent running.booleanhasError()Error information for the task execution.booleanhasStartedAt()Time at which the task execution began running.booleanhasUpdatedAt()Time at which the task execution was last updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputUri
java.lang.String getOutputUri()
Path to remote data store where output blob is stored if the execution succeeded (and produced outputs).
string output_uri = 1;- Returns:
- The outputUri.
-
getOutputUriBytes
com.google.protobuf.ByteString getOutputUriBytes()
Path to remote data store where output blob is stored if the execution succeeded (and produced outputs).
string output_uri = 1;- Returns:
- The bytes for outputUri.
-
hasError
boolean hasError()
Error information for the task execution. Populated if the execution failed.
.flyteidl.core.ExecutionError error = 2;- Returns:
- Whether the error field is set.
-
getError
Execution.ExecutionError getError()
Error information for the task execution. Populated if the execution failed.
.flyteidl.core.ExecutionError error = 2;- Returns:
- The error.
-
getErrorOrBuilder
Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
Error information for the task execution. Populated if the execution failed.
.flyteidl.core.ExecutionError error = 2;
-
getPhaseValue
int getPhaseValue()
The last recorded phase for this task execution.
.flyteidl.core.TaskExecution.Phase phase = 3;- Returns:
- The enum numeric value on the wire for phase.
-
getPhase
Execution.TaskExecution.Phase getPhase()
The last recorded phase for this task execution.
.flyteidl.core.TaskExecution.Phase phase = 3;- Returns:
- The phase.
-
getLogsList
java.util.List<Execution.TaskLog> getLogsList()
Detailed log information output by the task execution.
repeated .flyteidl.core.TaskLog logs = 4;
-
getLogs
Execution.TaskLog getLogs(int index)
Detailed log information output by the task execution.
repeated .flyteidl.core.TaskLog logs = 4;
-
getLogsCount
int getLogsCount()
Detailed log information output by the task execution.
repeated .flyteidl.core.TaskLog logs = 4;
-
getLogsOrBuilderList
java.util.List<? extends Execution.TaskLogOrBuilder> getLogsOrBuilderList()
Detailed log information output by the task execution.
repeated .flyteidl.core.TaskLog logs = 4;
-
getLogsOrBuilder
Execution.TaskLogOrBuilder getLogsOrBuilder(int index)
Detailed log information output by the task execution.
repeated .flyteidl.core.TaskLog logs = 4;
-
hasStartedAt
boolean hasStartedAt()
Time at which the task execution began running.
.google.protobuf.Timestamp started_at = 5;- Returns:
- Whether the startedAt field is set.
-
getStartedAt
com.google.protobuf.Timestamp getStartedAt()
Time at which the task execution began running.
.google.protobuf.Timestamp started_at = 5;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
Time at which the task execution began running.
.google.protobuf.Timestamp started_at = 5;
-
hasDuration
boolean hasDuration()
The amount of time the task execution spent running.
.google.protobuf.Duration duration = 6;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
The amount of time the task execution spent running.
.google.protobuf.Duration duration = 6;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The amount of time the task execution spent running.
.google.protobuf.Duration duration = 6;
-
hasCreatedAt
boolean hasCreatedAt()
Time at which the task execution was created.
.google.protobuf.Timestamp created_at = 7;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt()
Time at which the task execution was created.
.google.protobuf.Timestamp created_at = 7;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
Time at which the task execution was created.
.google.protobuf.Timestamp created_at = 7;
-
hasUpdatedAt
boolean hasUpdatedAt()
Time at which the task execution was last updated.
.google.protobuf.Timestamp updated_at = 8;- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
com.google.protobuf.Timestamp getUpdatedAt()
Time at which the task execution was last updated.
.google.protobuf.Timestamp updated_at = 8;- Returns:
- The updatedAt.
-
getUpdatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
Time at which the task execution was last updated.
.google.protobuf.Timestamp updated_at = 8;
-
hasCustomInfo
boolean hasCustomInfo()
Custom data specific to the task plugin.
.google.protobuf.Struct custom_info = 9;- Returns:
- Whether the customInfo field is set.
-
getCustomInfo
com.google.protobuf.Struct getCustomInfo()
Custom data specific to the task plugin.
.google.protobuf.Struct custom_info = 9;- Returns:
- The customInfo.
-
getCustomInfoOrBuilder
com.google.protobuf.StructOrBuilder getCustomInfoOrBuilder()
Custom data specific to the task plugin.
.google.protobuf.Struct custom_info = 9;
-
getOutputResultCase
TaskExecutionOuterClass.TaskExecutionClosure.OutputResultCase getOutputResultCase()
-
-