DiscoveryModelFactory.OutputDataUri(String, String) 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.
Model for providing the URI of the output collected from a specific container path.
public static Azure.AI.Discovery.OutputDataUri OutputDataUri(string storageUri = default, string mountPath = default);
static member OutputDataUri : string * string -> Azure.AI.Discovery.OutputDataUri
Public Shared Function OutputDataUri (Optional storageUri As String = Nothing, Optional mountPath As String = Nothing) As OutputDataUri
Parameters
- storageUri
- String
The URI of the output data.
- mountPath
- String
The path within the container from which the output was collected.
Returns
A new OutputDataUri instance for mocking.