BlobFileListContentSource Class

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 BlobFileListContentSource class.

Method Summary

Modifier and Type Method and Description
String getContainerUrl()

Get the containerUrl property: Azure Blob Storage container URL.

String getFileList()

Get the fileList property: Path to a JSONL file within the container specifying a subset of documents for training.

ContentSourceKind 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:

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()

Get the source kind of the training data.

Overrides:

BlobFileListContentSource.getKind()

Applies to