ModelVersion(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 ModelVersion.
public ModelVersion(Uri blobUri);
new Azure.AI.Projects.ModelVersion : Uri -> Azure.AI.Projects.ModelVersion
Public Sub New (blobUri As Uri)
Parameters
- blobUri
- Uri
URI of the model artifact in blob storage.
Exceptions
blobUri is null.