AzureAIProjectsModelFactory.EvaluationCredentialContent(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.Evaluation.EvaluationCredentialContent EvaluationCredentialContent(Uri blobUri = default);
static member EvaluationCredentialContent : Uri -> Azure.AI.Projects.Evaluation.EvaluationCredentialContent
Public Shared Function EvaluationCredentialContent (Optional blobUri As Uri = Nothing) As EvaluationCredentialContent
Parameters
- blobUri
- Uri
The blob URI for the evaluator storage. Example: https://account.blob.core.windows.net:443/container.
Returns
A new EvaluationCredentialContent instance for mocking.