| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static JobPriority |
JobPriority.HIGH
Static value high for JobPriority.
|
static JobPriority |
JobPriority.LOW
Static value low for JobPriority.
|
static JobPriority |
JobPriority.NORMAL
Static value normal for JobPriority.
|
| Modifier and Type | Method and Description |
|---|---|
static JobPriority |
JobPriority.fromString(String name)
Creates or finds a JobPriority from its string representation.
|
JobPriority |
JobCreateParameters.schedulingPriority()
Get scheduling priority associated with the job.
|
JobPriority |
BatchAIJob.schedulingPriority() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<JobPriority> |
JobPriority.values() |
| Modifier and Type | Method and Description |
|---|---|
JobCreateParameters |
JobCreateParameters.withSchedulingPriority(JobPriority schedulingPriority)
Set scheduling priority associated with the job.
|
Copyright © 2019. All rights reserved.