DiscoveryModelFactory.OutputDataUri(String, String) Method

Definition

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.

Applies to