public static interface ToolTypeSettings.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ToolTypeSettings.DefinitionStages.WithCommandLineArgs<ReturnT>
Specifies command line arguments for the job.
|
static interface |
ToolTypeSettings.DefinitionStages.WithProcessCount<ReturnT>
Specifies number of processes parameter that is passed to MPI runtime.
|
static interface |
ToolTypeSettings.DefinitionStages.WithPythonInterpreter<ReturnT>
Specifies the path to python interpreter.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/