Class BlobFileListContentSource
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.ContentSource
com.azure.ai.formrecognizer.documentanalysis.administration.models.BlobFileListContentSource
File list in Azure Blob Storage.
-
Constructor Summary
ConstructorsConstructorDescriptionBlobFileListContentSource(String containerUrl, String fileList) Creates an instance of BlobFileListContentSource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the containerUrl property: Azure Blob Storage container URL.Get the fileList property: Path to a JSONL file within the container specifying a subset of documents for training.getKind()Get the source kind of the training data.
-
Constructor Details
-
BlobFileListContentSource
Creates an instance of BlobFileListContentSource class.- Parameters:
containerUrl- the containerUrl value to set.fileList- the fileList value to set.
-
-
Method Details
-
getContainerUrl
Get the containerUrl property: Azure Blob Storage container URL.- Returns:
- the containerUrl value.
-
getFileList
Get the fileList property: Path to a JSONL file within the container specifying a subset of documents for training.- Returns:
- the fileList value.
-
getKind
Description copied from class:ContentSourceGet the source kind of the training data.- Overrides:
getKindin classContentSource- Returns:
- the sourceKind value.
-