Dela via


BlobFileListContentSource(Uri, String) Constructor

Definition

Initializes a new instance of BlobFileListContentSource.

public BlobFileListContentSource (Uri containerUri, string fileList);
new Azure.AI.FormRecognizer.DocumentAnalysis.BlobFileListContentSource : Uri * string -> Azure.AI.FormRecognizer.DocumentAnalysis.BlobFileListContentSource
Public Sub New (containerUri As Uri, fileList As String)

Parameters

containerUri
Uri

Azure Blob Storage container URL.

fileList
String

Path to a JSONL file within the container specifying a subset of documents for training.

Exceptions

containerUri or fileList is null.

Applies to