Uses of Interface
flyteidl.core.Execution.TaskLogOrBuilder
-
Packages that use Execution.TaskLogOrBuilder Package Description flyteidl.admin flyteidl.core flyteidl.event -
-
Uses of Execution.TaskLogOrBuilder in flyteidl.admin
Methods in flyteidl.admin that return Execution.TaskLogOrBuilder Modifier and Type Method Description Execution.TaskLogOrBuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. getLogsOrBuilder(int index)Detailed log information output by the task execution.Execution.TaskLogOrBuilderTaskExecutionOuterClass.TaskExecutionClosure. getLogsOrBuilder(int index)Detailed log information output by the task execution.Execution.TaskLogOrBuilderTaskExecutionOuterClass.TaskExecutionClosureOrBuilder. getLogsOrBuilder(int index)Detailed log information output by the task execution.Methods in flyteidl.admin that return types with arguments of type Execution.TaskLogOrBuilder Modifier and Type Method Description java.util.List<? extends Execution.TaskLogOrBuilder>TaskExecutionOuterClass.TaskExecutionClosure.Builder. getLogsOrBuilderList()Detailed log information output by the task execution.java.util.List<? extends Execution.TaskLogOrBuilder>TaskExecutionOuterClass.TaskExecutionClosure. getLogsOrBuilderList()Detailed log information output by the task execution.java.util.List<? extends Execution.TaskLogOrBuilder>TaskExecutionOuterClass.TaskExecutionClosureOrBuilder. getLogsOrBuilderList()Detailed log information output by the task execution. -
Uses of Execution.TaskLogOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Execution.TaskLogOrBuilder Modifier and Type Class Description static classExecution.TaskLogLog information for the task that is specific to a log sink When our log story is flushed out, we may have more metadata here like log link expirystatic classExecution.TaskLog.BuilderLog information for the task that is specific to a log sink When our log story is flushed out, we may have more metadata here like log link expiry -
Uses of Execution.TaskLogOrBuilder in flyteidl.event
Methods in flyteidl.event that return Execution.TaskLogOrBuilder Modifier and Type Method Description Execution.TaskLogOrBuilderEvent.TaskExecutionEvent.Builder. getLogsOrBuilder(int index)log information for the task executionExecution.TaskLogOrBuilderEvent.TaskExecutionEvent. getLogsOrBuilder(int index)log information for the task executionExecution.TaskLogOrBuilderEvent.TaskExecutionEventOrBuilder. getLogsOrBuilder(int index)log information for the task executionMethods in flyteidl.event that return types with arguments of type Execution.TaskLogOrBuilder Modifier and Type Method Description java.util.List<? extends Execution.TaskLogOrBuilder>Event.TaskExecutionEvent.Builder. getLogsOrBuilderList()log information for the task executionjava.util.List<? extends Execution.TaskLogOrBuilder>Event.TaskExecutionEvent. getLogsOrBuilderList()log information for the task executionjava.util.List<? extends Execution.TaskLogOrBuilder>Event.TaskExecutionEventOrBuilder. getLogsOrBuilderList()log information for the task execution
-