java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.administration.models.ContentSource
com.azure.ai.formrecognizer.documentanalysis.administration.models.BlobFileListContentSource

public final class BlobFileListContentSource extends ContentSource
File list in Azure Blob Storage.
  • Constructor Details

    • BlobFileListContentSource

      public BlobFileListContentSource(String containerUrl, String fileList)
      Creates an instance of BlobFileListContentSource class.
      Parameters:
      containerUrl - the containerUrl value to set.
      fileList - the fileList value to set.
  • Method Details

    • getContainerUrl

      public String getContainerUrl()
      Get the containerUrl property: Azure Blob Storage container URL.
      Returns:
      the containerUrl value.
    • getFileList

      public String 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

      public ContentSourceKind getKind()
      Description copied from class: ContentSource
      Get the source kind of the training data.
      Overrides:
      getKind in class ContentSource
      Returns:
      the sourceKind value.