DiscoveryModelFactory.InputDataMount Method

Definition

Data URI and path where it will be mounted in the tool container.

public static Azure.AI.Discovery.InputDataMount InputDataMount(string storageUri = default, string mountPath = default, Azure.AI.Discovery.StorageMountProtocol? mountProtocol = default);
static member InputDataMount : string * string * Nullable<Azure.AI.Discovery.StorageMountProtocol> -> Azure.AI.Discovery.InputDataMount
Public Shared Function InputDataMount (Optional storageUri As String = Nothing, Optional mountPath As String = Nothing, Optional mountProtocol As Nullable(Of StorageMountProtocol) = Nothing) As InputDataMount

Parameters

storageUri
String

URI of input data to mount.

mountPath
String

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

mountProtocol
Nullable<StorageMountProtocol>

The protocol to use for mounting this storage. Overrides any value specified on the storage container.

Returns

A new InputDataMount instance for mocking.

Applies to