Uses of Interface
flyteidl.core.Compiler.CompiledTaskOrBuilder
-
Packages that use Compiler.CompiledTaskOrBuilder Package Description flyteidl.admin flyteidl.core -
-
Uses of Compiler.CompiledTaskOrBuilder in flyteidl.admin
Fields in flyteidl.admin with type parameters of type Compiler.CompiledTaskOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Compiler.CompiledTask,Compiler.CompiledTask.Builder,Compiler.CompiledTaskOrBuilder>TaskOuterClass.TaskClosure.Builder. compiledTaskBuilder_Methods in flyteidl.admin that return Compiler.CompiledTaskOrBuilder Modifier and Type Method Description Compiler.CompiledTaskOrBuilderTaskOuterClass.TaskClosure.Builder. getCompiledTaskOrBuilder()Represents the compiled representation of the task from the specification provided.Compiler.CompiledTaskOrBuilderTaskOuterClass.TaskClosure. getCompiledTaskOrBuilder()Represents the compiled representation of the task from the specification provided.Compiler.CompiledTaskOrBuilderTaskOuterClass.TaskClosureOrBuilder. getCompiledTaskOrBuilder()Represents the compiled representation of the task from the specification provided.Methods in flyteidl.admin that return types with arguments of type Compiler.CompiledTaskOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Compiler.CompiledTask,Compiler.CompiledTask.Builder,Compiler.CompiledTaskOrBuilder>TaskOuterClass.TaskClosure.Builder. getCompiledTaskFieldBuilder()Represents the compiled representation of the task from the specification provided. -
Uses of Compiler.CompiledTaskOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Compiler.CompiledTaskOrBuilder Modifier and Type Class Description static classCompiler.CompiledTaskOutput of the Compilation step.static classCompiler.CompiledTask.BuilderOutput of the Compilation step.Fields in flyteidl.core with type parameters of type Compiler.CompiledTaskOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<Compiler.CompiledTask,Compiler.CompiledTask.Builder,Compiler.CompiledTaskOrBuilder>Compiler.CompiledWorkflowClosure.Builder. tasksBuilder_Methods in flyteidl.core that return Compiler.CompiledTaskOrBuilder Modifier and Type Method Description Compiler.CompiledTaskOrBuilderCompiler.CompiledWorkflowClosure.Builder. getTasksOrBuilder(int index)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (at least 1)Compiler.CompiledTaskOrBuilderCompiler.CompiledWorkflowClosure. getTasksOrBuilder(int index)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (at least 1)Compiler.CompiledTaskOrBuilderCompiler.CompiledWorkflowClosureOrBuilder. getTasksOrBuilder(int index)Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (at least 1)Methods in flyteidl.core that return types with arguments of type Compiler.CompiledTaskOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<Compiler.CompiledTask,Compiler.CompiledTask.Builder,Compiler.CompiledTaskOrBuilder>Compiler.CompiledWorkflowClosure.Builder. getTasksFieldBuilder()List<? extends Compiler.CompiledTaskOrBuilder>Compiler.CompiledWorkflowClosure.Builder. getTasksOrBuilderList()Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (at least 1)List<? extends Compiler.CompiledTaskOrBuilder>Compiler.CompiledWorkflowClosure. getTasksOrBuilderList()Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (at least 1)List<? extends Compiler.CompiledTaskOrBuilder>Compiler.CompiledWorkflowClosureOrBuilder. getTasksOrBuilderList()Guaranteed that there will only exist one and only one task with a given id, i.e., every task has a unique id +required (at least 1)
-