Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
OutputDirectory |
OutputDirectory.withId(String id)
Set the ID of the output directory.
|
OutputDirectory |
OutputDirectory.withPathPrefix(String pathPrefix)
Set the prefix path where the output directory will be created.
|
OutputDirectory |
OutputDirectory.withPathSuffix(String pathSuffix)
Set the suffix path where the output directory will be created.
|
Modifier and Type | Method and Description |
---|---|
List<OutputDirectory> |
JobCreateParameters.outputDirectories()
Get a list of output directories for the job.
|
List<OutputDirectory> |
BatchAIJob.outputDirectories() |
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withOutputDirectories(List<OutputDirectory> outputDirectories)
Set a list of output directories for the job.
|
Copyright © 2019. All rights reserved.