GetModelInfo interface
Methods
get(Request |
Returns information about the AI model.
The method makes a REST API call to the |
Method Details
get(RequestParameters)
Returns information about the AI model.
The method makes a REST API call to the /info
route on the given endpoint.
This method will only work when using Serverless API or Managed Compute endpoint.
It will not work for GitHub Models endpoint or Azure OpenAI endpoint.
function get(options?: RequestParameters): StreamableMethod<GetModelInfo200Response | GetModelInfoDefaultResponse>
Parameters
- options
- RequestParameters
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript