Interface ExecutionOuterClass.ExecutionClosureOrBuilder

    • Method Detail

      • hasOutputs

        @Deprecated
        boolean hasOutputs()
        Deprecated.
        flyteidl.admin.ExecutionClosure.outputs is deprecated. See flyteidl/admin/execution.proto;l=131
         Output URI in the case of a successful execution.
         DEPRECATED. Use GetExecutionData to fetch output data instead.
         
        .flyteidl.admin.LiteralMapBlob outputs = 1 [deprecated = true];
        Returns:
        Whether the outputs field is set.
      • getOutputs

        @Deprecated
        ExecutionOuterClass.LiteralMapBlob getOutputs()
        Deprecated.
        flyteidl.admin.ExecutionClosure.outputs is deprecated. See flyteidl/admin/execution.proto;l=131
         Output URI in the case of a successful execution.
         DEPRECATED. Use GetExecutionData to fetch output data instead.
         
        .flyteidl.admin.LiteralMapBlob outputs = 1 [deprecated = true];
        Returns:
        The outputs.
      • getOutputsOrBuilder

        @Deprecated
        ExecutionOuterClass.LiteralMapBlobOrBuilder getOutputsOrBuilder()
        Deprecated.
         Output URI in the case of a successful execution.
         DEPRECATED. Use GetExecutionData to fetch output data instead.
         
        .flyteidl.admin.LiteralMapBlob outputs = 1 [deprecated = true];
      • hasError

        boolean hasError()
         Error information in the case of a failed execution.
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        Whether the error field is set.
      • getError

        Execution.ExecutionError getError()
         Error information in the case of a failed execution.
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        The error.
      • getErrorOrBuilder

        Execution.ExecutionErrorOrBuilder getErrorOrBuilder()
         Error information in the case of a failed execution.
         
        .flyteidl.core.ExecutionError error = 2;
      • hasAbortCause

        @Deprecated
        boolean hasAbortCause()
        Deprecated.
        flyteidl.admin.ExecutionClosure.abort_cause is deprecated. See flyteidl/admin/execution.proto;l=137
         In the case of a user-specified abort, this will pass along the user-supplied cause.
         
        string abort_cause = 10 [deprecated = true];
        Returns:
        Whether the abortCause field is set.
      • getAbortCause

        @Deprecated
        String getAbortCause()
        Deprecated.
        flyteidl.admin.ExecutionClosure.abort_cause is deprecated. See flyteidl/admin/execution.proto;l=137
         In the case of a user-specified abort, this will pass along the user-supplied cause.
         
        string abort_cause = 10 [deprecated = true];
        Returns:
        The abortCause.
      • getAbortCauseBytes

        @Deprecated
        com.google.protobuf.ByteString getAbortCauseBytes()
        Deprecated.
        flyteidl.admin.ExecutionClosure.abort_cause is deprecated. See flyteidl/admin/execution.proto;l=137
         In the case of a user-specified abort, this will pass along the user-supplied cause.
         
        string abort_cause = 10 [deprecated = true];
        Returns:
        The bytes for abortCause.
      • hasAbortMetadata

        boolean hasAbortMetadata()
         In the case of a user-specified abort, this will pass along the user and their supplied cause.
         
        .flyteidl.admin.AbortMetadata abort_metadata = 12;
        Returns:
        Whether the abortMetadata field is set.
      • getAbortMetadata

        ExecutionOuterClass.AbortMetadata getAbortMetadata()
         In the case of a user-specified abort, this will pass along the user and their supplied cause.
         
        .flyteidl.admin.AbortMetadata abort_metadata = 12;
        Returns:
        The abortMetadata.
      • getAbortMetadataOrBuilder

        ExecutionOuterClass.AbortMetadataOrBuilder getAbortMetadataOrBuilder()
         In the case of a user-specified abort, this will pass along the user and their supplied cause.
         
        .flyteidl.admin.AbortMetadata abort_metadata = 12;
      • hasOutputData

        @Deprecated
        boolean hasOutputData()
        Deprecated.
        flyteidl.admin.ExecutionClosure.output_data is deprecated. See flyteidl/admin/execution.proto;l=144
         Raw output data produced by this execution.
         DEPRECATED. Use GetExecutionData to fetch output data instead.
         
        .flyteidl.core.LiteralMap output_data = 13 [deprecated = true];
        Returns:
        Whether the outputData field is set.
      • getOutputData

        @Deprecated
        Literals.LiteralMap getOutputData()
        Deprecated.
        flyteidl.admin.ExecutionClosure.output_data is deprecated. See flyteidl/admin/execution.proto;l=144
         Raw output data produced by this execution.
         DEPRECATED. Use GetExecutionData to fetch output data instead.
         
        .flyteidl.core.LiteralMap output_data = 13 [deprecated = true];
        Returns:
        The outputData.
      • getOutputDataOrBuilder

        @Deprecated
        Literals.LiteralMapOrBuilder getOutputDataOrBuilder()
        Deprecated.
         Raw output data produced by this execution.
         DEPRECATED. Use GetExecutionData to fetch output data instead.
         
        .flyteidl.core.LiteralMap output_data = 13 [deprecated = true];
      • hasComputedInputs

        @Deprecated
        boolean hasComputedInputs()
        Deprecated.
        flyteidl.admin.ExecutionClosure.computed_inputs is deprecated. See flyteidl/admin/execution.proto;l=149
         Inputs computed and passed for execution.
         computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
         
        .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];
        Returns:
        Whether the computedInputs field is set.
      • getComputedInputs

        @Deprecated
        Literals.LiteralMap getComputedInputs()
        Deprecated.
        flyteidl.admin.ExecutionClosure.computed_inputs is deprecated. See flyteidl/admin/execution.proto;l=149
         Inputs computed and passed for execution.
         computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
         
        .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];
        Returns:
        The computedInputs.
      • getComputedInputsOrBuilder

        @Deprecated
        Literals.LiteralMapOrBuilder getComputedInputsOrBuilder()
        Deprecated.
         Inputs computed and passed for execution.
         computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
         
        .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true];
      • getPhaseValue

        int getPhaseValue()
         Most recent recorded phase for the execution.
         
        .flyteidl.core.WorkflowExecution.Phase phase = 4;
        Returns:
        The enum numeric value on the wire for phase.
      • getPhase

        Execution.WorkflowExecution.Phase getPhase()
         Most recent recorded phase for the execution.
         
        .flyteidl.core.WorkflowExecution.Phase phase = 4;
        Returns:
        The phase.
      • hasStartedAt

        boolean hasStartedAt()
         Reported time at which the execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
        Returns:
        Whether the startedAt field is set.
      • getStartedAt

        com.google.protobuf.Timestamp getStartedAt()
         Reported time at which the execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
        Returns:
        The startedAt.
      • getStartedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
         Reported time at which the execution began running.
         
        .google.protobuf.Timestamp started_at = 5;
      • hasDuration

        boolean hasDuration()
         The amount of time the 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 execution spent running.
         
        .google.protobuf.Duration duration = 6;
        Returns:
        The duration.
      • getDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
         The amount of time the execution spent running.
         
        .google.protobuf.Duration duration = 6;
      • hasCreatedAt

        boolean hasCreatedAt()
         Reported time at which the execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
        Returns:
        Whether the createdAt field is set.
      • getCreatedAt

        com.google.protobuf.Timestamp getCreatedAt()
         Reported time at which the execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
        Returns:
        The createdAt.
      • getCreatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
         Reported time at which the execution was created.
         
        .google.protobuf.Timestamp created_at = 7;
      • hasUpdatedAt

        boolean hasUpdatedAt()
         Reported time at which the execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
        Returns:
        Whether the updatedAt field is set.
      • getUpdatedAt

        com.google.protobuf.Timestamp getUpdatedAt()
         Reported time at which the execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
        Returns:
        The updatedAt.
      • getUpdatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
         Reported time at which the execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 8;
      • getNotificationsList

        List<Common.Notification> getNotificationsList()
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotifications

        Common.Notification getNotifications​(int index)
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotificationsCount

        int getNotificationsCount()
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotificationsOrBuilderList

        List<? extends Common.NotificationOrBuilder> getNotificationsOrBuilderList()
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • getNotificationsOrBuilder

        Common.NotificationOrBuilder getNotificationsOrBuilder​(int index)
         The notification settings to use after merging the CreateExecutionRequest and the launch plan
         notification settings. An execution launched with notifications will always prefer that definition
         to notifications defined statically in a launch plan.
         
        repeated .flyteidl.admin.Notification notifications = 9;
      • hasWorkflowId

        boolean hasWorkflowId()
         Identifies the workflow definition for this execution.
         
        .flyteidl.core.Identifier workflow_id = 11;
        Returns:
        Whether the workflowId field is set.
      • getWorkflowId

        IdentifierOuterClass.Identifier getWorkflowId()
         Identifies the workflow definition for this execution.
         
        .flyteidl.core.Identifier workflow_id = 11;
        Returns:
        The workflowId.
      • hasStateChangeDetails

        boolean hasStateChangeDetails()
         Provides the details of the last stage change
         
        .flyteidl.admin.ExecutionStateChangeDetails state_change_details = 14;
        Returns:
        Whether the stateChangeDetails field is set.
      • getStateChangeDetails

        ExecutionOuterClass.ExecutionStateChangeDetails getStateChangeDetails()
         Provides the details of the last stage change
         
        .flyteidl.admin.ExecutionStateChangeDetails state_change_details = 14;
        Returns:
        The stateChangeDetails.