InlineFile(String, String) Constructor

Definition

Initializes a new instance of InlineFile.

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

Parameters

mountPath
String

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

encodedFile
String

File contents: Compressed using .gz then base64-encoded.

Exceptions

mountPath or encodedFile is null.

Applies to