Interface NodeExecutionOuterClass.NodeExecutionClosureOrBuilder

    • Method Detail

      • hasOutputUri

        @Deprecated
        boolean hasOutputUri()
        Deprecated.
        flyteidl.admin.NodeExecutionClosure.output_uri is deprecated. See flyteidl/admin/node_execution.proto;l=134
         Links to a remotely stored, serialized core.LiteralMap of node execution outputs.
         DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
         
        string output_uri = 1 [deprecated = true];
        Returns:
        Whether the outputUri field is set.
      • getOutputUri

        @Deprecated
        String getOutputUri()
        Deprecated.
        flyteidl.admin.NodeExecutionClosure.output_uri is deprecated. See flyteidl/admin/node_execution.proto;l=134
         Links to a remotely stored, serialized core.LiteralMap of node execution outputs.
         DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
         
        string output_uri = 1 [deprecated = true];
        Returns:
        The outputUri.
      • getOutputUriBytes

        @Deprecated
        com.google.protobuf.ByteString getOutputUriBytes()
        Deprecated.
        flyteidl.admin.NodeExecutionClosure.output_uri is deprecated. See flyteidl/admin/node_execution.proto;l=134
         Links to a remotely stored, serialized core.LiteralMap of node execution outputs.
         DEPRECATED. Use GetNodeExecutionData to fetch output data instead.
         
        string output_uri = 1 [deprecated = true];
        Returns:
        The bytes for outputUri.
      • hasError

        boolean hasError()
         Error information for the Node
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        Whether the error field is set.
      • getError

        Execution.ExecutionError getError()
         Error information for the Node
         
        .flyteidl.core.ExecutionError error = 2;
        Returns:
        The error.
      • hasOutputData

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

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

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

        int getPhaseValue()
         The last recorded phase for this node execution.
         
        .flyteidl.core.NodeExecution.Phase phase = 3;
        Returns:
        The enum numeric value on the wire for phase.
      • getPhase

        Execution.NodeExecution.Phase getPhase()
         The last recorded phase for this node execution.
         
        .flyteidl.core.NodeExecution.Phase phase = 3;
        Returns:
        The phase.
      • hasStartedAt

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

        com.google.protobuf.Timestamp getStartedAt()
         Time at which the node execution began running.
         
        .google.protobuf.Timestamp started_at = 4;
        Returns:
        The startedAt.
      • getStartedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartedAtOrBuilder()
         Time at which the node execution began running.
         
        .google.protobuf.Timestamp started_at = 4;
      • hasDuration

        boolean hasDuration()
         The amount of time the node execution spent running.
         
        .google.protobuf.Duration duration = 5;
        Returns:
        Whether the duration field is set.
      • getDuration

        com.google.protobuf.Duration getDuration()
         The amount of time the node execution spent running.
         
        .google.protobuf.Duration duration = 5;
        Returns:
        The duration.
      • getDurationOrBuilder

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

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

        com.google.protobuf.Timestamp getCreatedAt()
         Time at which the node execution was created.
         
        .google.protobuf.Timestamp created_at = 6;
        Returns:
        The createdAt.
      • getCreatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
         Time at which the node execution was created.
         
        .google.protobuf.Timestamp created_at = 6;
      • hasUpdatedAt

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

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

        com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder()
         Time at which the node execution was last updated.
         
        .google.protobuf.Timestamp updated_at = 7;
      • hasWorkflowNodeMetadata

        boolean hasWorkflowNodeMetadata()
        .flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8;
        Returns:
        Whether the workflowNodeMetadata field is set.
      • hasTaskNodeMetadata

        boolean hasTaskNodeMetadata()
        .flyteidl.admin.TaskNodeMetadata task_node_metadata = 9;
        Returns:
        Whether the taskNodeMetadata field is set.
      • getDeckUri

        String getDeckUri()
         String location uniquely identifying where the deck HTML file is.
         NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
         
        string deck_uri = 11;
        Returns:
        The deckUri.
      • getDeckUriBytes

        com.google.protobuf.ByteString getDeckUriBytes()
         String location uniquely identifying where the deck HTML file is.
         NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
         
        string deck_uri = 11;
        Returns:
        The bytes for deckUri.