OutputDataMount(String, String) 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 OutputDataMount.
public OutputDataMount(string storageUri, string mountPath);
new Azure.AI.Discovery.OutputDataMount : string * string -> Azure.AI.Discovery.OutputDataMount
Public Sub New (storageUri As String, mountPath As String)
Parameters
- storageUri
- String
URI of location to persist output to.
- mountPath
- String
Absolute path within the container from which to collect output data.
Exceptions
storageUri or mountPath is null.