OutputDataMount(String, String) Constructor

Definition

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.

Applies to