ArmMachineLearningModelFactory.JobNodes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract Nodes definition Please note this is the abstract base class. The derived classes available for instantiation are: JobAllNodes.
public static Azure.ResourceManager.MachineLearning.Models.JobNodes JobNodes(string nodesValueType = default);
static member JobNodes : string -> Azure.ResourceManager.MachineLearning.Models.JobNodes
Public Shared Function JobNodes (Optional nodesValueType As String = Nothing) As JobNodes
Parameters
- nodesValueType
- String
[Required] Type of the Nodes value.
Returns
A new JobNodes instance for mocking.