Package flyteidl.core

Interface Interface.TypedInterfaceOrBuilder

    • Method Detail

      • hasInputs

        boolean hasInputs()
        .flyteidl.core.VariableMap inputs = 1;
        Returns:
        Whether the inputs field is set.
      • getInputs

        Interface.VariableMap getInputs()
        .flyteidl.core.VariableMap inputs = 1;
        Returns:
        The inputs.
      • hasOutputs

        boolean hasOutputs()
        .flyteidl.core.VariableMap outputs = 2;
        Returns:
        Whether the outputs field is set.
      • getOutputs

        Interface.VariableMap getOutputs()
        .flyteidl.core.VariableMap outputs = 2;
        Returns:
        The outputs.