public static interface BatchAIJob.DefinitionStages.WithOutputDirectory
| Modifier and Type | Method and Description |
|---|---|
OutputDirectorySettings.DefinitionStages.Blank<BatchAIJob.DefinitionStages.WithCreate> |
defineOutputDirectory(String id) |
BatchAIJob.DefinitionStages.WithCreate |
withOutputDirectory(String id,
String pathPrefix) |
BatchAIJob.DefinitionStages.WithCreate withOutputDirectory(String id, String pathPrefix)
@Beta(value=V1_8_0) OutputDirectorySettings.DefinitionStages.Blank<BatchAIJob.DefinitionStages.WithCreate> defineOutputDirectory(String id)
id - The name for the output directory /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/