Uses of Interface
flyteidl.core.Literals.BindingOrBuilder
-
Packages that use Literals.BindingOrBuilder Package Description flyteidl.core -
-
Uses of Literals.BindingOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Literals.BindingOrBuilder Modifier and Type Class Description static classLiterals.BindingAn input/output binding of a variable to either static value or a node output.static classLiterals.Binding.BuilderAn input/output binding of a variable to either static value or a node output.Methods in flyteidl.core that return Literals.BindingOrBuilder Modifier and Type Method Description Literals.BindingOrBuilderWorkflow.Node.Builder. getInputsOrBuilder(int index)Specifies how to bind the underlying interface's inputs.Literals.BindingOrBuilderWorkflow.Node. getInputsOrBuilder(int index)Specifies how to bind the underlying interface's inputs.Literals.BindingOrBuilderWorkflow.NodeOrBuilder. getInputsOrBuilder(int index)Specifies how to bind the underlying interface's inputs.Literals.BindingOrBuilderDynamicJob.DynamicJobSpec.Builder. getOutputsOrBuilder(int index)Describes how to bind the final output of the dynamic job from the outputs of executed nodes.Literals.BindingOrBuilderDynamicJob.DynamicJobSpec. getOutputsOrBuilder(int index)Describes how to bind the final output of the dynamic job from the outputs of executed nodes.Literals.BindingOrBuilderDynamicJob.DynamicJobSpecOrBuilder. getOutputsOrBuilder(int index)Describes how to bind the final output of the dynamic job from the outputs of executed nodes.Literals.BindingOrBuilderWorkflow.WorkflowTemplate.Builder. getOutputsOrBuilder(int index)A list of output bindings that specify how to construct workflow outputs.Literals.BindingOrBuilderWorkflow.WorkflowTemplate. getOutputsOrBuilder(int index)A list of output bindings that specify how to construct workflow outputs.Literals.BindingOrBuilderWorkflow.WorkflowTemplateOrBuilder. getOutputsOrBuilder(int index)A list of output bindings that specify how to construct workflow outputs.Methods in flyteidl.core that return types with arguments of type Literals.BindingOrBuilder Modifier and Type Method Description java.util.List<? extends Literals.BindingOrBuilder>Workflow.Node.Builder. getInputsOrBuilderList()Specifies how to bind the underlying interface's inputs.java.util.List<? extends Literals.BindingOrBuilder>Workflow.Node. getInputsOrBuilderList()Specifies how to bind the underlying interface's inputs.java.util.List<? extends Literals.BindingOrBuilder>Workflow.NodeOrBuilder. getInputsOrBuilderList()Specifies how to bind the underlying interface's inputs.java.util.List<? extends Literals.BindingOrBuilder>DynamicJob.DynamicJobSpec.Builder. getOutputsOrBuilderList()Describes how to bind the final output of the dynamic job from the outputs of executed nodes.java.util.List<? extends Literals.BindingOrBuilder>DynamicJob.DynamicJobSpec. getOutputsOrBuilderList()Describes how to bind the final output of the dynamic job from the outputs of executed nodes.java.util.List<? extends Literals.BindingOrBuilder>DynamicJob.DynamicJobSpecOrBuilder. getOutputsOrBuilderList()Describes how to bind the final output of the dynamic job from the outputs of executed nodes.java.util.List<? extends Literals.BindingOrBuilder>Workflow.WorkflowTemplate.Builder. getOutputsOrBuilderList()A list of output bindings that specify how to construct workflow outputs.java.util.List<? extends Literals.BindingOrBuilder>Workflow.WorkflowTemplate. getOutputsOrBuilderList()A list of output bindings that specify how to construct workflow outputs.java.util.List<? extends Literals.BindingOrBuilder>Workflow.WorkflowTemplateOrBuilder. getOutputsOrBuilderList()A list of output bindings that specify how to construct workflow outputs.
-