Uses of Class
com.microsoft.azure.management.batchai.OutputDirectory
Packages that use OutputDirectory
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of OutputDirectory in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return OutputDirectoryModifier and TypeMethodDescriptionSet the ID of the output directory.OutputDirectory.withPathPrefix
(String pathPrefix) Set the prefix path where the output directory will be created.OutputDirectory.withPathSuffix
(String pathSuffix) Set the suffix path where the output directory will be created.Methods in com.microsoft.azure.management.batchai that return types with arguments of type OutputDirectoryModifier and TypeMethodDescriptionBatchAIJob.outputDirectories()
JobCreateParameters.outputDirectories()
Get a list of output directories for the job.Method parameters in com.microsoft.azure.management.batchai with type arguments of type OutputDirectoryModifier and TypeMethodDescriptionJobCreateParameters.withOutputDirectories
(List<OutputDirectory> outputDirectories) Set a list of output directories for the job.