Package flyteidl.core

Interface Workflow.WorkflowMetadataOrBuilder

    • Method Detail

      • hasQualityOfService

        boolean hasQualityOfService()
         Indicates the runtime priority of workflow executions. 
         
        .flyteidl.core.QualityOfService quality_of_service = 1;
        Returns:
        Whether the qualityOfService field is set.
      • getQualityOfService

        Execution.QualityOfService getQualityOfService()
         Indicates the runtime priority of workflow executions. 
         
        .flyteidl.core.QualityOfService quality_of_service = 1;
        Returns:
        The qualityOfService.
      • getQualityOfServiceOrBuilder

        Execution.QualityOfServiceOrBuilder getQualityOfServiceOrBuilder()
         Indicates the runtime priority of workflow executions. 
         
        .flyteidl.core.QualityOfService quality_of_service = 1;
      • getOnFailureValue

        int getOnFailureValue()
         Defines how the system should behave when a failure is detected in the workflow execution.
         
        .flyteidl.core.WorkflowMetadata.OnFailurePolicy on_failure = 2;
        Returns:
        The enum numeric value on the wire for onFailure.
      • getOnFailure

        Workflow.WorkflowMetadata.OnFailurePolicy getOnFailure()
         Defines how the system should behave when a failure is detected in the workflow execution.
         
        .flyteidl.core.WorkflowMetadata.OnFailurePolicy on_failure = 2;
        Returns:
        The onFailure.