Interface NodeExecutionOuterClass.NodeExecutionGetDataResponseOrBuilder

    • Method Detail

      • hasInputs

        boolean hasInputs()
         Signed url to fetch a core.LiteralMap of node execution inputs.
         
        .flyteidl.admin.UrlBlob inputs = 1;
        Returns:
        Whether the inputs field is set.
      • getInputs

        Common.UrlBlob getInputs()
         Signed url to fetch a core.LiteralMap of node execution inputs.
         
        .flyteidl.admin.UrlBlob inputs = 1;
        Returns:
        The inputs.
      • getInputsOrBuilder

        Common.UrlBlobOrBuilder getInputsOrBuilder()
         Signed url to fetch a core.LiteralMap of node execution inputs.
         
        .flyteidl.admin.UrlBlob inputs = 1;
      • hasOutputs

        boolean hasOutputs()
         Signed url to fetch a core.LiteralMap of node execution outputs.
         
        .flyteidl.admin.UrlBlob outputs = 2;
        Returns:
        Whether the outputs field is set.
      • getOutputs

        Common.UrlBlob getOutputs()
         Signed url to fetch a core.LiteralMap of node execution outputs.
         
        .flyteidl.admin.UrlBlob outputs = 2;
        Returns:
        The outputs.
      • getOutputsOrBuilder

        Common.UrlBlobOrBuilder getOutputsOrBuilder()
         Signed url to fetch a core.LiteralMap of node execution outputs.
         
        .flyteidl.admin.UrlBlob outputs = 2;
      • hasFullInputs

        boolean hasFullInputs()
         Optional, full_inputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_inputs = 3;
        Returns:
        Whether the fullInputs field is set.
      • getFullInputs

        Literals.LiteralMap getFullInputs()
         Optional, full_inputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_inputs = 3;
        Returns:
        The fullInputs.
      • getFullInputsOrBuilder

        Literals.LiteralMapOrBuilder getFullInputsOrBuilder()
         Optional, full_inputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_inputs = 3;
      • hasFullOutputs

        boolean hasFullOutputs()
         Optional, full_outputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_outputs = 4;
        Returns:
        Whether the fullOutputs field is set.
      • getFullOutputs

        Literals.LiteralMap getFullOutputs()
         Optional, full_outputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_outputs = 4;
        Returns:
        The fullOutputs.
      • getFullOutputsOrBuilder

        Literals.LiteralMapOrBuilder getFullOutputsOrBuilder()
         Optional, full_outputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_outputs = 4;