ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface ToolTypeSettings.Caffe.DefinitionStages.WithFileType<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ToolTypeSettings.Caffe.DefinitionStages.WithAttach<ParentT> |
withConfigFile(String configFilePath) |
ToolTypeSettings.Caffe.DefinitionStages.WithAttachAndPythonInterpreter<ParentT> |
withPythonScriptFile(String pythonScriptFilePath) |
ToolTypeSettings.Caffe.DefinitionStages.WithAttach<ParentT> withConfigFile(String configFilePath)
configFilePath - the path of the config fileToolTypeSettings.Caffe.DefinitionStages.WithAttachAndPythonInterpreter<ParentT> withPythonScriptFile(String pythonScriptFilePath)
pythonScriptFilePath - /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/