| Catalog |
|
| Catalog.CatalogArtifactTag |
Protobuf type flyteidl.core.CatalogArtifactTag
|
| Catalog.CatalogArtifactTag.Builder |
Protobuf type flyteidl.core.CatalogArtifactTag
|
| Catalog.CatalogMetadata |
Catalog artifact information with specific metadata
|
| Catalog.CatalogMetadata.Builder |
Catalog artifact information with specific metadata
|
| Catalog.CatalogReservation |
Protobuf type flyteidl.core.CatalogReservation
|
| Catalog.CatalogReservation.Builder |
Protobuf type flyteidl.core.CatalogReservation
|
| Compiler |
|
| Compiler.CompiledTask |
Output of the Compilation step.
|
| Compiler.CompiledTask.Builder |
Output of the Compilation step.
|
| Compiler.CompiledWorkflow |
Output of the compilation Step.
|
| Compiler.CompiledWorkflow.Builder |
Output of the compilation Step.
|
| Compiler.CompiledWorkflowClosure |
A Compiled Workflow Closure contains all the information required to start a new execution, or to visualize a workflow
and its details.
|
| Compiler.CompiledWorkflowClosure.Builder |
A Compiled Workflow Closure contains all the information required to start a new execution, or to visualize a workflow
and its details.
|
| Compiler.ConnectionSet |
Adjacency list for the workflow.
|
| Compiler.ConnectionSet.Builder |
Adjacency list for the workflow.
|
| Compiler.ConnectionSet.DownstreamDefaultEntryHolder |
|
| Compiler.ConnectionSet.IdList |
Protobuf type flyteidl.core.ConnectionSet.IdList
|
| Compiler.ConnectionSet.IdList.Builder |
Protobuf type flyteidl.core.ConnectionSet.IdList
|
| Compiler.ConnectionSet.UpstreamDefaultEntryHolder |
|
| Condition |
|
| Condition.BooleanExpression |
Defines a boolean expression tree.
|
| Condition.BooleanExpression.Builder |
Defines a boolean expression tree.
|
| Condition.ComparisonExpression |
Defines a 2-level tree where the root is a comparison operator and Operands are primitives or known variables.
|
| Condition.ComparisonExpression.Builder |
Defines a 2-level tree where the root is a comparison operator and Operands are primitives or known variables.
|
| Condition.ConjunctionExpression |
Defines a conjunction expression of two boolean expressions.
|
| Condition.ConjunctionExpression.Builder |
Defines a conjunction expression of two boolean expressions.
|
| Condition.Operand |
Defines an operand to a comparison expression.
|
| Condition.Operand.Builder |
Defines an operand to a comparison expression.
|
| DynamicJob |
|
| DynamicJob.DynamicJobSpec |
Describes a set of tasks to execute and how the final outputs are produced.
|
| DynamicJob.DynamicJobSpec.Builder |
Describes a set of tasks to execute and how the final outputs are produced.
|
| Errors |
|
| Errors.ContainerError |
Error message to propagate detailed errors from container executions to the execution
engine.
|
| Errors.ContainerError.Builder |
Error message to propagate detailed errors from container executions to the execution
engine.
|
| Errors.ErrorDocument |
Defines the errors.pb file format the container can produce to communicate
failure reasons to the execution engine.
|
| Errors.ErrorDocument.Builder |
Defines the errors.pb file format the container can produce to communicate
failure reasons to the execution engine.
|
| Execution |
|
| Execution.ExecutionError |
Represents the error message from the execution.
|
| Execution.ExecutionError.Builder |
Represents the error message from the execution.
|
| Execution.NodeExecution |
Indicates various phases of Node Execution
|
| Execution.NodeExecution.Builder |
Indicates various phases of Node Execution
|
| Execution.QualityOfService |
Indicates the priority of an execution.
|
| Execution.QualityOfService.Builder |
Indicates the priority of an execution.
|
| Execution.QualityOfServiceSpec |
Represents customized execution run-time attributes.
|
| Execution.QualityOfServiceSpec.Builder |
Represents customized execution run-time attributes.
|
| Execution.TaskExecution |
Phases that task plugins can go through.
|
| Execution.TaskExecution.Builder |
Phases that task plugins can go through.
|
| Execution.TaskLog |
Log 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
|
| Execution.TaskLog.Builder |
Log 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
|
| Execution.WorkflowExecution |
Indicates various phases of Workflow Execution
|
| Execution.WorkflowExecution.Builder |
Indicates various phases of Workflow Execution
|
| IdentifierOuterClass |
|
| IdentifierOuterClass.Identifier |
Encapsulation of fields that uniquely identifies a Flyte resource.
|
| IdentifierOuterClass.Identifier.Builder |
Encapsulation of fields that uniquely identifies a Flyte resource.
|
| IdentifierOuterClass.NodeExecutionIdentifier |
Encapsulation of fields that identify a Flyte node execution entity.
|
| IdentifierOuterClass.NodeExecutionIdentifier.Builder |
Encapsulation of fields that identify a Flyte node execution entity.
|
| IdentifierOuterClass.TaskExecutionIdentifier |
Encapsulation of fields that identify a Flyte task execution entity.
|
| IdentifierOuterClass.TaskExecutionIdentifier.Builder |
Encapsulation of fields that identify a Flyte task execution entity.
|
| IdentifierOuterClass.WorkflowExecutionIdentifier |
Encapsulation of fields that uniquely identifies a Flyte workflow execution
|
| IdentifierOuterClass.WorkflowExecutionIdentifier.Builder |
Encapsulation of fields that uniquely identifies a Flyte workflow execution
|
| Interface |
|
| Interface.Parameter |
A parameter is used as input to a launch plan and has
the special ability to have a default value or mark itself as required.
|
| Interface.Parameter.Builder |
A parameter is used as input to a launch plan and has
the special ability to have a default value or mark itself as required.
|
| Interface.ParameterMap |
A map of Parameters.
|
| Interface.ParameterMap.Builder |
A map of Parameters.
|
| Interface.ParameterMap.ParametersDefaultEntryHolder |
|
| Interface.TypedInterface |
Defines strongly typed inputs and outputs.
|
| Interface.TypedInterface.Builder |
Defines strongly typed inputs and outputs.
|
| Interface.Variable |
Defines a strongly typed variable.
|
| Interface.Variable.Builder |
Defines a strongly typed variable.
|
| Interface.VariableMap |
A map of Variables
|
| Interface.VariableMap.Builder |
A map of Variables
|
| Interface.VariableMap.VariablesDefaultEntryHolder |
|
| Literals |
|
| Literals.Binary |
A simple byte array with a tag to help different parts of the system communicate about what is in the byte array.
|
| Literals.Binary.Builder |
A simple byte array with a tag to help different parts of the system communicate about what is in the byte array.
|
| Literals.Binding |
An input/output binding of a variable to either static value or a node output.
|
| Literals.Binding.Builder |
An input/output binding of a variable to either static value or a node output.
|
| Literals.BindingData |
Specifies either a simple value or a reference to another output.
|
| Literals.BindingData.Builder |
Specifies either a simple value or a reference to another output.
|
| Literals.BindingDataCollection |
A collection of BindingData items.
|
| Literals.BindingDataCollection.Builder |
A collection of BindingData items.
|
| Literals.BindingDataMap |
A map of BindingData items.
|
| Literals.BindingDataMap.BindingsDefaultEntryHolder |
|
| Literals.BindingDataMap.Builder |
A map of BindingData items.
|
| Literals.Blob |
Refers to an offloaded set of files.
|
| Literals.Blob.Builder |
Refers to an offloaded set of files.
|
| Literals.BlobMetadata |
Protobuf type flyteidl.core.BlobMetadata
|
| Literals.BlobMetadata.Builder |
Protobuf type flyteidl.core.BlobMetadata
|
| Literals.KeyValuePair |
A generic key value pair.
|
| Literals.KeyValuePair.Builder |
A generic key value pair.
|
| Literals.Literal |
A simple value.
|
| Literals.Literal.Builder |
A simple value.
|
| Literals.LiteralCollection |
A collection of literals.
|
| Literals.LiteralCollection.Builder |
A collection of literals.
|
| Literals.LiteralMap |
A map of literals.
|
| Literals.LiteralMap.Builder |
A map of literals.
|
| Literals.LiteralMap.LiteralsDefaultEntryHolder |
|
| Literals.Primitive |
Primitive Types
|
| Literals.Primitive.Builder |
Primitive Types
|
| Literals.RetryStrategy |
Retry strategy associated with an executable unit.
|
| Literals.RetryStrategy.Builder |
Retry strategy associated with an executable unit.
|
| Literals.Scalar |
A simple value.
|
| Literals.Scalar.Builder |
A simple value.
|
| Literals.Schema |
A strongly typed schema that defines the interface of data retrieved from the underlying storage medium.
|
| Literals.Schema.Builder |
A strongly typed schema that defines the interface of data retrieved from the underlying storage medium.
|
| Literals.StructuredDataset |
Protobuf type flyteidl.core.StructuredDataset
|
| Literals.StructuredDataset.Builder |
Protobuf type flyteidl.core.StructuredDataset
|
| Literals.StructuredDatasetMetadata |
Protobuf type flyteidl.core.StructuredDatasetMetadata
|
| Literals.StructuredDatasetMetadata.Builder |
Protobuf type flyteidl.core.StructuredDatasetMetadata
|
| Literals.Union |
The runtime representation of a tagged union value.
|
| Literals.Union.Builder |
The runtime representation of a tagged union value.
|
| Literals.UnionInfo |
Protobuf type flyteidl.core.UnionInfo
|
| Literals.UnionInfo.Builder |
Protobuf type flyteidl.core.UnionInfo
|
| Literals.Void |
Used to denote a nil/null/None assignment to a scalar value.
|
| Literals.Void.Builder |
Used to denote a nil/null/None assignment to a scalar value.
|
| Security |
|
| Security.Identity |
Identity encapsulates the various security identities a task can run as.
|
| Security.Identity.Builder |
Identity encapsulates the various security identities a task can run as.
|
| Security.OAuth2Client |
OAuth2Client encapsulates OAuth2 Client Credentials to be used when making calls on behalf of that task.
|
| Security.OAuth2Client.Builder |
OAuth2Client encapsulates OAuth2 Client Credentials to be used when making calls on behalf of that task.
|
| Security.OAuth2TokenRequest |
OAuth2TokenRequest encapsulates information needed to request an OAuth2 token.
|
| Security.OAuth2TokenRequest.Builder |
OAuth2TokenRequest encapsulates information needed to request an OAuth2 token.
|
| Security.Secret |
Secret encapsulates information about the secret a task needs to proceed.
|
| Security.Secret.Builder |
Secret encapsulates information about the secret a task needs to proceed.
|
| Security.SecurityContext |
SecurityContext holds security attributes that apply to tasks.
|
| Security.SecurityContext.Builder |
SecurityContext holds security attributes that apply to tasks.
|
| Tasks |
|
| Tasks.Container |
Protobuf type flyteidl.core.Container
|
| Tasks.Container.Builder |
Protobuf type flyteidl.core.Container
|
| Tasks.ContainerPort |
Defines port properties for a container.
|
| Tasks.ContainerPort.Builder |
Defines port properties for a container.
|
| Tasks.DataLoadingConfig |
This configuration allows executing raw containers in Flyte using the Flyte CoPilot system.
|
| Tasks.DataLoadingConfig.Builder |
This configuration allows executing raw containers in Flyte using the Flyte CoPilot system.
|
| Tasks.IOStrategy |
Strategy to use when dealing with Blob, Schema, or multipart blob data (large datasets)
|
| Tasks.IOStrategy.Builder |
Strategy to use when dealing with Blob, Schema, or multipart blob data (large datasets)
|
| Tasks.K8sObjectMetadata |
Metadata for building a kubernetes object when a task is executed.
|
| Tasks.K8sObjectMetadata.AnnotationsDefaultEntryHolder |
|
| Tasks.K8sObjectMetadata.Builder |
Metadata for building a kubernetes object when a task is executed.
|
| Tasks.K8sObjectMetadata.LabelsDefaultEntryHolder |
|
| Tasks.K8sPod |
Defines a pod spec and additional pod metadata that is created when a task is executed.
|
| Tasks.K8sPod.Builder |
Defines a pod spec and additional pod metadata that is created when a task is executed.
|
| Tasks.Resources |
A customizable interface to convey resources requested for a container.
|
| Tasks.Resources.Builder |
A customizable interface to convey resources requested for a container.
|
| Tasks.Resources.ResourceEntry |
Encapsulates a resource name and value.
|
| Tasks.Resources.ResourceEntry.Builder |
Encapsulates a resource name and value.
|
| Tasks.RuntimeMetadata |
Runtime information.
|
| Tasks.RuntimeMetadata.Builder |
Runtime information.
|
| Tasks.Sql |
Sql represents a generic sql workload with a statement and dialect.
|
| Tasks.Sql.Builder |
Sql represents a generic sql workload with a statement and dialect.
|
| Tasks.TaskMetadata |
Task Metadata
|
| Tasks.TaskMetadata.Builder |
Task Metadata
|
| Tasks.TaskTemplate |
A Task structure that uniquely identifies a task in the system
Tasks are registered as a first step in the system.
|
| Tasks.TaskTemplate.Builder |
A Task structure that uniquely identifies a task in the system
Tasks are registered as a first step in the system.
|
| Tasks.TaskTemplate.ConfigDefaultEntryHolder |
|
| Types |
|
| Types.BlobType |
Defines type behavior for blob objects
|
| Types.BlobType.Builder |
Defines type behavior for blob objects
|
| Types.EnumType |
Enables declaring enum types, with predefined string values
For len(values) > 0, the first value in the ordered list is regarded as the default value.
|
| Types.EnumType.Builder |
Enables declaring enum types, with predefined string values
For len(values) > 0, the first value in the ordered list is regarded as the default value.
|
| Types.Error |
Represents an error thrown from a node.
|
| Types.Error.Builder |
Represents an error thrown from a node.
|
| Types.LiteralType |
Defines a strong type to allow type checking between interfaces.
|
| Types.LiteralType.Builder |
Defines a strong type to allow type checking between interfaces.
|
| Types.OutputReference |
A reference to an output produced by a node.
|
| Types.OutputReference.Builder |
A reference to an output produced by a node.
|
| Types.SchemaType |
Defines schema columns and types to strongly type-validate schemas interoperability.
|
| Types.SchemaType.Builder |
Defines schema columns and types to strongly type-validate schemas interoperability.
|
| Types.SchemaType.SchemaColumn |
Protobuf type flyteidl.core.SchemaType.SchemaColumn
|
| Types.SchemaType.SchemaColumn.Builder |
Protobuf type flyteidl.core.SchemaType.SchemaColumn
|
| Types.StructuredDatasetType |
Protobuf type flyteidl.core.StructuredDatasetType
|
| Types.StructuredDatasetType.Builder |
Protobuf type flyteidl.core.StructuredDatasetType
|
| Types.StructuredDatasetType.DatasetColumn |
Protobuf type flyteidl.core.StructuredDatasetType.DatasetColumn
|
| Types.StructuredDatasetType.DatasetColumn.Builder |
Protobuf type flyteidl.core.StructuredDatasetType.DatasetColumn
|
| Types.TypeAnnotation |
TypeAnnotation encapsulates registration time information about a type.
|
| Types.TypeAnnotation.Builder |
TypeAnnotation encapsulates registration time information about a type.
|
| Types.TypeStructure |
Hints to improve type matching
e.g.
|
| Types.TypeStructure.Builder |
Hints to improve type matching
e.g.
|
| Types.UnionType |
Defines a tagged union type, also known as a variant (and formally as the sum type).
|
| Types.UnionType.Builder |
Defines a tagged union type, also known as a variant (and formally as the sum type).
|
| Workflow |
|
| Workflow.Alias |
Links a variable to an alias.
|
| Workflow.Alias.Builder |
Links a variable to an alias.
|
| Workflow.BranchNode |
BranchNode is a special node that alter the flow of the workflow graph.
|
| Workflow.BranchNode.Builder |
BranchNode is a special node that alter the flow of the workflow graph.
|
| Workflow.IfBlock |
Defines a condition and the execution unit that should be executed if the condition is satisfied.
|
| Workflow.IfBlock.Builder |
Defines a condition and the execution unit that should be executed if the condition is satisfied.
|
| Workflow.IfElseBlock |
Defines a series of if/else blocks.
|
| Workflow.IfElseBlock.Builder |
Defines a series of if/else blocks.
|
| Workflow.Node |
A Workflow graph Node.
|
| Workflow.Node.Builder |
A Workflow graph Node.
|
| Workflow.NodeMetadata |
Defines extra information about the Node.
|
| Workflow.NodeMetadata.Builder |
Defines extra information about the Node.
|
| Workflow.TaskNode |
Refers to the task that the Node is to execute.
|
| Workflow.TaskNode.Builder |
Refers to the task that the Node is to execute.
|
| Workflow.TaskNodeOverrides |
Optional task node overrides that will be applied at task execution time.
|
| Workflow.TaskNodeOverrides.Builder |
Optional task node overrides that will be applied at task execution time.
|
| Workflow.WorkflowMetadata |
This is workflow layer metadata.
|
| Workflow.WorkflowMetadata.Builder |
This is workflow layer metadata.
|
| Workflow.WorkflowMetadataDefaults |
The difference between these settings and the WorkflowMetadata ones is that these are meant to be passed down to
a workflow's underlying entities (like tasks).
|
| Workflow.WorkflowMetadataDefaults.Builder |
The difference between these settings and the WorkflowMetadata ones is that these are meant to be passed down to
a workflow's underlying entities (like tasks).
|
| Workflow.WorkflowNode |
Refers to a the workflow the node is to execute.
|
| Workflow.WorkflowNode.Builder |
Refers to a the workflow the node is to execute.
|
| Workflow.WorkflowTemplate |
Flyte Workflow Structure that encapsulates task, branch and subworkflow nodes to form a statically analyzable,
directed acyclic graph.
|
| Workflow.WorkflowTemplate.Builder |
Flyte Workflow Structure that encapsulates task, branch and subworkflow nodes to form a statically analyzable,
directed acyclic graph.
|
| WorkflowClosureOuterClass |
|
| WorkflowClosureOuterClass.WorkflowClosure |
Defines an enclosed package of workflow and tasks it references.
|
| WorkflowClosureOuterClass.WorkflowClosure.Builder |
Defines an enclosed package of workflow and tasks it references.
|