Interface TaskExecutionOuterClass.TaskExecutionGetDataResponseOrBuilder

    • Method Detail

      • hasInputs

        @Deprecated
        boolean hasInputs()
        Deprecated.
        flyteidl.admin.TaskExecutionGetDataResponse.inputs is deprecated. See flyteidl/admin/task_execution.proto;l=139
         Signed url to fetch a core.LiteralMap of task execution inputs.
         Deprecated: Please use full_inputs instead.
         
        .flyteidl.admin.UrlBlob inputs = 1 [deprecated = true];
        Returns:
        Whether the inputs field is set.
      • getInputs

        @Deprecated
        Common.UrlBlob getInputs()
        Deprecated.
        flyteidl.admin.TaskExecutionGetDataResponse.inputs is deprecated. See flyteidl/admin/task_execution.proto;l=139
         Signed url to fetch a core.LiteralMap of task execution inputs.
         Deprecated: Please use full_inputs instead.
         
        .flyteidl.admin.UrlBlob inputs = 1 [deprecated = true];
        Returns:
        The inputs.
      • getInputsOrBuilder

        @Deprecated
        Common.UrlBlobOrBuilder getInputsOrBuilder()
        Deprecated.
         Signed url to fetch a core.LiteralMap of task execution inputs.
         Deprecated: Please use full_inputs instead.
         
        .flyteidl.admin.UrlBlob inputs = 1 [deprecated = true];
      • hasOutputs

        @Deprecated
        boolean hasOutputs()
        Deprecated.
        flyteidl.admin.TaskExecutionGetDataResponse.outputs is deprecated. See flyteidl/admin/task_execution.proto;l=143
         Signed url to fetch a core.LiteralMap of task execution outputs.
         Deprecated: Please use full_outputs instead.
         
        .flyteidl.admin.UrlBlob outputs = 2 [deprecated = true];
        Returns:
        Whether the outputs field is set.
      • getOutputs

        @Deprecated
        Common.UrlBlob getOutputs()
        Deprecated.
        flyteidl.admin.TaskExecutionGetDataResponse.outputs is deprecated. See flyteidl/admin/task_execution.proto;l=143
         Signed url to fetch a core.LiteralMap of task execution outputs.
         Deprecated: Please use full_outputs instead.
         
        .flyteidl.admin.UrlBlob outputs = 2 [deprecated = true];
        Returns:
        The outputs.
      • getOutputsOrBuilder

        @Deprecated
        Common.UrlBlobOrBuilder getOutputsOrBuilder()
        Deprecated.
         Signed url to fetch a core.LiteralMap of task execution outputs.
         Deprecated: Please use full_outputs instead.
         
        .flyteidl.admin.UrlBlob outputs = 2 [deprecated = true];
      • hasFullInputs

        boolean hasFullInputs()
         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()
         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()
         Full_inputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_inputs = 3;
      • hasFullOutputs

        boolean hasFullOutputs()
         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()
         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()
         Full_outputs will only be populated if they are under a configured size threshold.
         
        .flyteidl.core.LiteralMap full_outputs = 4;