Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static ExecutionState |
ExecutionState.FAILED
Static value failed for ExecutionState.
|
static ExecutionState |
ExecutionState.QUEUED
Static value queued for ExecutionState.
|
static ExecutionState |
ExecutionState.RUNNING
Static value running for ExecutionState.
|
static ExecutionState |
ExecutionState.SUCCEEDED
Static value succeeded for ExecutionState.
|
static ExecutionState |
ExecutionState.TERMINATING
Static value terminating for ExecutionState.
|
Modifier and Type | Method and Description |
---|---|
ExecutionState |
BatchAIJob.executionState()
Gets the current state of the job.
|
static ExecutionState |
ExecutionState.fromString(String name)
Creates or finds a ExecutionState from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ExecutionState> |
ExecutionState.values() |
Copyright © 2019. All rights reserved.