listMachineLearningComputeNodes

Get the details (e.g IP address, port etc) of all the compute nodes in the compute. API Version: 2021-01-01.

Return

Compute node information related to a AmlCompute.

Parameters

argument

null


suspend fun listMachineLearningComputeNodes(computeName: String, resourceGroupName: String, workspaceName: String): ListMachineLearningComputeNodesResult

Return

Compute node information related to a AmlCompute.

Parameters

computeName

Name of the Azure Machine Learning compute.

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Compute node information related to a AmlCompute.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListMachineLearningComputeNodesPlainArgs.

See also