Uses of Interface
flyteidl.core.Interface.VariableMapOrBuilder
-
Packages that use Interface.VariableMapOrBuilder Package Description flyteidl.admin flyteidl.core -
-
Uses of Interface.VariableMapOrBuilder in flyteidl.admin
Fields in flyteidl.admin with type parameters of type Interface.VariableMapOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Interface.VariableMap,Interface.VariableMap.Builder,Interface.VariableMapOrBuilder>LaunchPlanOuterClass.LaunchPlanClosure.Builder. expectedOutputsBuilder_Methods in flyteidl.admin that return Interface.VariableMapOrBuilder Modifier and Type Method Description Interface.VariableMapOrBuilderLaunchPlanOuterClass.LaunchPlanClosure.Builder. getExpectedOutputsOrBuilder()Indicates the set of outputs expected to be produced by creating an execution with the Launch planInterface.VariableMapOrBuilderLaunchPlanOuterClass.LaunchPlanClosure. getExpectedOutputsOrBuilder()Indicates the set of outputs expected to be produced by creating an execution with the Launch planInterface.VariableMapOrBuilderLaunchPlanOuterClass.LaunchPlanClosureOrBuilder. getExpectedOutputsOrBuilder()Indicates the set of outputs expected to be produced by creating an execution with the Launch planMethods in flyteidl.admin that return types with arguments of type Interface.VariableMapOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Interface.VariableMap,Interface.VariableMap.Builder,Interface.VariableMapOrBuilder>LaunchPlanOuterClass.LaunchPlanClosure.Builder. getExpectedOutputsFieldBuilder()Indicates the set of outputs expected to be produced by creating an execution with the Launch plan -
Uses of Interface.VariableMapOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Interface.VariableMapOrBuilder Modifier and Type Class Description static classInterface.VariableMapA map of Variablesstatic classInterface.VariableMap.BuilderA map of VariablesFields in flyteidl.core with type parameters of type Interface.VariableMapOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Interface.VariableMap,Interface.VariableMap.Builder,Interface.VariableMapOrBuilder>Interface.TypedInterface.Builder. inputsBuilder_private com.google.protobuf.SingleFieldBuilderV3<Interface.VariableMap,Interface.VariableMap.Builder,Interface.VariableMapOrBuilder>Interface.TypedInterface.Builder. outputsBuilder_Methods in flyteidl.core that return Interface.VariableMapOrBuilder Modifier and Type Method Description Interface.VariableMapOrBuilderInterface.TypedInterface.Builder. getInputsOrBuilder().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapOrBuilderInterface.TypedInterface. getInputsOrBuilder().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapOrBuilderInterface.TypedInterfaceOrBuilder. getInputsOrBuilder().flyteidl.core.VariableMap inputs = 1;Interface.VariableMapOrBuilderInterface.TypedInterface.Builder. getOutputsOrBuilder().flyteidl.core.VariableMap outputs = 2;Interface.VariableMapOrBuilderInterface.TypedInterface. getOutputsOrBuilder().flyteidl.core.VariableMap outputs = 2;Interface.VariableMapOrBuilderInterface.TypedInterfaceOrBuilder. getOutputsOrBuilder().flyteidl.core.VariableMap outputs = 2;Methods in flyteidl.core that return types with arguments of type Interface.VariableMapOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Interface.VariableMap,Interface.VariableMap.Builder,Interface.VariableMapOrBuilder>Interface.TypedInterface.Builder. getInputsFieldBuilder().flyteidl.core.VariableMap inputs = 1;private com.google.protobuf.SingleFieldBuilderV3<Interface.VariableMap,Interface.VariableMap.Builder,Interface.VariableMapOrBuilder>Interface.TypedInterface.Builder. getOutputsFieldBuilder().flyteidl.core.VariableMap outputs = 2;
-