AmlComputeNodesInformation Class
Compute node information related to a AmlCompute.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.machinelearningservices.models._models_py3.ComputeNodesInformationAmlComputeNodesInformation
Constructor
AmlComputeNodesInformation(**kwargs)
Parameters
- compute_type
- str or ComputeType
Required
Required. The type of compute.Constant filled by server. Possible values include: "AKS", "AmlCompute", "ComputeInstance", "DataFactory", "VirtualMachine", "HDInsight", "Databricks", "DataLakeAnalytics".
Variables
- next_link
- str
The continuation token.
- nodes
- list[AmlComputeNodeInformation]
The collection of returned AmlCompute nodes details.
Feedback
Submit and view feedback for