InputDataMount(String, String) Constructor

Definition

Initializes a new instance of InputDataMount.

public InputDataMount(string storageUri, string mountPath);
new Azure.AI.Discovery.InputDataMount : string * string -> Azure.AI.Discovery.InputDataMount
Public Sub New (storageUri As String, mountPath As String)

Parameters

storageUri
String

URI of input data to mount.

mountPath
String

Absolute path within the container at which to mount this input.

Exceptions

storageUri or mountPath is null.

Applies to