| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ToolType |
ToolType.CAFFE
Static value caffe for ToolType.
|
static ToolType |
ToolType.CAFFE2
Static value caffe2 for ToolType.
|
static ToolType |
ToolType.CHAINER
Static value chainer for ToolType.
|
static ToolType |
ToolType.CNTK
Static value cntk for ToolType.
|
static ToolType |
ToolType.CUSTOM
Static value custom for ToolType.
|
static ToolType |
ToolType.HOROVOD
Static value horovod for ToolType.
|
static ToolType |
ToolType.MPI
Static value mpi for ToolType.
|
static ToolType |
ToolType.TENSORFLOW
Static value tensorflow for ToolType.
|
| Modifier and Type | Method and Description |
|---|---|
static ToolType |
ToolType.fromString(String name)
Creates or finds a ToolType from its string representation.
|
ToolType |
BatchAIJob.toolType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ToolType> |
ToolType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/