Interface TaskExecutionOuterClass.TaskExecutionGetDataResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Common.UrlBlob getInputs()
      Signed url to fetch a core.LiteralMap of task execution inputs.
      Common.UrlBlobOrBuilder getInputsOrBuilder()
      Signed url to fetch a core.LiteralMap of task execution inputs.
      Common.UrlBlob getOutputs()
      Signed url to fetch a core.LiteralMap of task execution outputs.
      Common.UrlBlobOrBuilder getOutputsOrBuilder()
      Signed url to fetch a core.LiteralMap of task execution outputs.
      boolean hasInputs()
      Signed url to fetch a core.LiteralMap of task execution inputs.
      boolean hasOutputs()
      Signed url to fetch a core.LiteralMap of task execution outputs.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInputs

        boolean hasInputs()
         Signed url to fetch a core.LiteralMap of task 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 task execution inputs.
         
        .flyteidl.admin.UrlBlob inputs = 1;
        Returns:
        The inputs.
      • getInputsOrBuilder

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

        boolean hasOutputs()
         Signed url to fetch a core.LiteralMap of task 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 task execution outputs.
         
        .flyteidl.admin.UrlBlob outputs = 2;
        Returns:
        The outputs.
      • getOutputsOrBuilder

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