BlobFileListContentSource Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. ContentSource - com.
azure. ai. formrecognizer. documentanalysis. administration. models. BlobFileListContentSource
- com.
- com.
public final class BlobFileListContentSource
extends ContentSource
File list in Azure Blob Storage.
Constructor Summary
Constructor | Description |
---|---|
BlobFileListContentSource(String containerUrl, String fileList) |
Creates an instance of Blob |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getContainerUrl()
Get the container |
String |
getFileList()
Get the file |
Content |
getKind()
Get the source kind of the training data. |
Methods inherited from ContentSource
Methods inherited from java.lang.Object
Constructor Details
BlobFileListContentSource
public BlobFileListContentSource(String containerUrl, String fileList)
Creates an instance of BlobFileListContentSource class.
Parameters:
Method Details
getContainerUrl
public String getContainerUrl()
Get the containerUrl property: Azure Blob Storage container URL.
Returns:
getFileList
public String getFileList()
Get the fileList property: Path to a JSONL file within the container specifying a subset of documents for training.
Returns:
getKind
public ContentSourceKind getKind()
Get the source kind of the training data.
Overrides:
BlobFileListContentSource.getKind()Applies to
Azure SDK for Java