Interface ComputePolicy.DefinitionStages.WithMinPriorityPerJob

All Known Subinterfaces:
ComputePolicy.Definition, ComputePolicy.DefinitionStages.WithCreate
Enclosing interface:
ComputePolicy.DefinitionStages

public static interface ComputePolicy.DefinitionStages.WithMinPriorityPerJob
The stage of the ComputePolicy definition allowing to specify minPriorityPerJob.
  • Method Details

    • withMinPriorityPerJob

      ComputePolicy.DefinitionStages.WithCreate withMinPriorityPerJob(Integer minPriorityPerJob)
      Specifies the minPriorityPerJob property: The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed..
      Parameters:
      minPriorityPerJob - The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed.
      Returns:
      the next definition stage.