The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.5
flyte.models
Directory
Classes
| Class | Description |
|---|---|
ActionID |
A class representing the ID of an Action, nested within a Run. |
ActionPhase |
Represents the execution phase of a Flyte action (run). |
CheckpointPaths |
Paths the platform provides for this task’s checkpoint output and optional previous-attempt input. |
CodeBundle |
A class representing a code bundle for a task. |
GroupData |
|
NativeInterface |
A class representing the native interface for a task. |
PathRewrite |
Configuration for rewriting paths during input loading. |
RawDataPath |
A class representing the raw data path for a task. |
SerializationContext |
This object holds serialization time contextual information, that can be used when serializing the task and. |
TaskContext |
A context class to hold the current task executions context. |
Methods
| Method | Description |
|---|---|
generate_random_name() |
Generate a random name for the task. |
Variables
| Property | Type | Description |
|---|---|---|
MAX_INLINE_IO_BYTES |
int |
|
TYPE_CHECKING |
bool |
Methods
generate_random_name()
def generate_random_name()Generate a random name for the task. This is used to create unique names for tasks. TODO we can use unique-namer in the future, for now its just guids