ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface ToolTypeSettings.PyTorch.DefinitionStages.WithAttach<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>, ToolTypeSettings.DefinitionStages.WithPythonInterpreter<ToolTypeSettings.PyTorch.DefinitionStages.WithAttach<ParentT>>, ToolTypeSettings.DefinitionStages.WithProcessCount<ToolTypeSettings.PyTorch.DefinitionStages.WithAttach<ParentT>>, ToolTypeSettings.DefinitionStages.WithCommandLineArgs<ToolTypeSettings.PyTorch.DefinitionStages.WithAttach<ParentT>>
| Modifier and Type | Method and Description |
|---|---|
ToolTypeSettings.PyTorch.DefinitionStages.WithAttach<ParentT> |
withCommunicationBackend(String communicationBackend) |
attachwithPythonInterpreterPathwithProcessCountwithCommandLineArgsToolTypeSettings.PyTorch.DefinitionStages.WithAttach<ParentT> withCommunicationBackend(String communicationBackend)
communicationBackend - Type of the communication backend for distributed jobs.
Valid values are 'TCP', 'Gloo' or 'MPI'. Not required for non-distributed jobs.
This property is optional for single machine training. /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/