AzureBlobFileListContentSource Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. AzureBlobFileListContentSource
- com.
Implements
public final class AzureBlobFileListContentSource
implements JsonSerializable<AzureBlobFileListContentSource>
File list in Azure Blob Storage.
Constructor Summary
Constructor | Description |
---|---|
AzureBlobFileListContentSource(String containerUrl, String fileList) |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
String |
getContainerUrl()
Get the container |
String |
getFileList()
Get the file |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AzureBlobFileListContentSource
public AzureBlobFileListContentSource(String containerUrl, String fileList)
Creates an instance of AzureBlobFileListContentSource class.
Parameters:
Method Details
fromJson
public static AzureBlobFileListContentSource fromJson(JsonReader jsonReader)
Reads an instance of AzureBlobFileListContentSource from the JsonReader.
Parameters:
Returns:
Throws:
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.
Returns: