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
Wehn calling workspace_ml_client.online_endpoints.invoke() with the endpoint_name and deployment_name in https://github.com/nicholasdbrady/cookbook/blob/main/examples/phi-3/getting-started-with-phi-3.ipynb, I get an (AuthorizationFailed) error. I tried passing in the api_key as well and setting up RBAC on the resource group.Is there anything else we need to add to this client? Thank you!
workspace_ml_client.online_endpoints.invoke()
endpoint_name
deployment_name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wehn calling
workspace_ml_client.online_endpoints.invoke()
with theendpoint_name
anddeployment_name
in https://github.com/nicholasdbrady/cookbook/blob/main/examples/phi-3/getting-started-with-phi-3.ipynb, I get an (AuthorizationFailed) error. I tried passing in the api_key as well and setting up RBAC on the resource group.Is there anything else we need to add to this client? Thank you!The text was updated successfully, but these errors were encountered: