| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<OutputFile> |
BatchAIJob.listFiles(String outputDirectoryId)
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).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/