BlobContentSource Class

public final class BlobContentSource
extends ContentSource

Azure Blob Storage content.

Constructor Summary

Constructor Description
BlobContentSource(String containerUrl)

Creates an instance of BlobContentSource class.

Method Summary

Modifier and Type Method and Description
String getContainerUrl()

Get the containerUrl property: Azure Blob Storage container URL.

ContentSourceKind getKind()

Get the source kind of the training data.

String getPrefix()

Get the prefix property: Blob name prefix.

BlobContentSource setPrefix(String prefix)

Set the prefix property: Blob name prefix.

Methods inherited from ContentSource

Methods inherited from java.lang.Object

Constructor Details

BlobContentSource

public BlobContentSource(String containerUrl)

Creates an instance of BlobContentSource class.

Parameters:

containerUrl - the containerUrl value to set.

Method Details

getContainerUrl

public String getContainerUrl()

Get the containerUrl property: Azure Blob Storage container URL.

Returns:

the containerUrl value.

getKind

public ContentSourceKind getKind()

Get the source kind of the training data.

Overrides:

BlobContentSource.getKind()

getPrefix

public String getPrefix()

Get the prefix property: Blob name prefix.

Returns:

the prefix value.

setPrefix

public BlobContentSource setPrefix(String prefix)

Set the prefix property: Blob name prefix.

Parameters:

prefix - the prefix value to set.

Returns:

the BlobContentSource object itself.

Applies to