ModelCredentialRequest(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 ModelCredentialRequest.
public ModelCredentialRequest(Uri blobUri);
new Azure.AI.Projects.ModelCredentialRequest : Uri -> Azure.AI.Projects.ModelCredentialRequest
Public Sub New (blobUri As Uri)
Parameters
- blobUri
- Uri
Blob URI of the model asset to fetch credentials for.
Exceptions
blobUri is null.