Uses of Interface
com.microsoft.azure.management.batchai.OutputFile
Packages that use OutputFile
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of OutputFile in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return types with arguments of type OutputFileModifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<OutputFile>
List all files inside the given output directory (Only if the output directory is on Azure File Share or Azure Storage container).com.microsoft.azure.PagedList<OutputFile>
BatchAIJob.listFiles
(String outputDirectoryId, String directory, Integer linkExpiryMinutes, Integer maxResults) List all files inside the given output directory (Only if the output directory is on Azure File Share or Azure Storage container).rx.Observable<OutputFile>
BatchAIJob.listFilesAsync
(String outputDirectoryId) List all files inside the given output directory (Only if the output directory is on Azure File Share or Azure Storage container).rx.Observable<OutputFile>
BatchAIJob.listFilesAsync
(String outputDirectoryId, String directory, Integer linkExpiryMinutes, Integer maxResults) List all files inside the given output directory (Only if the output directory is on Azure File Share or Azure Storage container).