Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
InputDirectory |
InputDirectory.withId(String id)
Set the ID for the input directory.
|
InputDirectory |
InputDirectory.withPath(String path)
Set the path to the input directory.
|
Modifier and Type | Method and Description |
---|---|
List<InputDirectory> |
JobCreateParameters.inputDirectories()
Get a list of input directories for the job.
|
List<InputDirectory> |
BatchAIJob.inputDirectories() |
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withInputDirectories(List<InputDirectory> inputDirectories)
Set a list of input directories for the job.
|
Copyright © 2019. All rights reserved.