Uses of Class
com.microsoft.azure.management.batchai.JobPriority
Packages that use JobPriority
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of JobPriority in com.microsoft.azure.management.batchai
Fields in com.microsoft.azure.management.batchai declared as JobPriorityModifier 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.Methods in com.microsoft.azure.management.batchai that return JobPriorityModifier 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.Methods in com.microsoft.azure.management.batchai that return types with arguments of type JobPriorityMethods in com.microsoft.azure.management.batchai with parameters of type JobPriorityModifier and TypeMethodDescriptionJobCreateParameters.withSchedulingPriority
(JobPriority schedulingPriority) Set scheduling priority associated with the job.