Deployment Options
Deployment Options Each project can produce numerous models and deployments, each with a distinct name, thanks to Azure AI Language. Benefits include ability to: Test two models side by side Compare how the split of datasets impact performance Deploy multiple versions of your model During deployment you can choose the name for the deployed model, which can then be selected when submitting a classification task. Using REST API CLI development of Azure AI is made possible by the REST API for the Azure AI Language service. Language projects in the same manner as Language Studio offers a project-building user interface. The lab for this module delves deeper into Language Studio. Pattern of Using API For the majority of calls, the Azure AI Language service's API runs asynchronously. In each stage, we first send a request to the service and then follow up with a call to find out the status or outcome. With each request, a header is required to authenticate your request. Submit Initial ...