DiscoveryModelFactory.OutputDataMount Method
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.
Definition of a mount for collecting tool output data.
public static Azure.AI.Discovery.OutputDataMount OutputDataMount(string storageUri = default, string mountPath = default, Azure.AI.Discovery.StorageMountProtocol? mountProtocol = default);
static member OutputDataMount : string * string * Nullable<Azure.AI.Discovery.StorageMountProtocol> -> Azure.AI.Discovery.OutputDataMount
Public Shared Function OutputDataMount (Optional storageUri As String = Nothing, Optional mountPath As String = Nothing, Optional mountProtocol As Nullable(Of StorageMountProtocol) = Nothing) As OutputDataMount
Parameters
- storageUri
- String
URI of location to persist output to.
- mountPath
- String
Absolute path within the container from which to collect output data.
- mountProtocol
- Nullable<StorageMountProtocol>
The protocol to use for mounting this storage. Overrides any value specified on the storage container.
Returns
A new OutputDataMount instance for mocking.