EvaluatorCredentialRequest(Uri) Constructor
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.
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.