AzureAIProjectsModelFactory.EvaluatorCredentialRequest(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body for getting evaluator credentials.
public static Azure.AI.Projects.EvaluatorCredentialRequest EvaluatorCredentialRequest(Uri blobUri = default);
static member EvaluatorCredentialRequest : Uri -> Azure.AI.Projects.EvaluatorCredentialRequest
Public Shared Function EvaluatorCredentialRequest (Optional blobUri As Uri = Nothing) As EvaluatorCredentialRequest
Parameters
- blobUri
- Uri
The blob URI for the evaluator storage. Example: https://account.blob.core.windows.net:443/container.
Returns
A new EvaluatorCredentialRequest instance for mocking.