LoadModelFromSasOptions.ModelUri Field
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.
URI to the model.
public: System::String ^ ModelUri;
public string ModelUri;
val mutable ModelUri : string
Public ModelUri As String
Field Value
Remarks
Either 'builtin://xyz' or a URI pointing to a converted model. Both raw (public) URIs to blob store and URIs with embedded SAS tokens to blob store are supported.