We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://learn.microsoft.com/en-us/rest/api/azureml/compute/list-nodes?view=rest-azureml-2024-04-01&tabs=Java#examples
azure-resourcemanager-machinelearning 1.1.0
public static void getComputeNodesInformationForACompute( com.azure.resourcemanager.machinelearning.MachineLearningManager manager) { manager.computes().listNodes("testrg123", "workspaces123", "compute123", com.azure.core.util.Context.NONE); }
This code giving errorwith code 400 and message is : "ComputeListNodes with computeType ComputeInstance is not supported.",
Should give nodes list
giving error
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Link to sample
https://learn.microsoft.com/en-us/rest/api/azureml/compute/list-nodes?view=rest-azureml-2024-04-01&tabs=Java#examples
Library name and version
Language of the Sample
Sample Issue Type
Issue details
public static void getComputeNodesInformationForACompute(
com.azure.resourcemanager.machinelearning.MachineLearningManager manager) {
manager.computes().listNodes("testrg123", "workspaces123", "compute123", com.azure.core.util.Context.NONE);
}
This code giving errorwith code 400 and message is : "ComputeListNodes with computeType ComputeInstance is not supported.",
Expected behavior
Should give nodes list
Actual behavior
giving error
Reproduction Steps
No response
Environment
No response
The text was updated successfully, but these errors were encountered: