list Machine Learning Compute Nodes
suspend fun listMachineLearningComputeNodes(argument: ListMachineLearningComputeNodesPlainArgs): ListMachineLearningComputeNodesResult
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
compute Name
Name of the Azure Machine Learning compute.
resource Group Name
Name of the resource group in which workspace is located.
workspace Name
Name of Azure Machine Learning workspace.
See also
suspend fun listMachineLearningComputeNodes(argument: suspend ListMachineLearningComputeNodesPlainArgsBuilder.() -> Unit): ListMachineLearningComputeNodesResult
Return
Compute node information related to a AmlCompute.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.ListMachineLearningComputeNodesPlainArgs.