EvaluatorCredentialRequest(Uri) Constructor

Definition

Initializes a new instance of EvaluatorCredentialRequest.

public EvaluatorCredentialRequest(Uri blobUri);
new Azure.AI.Projects.EvaluatorCredentialRequest : Uri -> Azure.AI.Projects.EvaluatorCredentialRequest
Public Sub New (blobUri As Uri)

Parameters

blobUri
Uri

The blob URI for the evaluator storage. Example: https://account.blob.core.windows.net:443/container.

Exceptions

blobUri is null.

Applies to