Interface ExecutionOuterClass.ExecutionSpecOrBuilder

    • Method Detail

      • hasLaunchPlan

        boolean hasLaunchPlan()
         Launch plan to be executed
         
        .flyteidl.core.Identifier launch_plan = 1;
        Returns:
        Whether the launchPlan field is set.
      • getLaunchPlan

        IdentifierOuterClass.Identifier getLaunchPlan()
         Launch plan to be executed
         
        .flyteidl.core.Identifier launch_plan = 1;
        Returns:
        The launchPlan.
      • hasInputs

        @Deprecated
        boolean hasInputs()
        Deprecated.
         Input values to be passed for the execution
         
        .flyteidl.core.LiteralMap inputs = 2 [deprecated = true];
        Returns:
        Whether the inputs field is set.
      • getInputs

        @Deprecated
        Literals.LiteralMap getInputs()
        Deprecated.
         Input values to be passed for the execution
         
        .flyteidl.core.LiteralMap inputs = 2 [deprecated = true];
        Returns:
        The inputs.
      • getInputsOrBuilder

        @Deprecated
        Literals.LiteralMapOrBuilder getInputsOrBuilder()
        Deprecated.
         Input values to be passed for the execution
         
        .flyteidl.core.LiteralMap inputs = 2 [deprecated = true];
      • hasMetadata

        boolean hasMetadata()
         Metadata for the execution
         
        .flyteidl.admin.ExecutionMetadata metadata = 3;
        Returns:
        Whether the metadata field is set.
      • hasNotifications

        boolean hasNotifications()
         List of notifications based on Execution status transitions
         When this list is not empty it is used rather than any notifications defined in the referenced launch plan.
         When this list is empty, the notifications defined for the launch plan will be applied.
         
        .flyteidl.admin.NotificationList notifications = 5;
        Returns:
        Whether the notifications field is set.
      • getNotifications

        ExecutionOuterClass.NotificationList getNotifications()
         List of notifications based on Execution status transitions
         When this list is not empty it is used rather than any notifications defined in the referenced launch plan.
         When this list is empty, the notifications defined for the launch plan will be applied.
         
        .flyteidl.admin.NotificationList notifications = 5;
        Returns:
        The notifications.
      • getNotificationsOrBuilder

        ExecutionOuterClass.NotificationListOrBuilder getNotificationsOrBuilder()
         List of notifications based on Execution status transitions
         When this list is not empty it is used rather than any notifications defined in the referenced launch plan.
         When this list is empty, the notifications defined for the launch plan will be applied.
         
        .flyteidl.admin.NotificationList notifications = 5;
      • getDisableAll

        boolean getDisableAll()
         This should be set to true if all notifications are intended to be disabled for this execution.
         
        bool disable_all = 6;
        Returns:
        The disableAll.
      • hasLabels

        boolean hasLabels()
         Labels to apply to the execution resource.
         
        .flyteidl.admin.Labels labels = 7;
        Returns:
        Whether the labels field is set.
      • getLabels

        Common.Labels getLabels()
         Labels to apply to the execution resource.
         
        .flyteidl.admin.Labels labels = 7;
        Returns:
        The labels.
      • getLabelsOrBuilder

        Common.LabelsOrBuilder getLabelsOrBuilder()
         Labels to apply to the execution resource.
         
        .flyteidl.admin.Labels labels = 7;
      • hasAnnotations

        boolean hasAnnotations()
         Annotations to apply to the execution resource.
         
        .flyteidl.admin.Annotations annotations = 8;
        Returns:
        Whether the annotations field is set.
      • getAnnotations

        Common.Annotations getAnnotations()
         Annotations to apply to the execution resource.
         
        .flyteidl.admin.Annotations annotations = 8;
        Returns:
        The annotations.
      • getAnnotationsOrBuilder

        Common.AnnotationsOrBuilder getAnnotationsOrBuilder()
         Annotations to apply to the execution resource.
         
        .flyteidl.admin.Annotations annotations = 8;