You need to meet the testing requirements for the data scientists.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Scenario: Data scientists must test Butler by using ASDK.
Note: Contoso wants to provide a new version of the Bookings app that will provide a highly available, reliable service for booking travel packages by interacting with a chatbot named Butler.
E: The ASDK (Azure Stack Development Kit) is meant to provide an environment in which you can evaluate Azure Stack and develop modern applications using APIs and tooling consistent with Azure in a nonproduction environment.
Microsoft Azure Stack integrated systems range in size from 4-16 nodes, and are jointly supported by a hardware partner and Microsoft.
F: The Language Understanding (LUIS) container loads your trained or published Language Understanding model, also known as a LUIS app, into a docker container and provides access to the query predictions from the container's API endpoints.
Use the docker pull command to download a container image from the mcr.microsoft.com/azure-cognitiveservices/luis repository:
docker pull mcr.microsoft.com/azure-cognitive-services/luis:latest
G: You can test using the endpoint with a maximum of two versions of your app. With your main or live version of your app set as the production endpoint, add a second version to the staging endpoint.
https://docs.microsoft.com/en-us/azure-stack/asdk/asdk-what-is
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-test
Currently there are no comments in this discussion, be the first to comment!