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.Fields in flyteidl.core with type parameters of type Literals.BindingOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<Literals.Binding,Literals.Binding.Builder,Literals.BindingOrBuilder>Workflow.Node.Builder. inputsBuilder_private com.google.protobuf.RepeatedFieldBuilderV3<Literals.Binding,Literals.Binding.Builder,Literals.BindingOrBuilder>DynamicJob.DynamicJobSpec.Builder. outputsBuilder_private com.google.protobuf.RepeatedFieldBuilderV3<Literals.Binding,Literals.Binding.Builder,Literals.BindingOrBuilder>Workflow.WorkflowTemplate.Builder. outputsBuilder_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 private com.google.protobuf.RepeatedFieldBuilderV3<Literals.Binding,Literals.Binding.Builder,Literals.BindingOrBuilder>Workflow.Node.Builder. getInputsFieldBuilder()List<? extends Literals.BindingOrBuilder>Workflow.Node.Builder. getInputsOrBuilderList()Specifies how to bind the underlying interface's inputs.List<? extends Literals.BindingOrBuilder>Workflow.Node. getInputsOrBuilderList()Specifies how to bind the underlying interface's inputs.List<? extends Literals.BindingOrBuilder>Workflow.NodeOrBuilder. getInputsOrBuilderList()Specifies how to bind the underlying interface's inputs.private com.google.protobuf.RepeatedFieldBuilderV3<Literals.Binding,Literals.Binding.Builder,Literals.BindingOrBuilder>DynamicJob.DynamicJobSpec.Builder. getOutputsFieldBuilder()private com.google.protobuf.RepeatedFieldBuilderV3<Literals.Binding,Literals.Binding.Builder,Literals.BindingOrBuilder>Workflow.WorkflowTemplate.Builder. getOutputsFieldBuilder()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.List<? extends Literals.BindingOrBuilder>DynamicJob.DynamicJobSpec. getOutputsOrBuilderList()Describes how to bind the final output of the dynamic job from the outputs of executed nodes.List<? extends Literals.BindingOrBuilder>DynamicJob.DynamicJobSpecOrBuilder. getOutputsOrBuilderList()Describes how to bind the final output of the dynamic job from the outputs of executed nodes.List<? extends Literals.BindingOrBuilder>Workflow.WorkflowTemplate.Builder. getOutputsOrBuilderList()A list of output bindings that specify how to construct workflow outputs.List<? extends Literals.BindingOrBuilder>Workflow.WorkflowTemplate. getOutputsOrBuilderList()A list of output bindings that specify how to construct workflow outputs.List<? extends Literals.BindingOrBuilder>Workflow.WorkflowTemplateOrBuilder. getOutputsOrBuilderList()A list of output bindings that specify how to construct workflow outputs.
-