Package flyteidl.core

Interface Compiler.CompiledWorkflowOrBuilder

    • Method Detail

      • hasTemplate

        boolean hasTemplate()
         Completely contained Workflow Template
         
        .flyteidl.core.WorkflowTemplate template = 1;
        Returns:
        Whether the template field is set.
      • getTemplate

        Workflow.WorkflowTemplate getTemplate()
         Completely contained Workflow Template
         
        .flyteidl.core.WorkflowTemplate template = 1;
        Returns:
        The template.
      • hasConnections

        boolean hasConnections()
         For internal use only! This field is used by the system and must not be filled in. Any values set will be ignored.
         
        .flyteidl.core.ConnectionSet connections = 2;
        Returns:
        Whether the connections field is set.
      • getConnections

        Compiler.ConnectionSet getConnections()
         For internal use only! This field is used by the system and must not be filled in. Any values set will be ignored.
         
        .flyteidl.core.ConnectionSet connections = 2;
        Returns:
        The connections.
      • getConnectionsOrBuilder

        Compiler.ConnectionSetOrBuilder getConnectionsOrBuilder()
         For internal use only! This field is used by the system and must not be filled in. Any values set will be ignored.
         
        .flyteidl.core.ConnectionSet connections = 2;