Uses of Class
com.microsoft.azure.management.batchai.JobPriority
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of JobPriority in com.microsoft.azure.management.batchai
Modifier and TypeFieldDescriptionstatic final JobPriority
JobPriority.HIGH
Static value high for JobPriority.static final JobPriority
JobPriority.LOW
Static value low for JobPriority.static final JobPriority
JobPriority.NORMAL
Static value normal for JobPriority.Modifier and TypeMethodDescriptionstatic JobPriority
JobPriority.fromString
(String name) Creates or finds a JobPriority from its string representation.BatchAIJob.schedulingPriority()
JobCreateParameters.schedulingPriority()
Get scheduling priority associated with the job.Modifier and TypeMethodDescriptionJobCreateParameters.withSchedulingPriority
(JobPriority schedulingPriority) Set scheduling priority associated with the job.