Package flyteidl.core

Interface Execution.QualityOfServiceSpecOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Duration getQueueingBudget()
      Indicates how much queueing delay an execution can tolerate.
      com.google.protobuf.DurationOrBuilder getQueueingBudgetOrBuilder()
      Indicates how much queueing delay an execution can tolerate.
      boolean hasQueueingBudget()
      Indicates how much queueing delay an execution can tolerate.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasQueueingBudget

        boolean hasQueueingBudget()
         Indicates how much queueing delay an execution can tolerate.
         
        .google.protobuf.Duration queueing_budget = 1;
        Returns:
        Whether the queueingBudget field is set.
      • getQueueingBudget

        com.google.protobuf.Duration getQueueingBudget()
         Indicates how much queueing delay an execution can tolerate.
         
        .google.protobuf.Duration queueing_budget = 1;
        Returns:
        The queueingBudget.
      • getQueueingBudgetOrBuilder

        com.google.protobuf.DurationOrBuilder getQueueingBudgetOrBuilder()
         Indicates how much queueing delay an execution can tolerate.
         
        .google.protobuf.Duration queueing_budget = 1;