Interface ImportDataOperationResponseOrBuilder (0.154.0)

public interface ImportDataOperationResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataset()

public abstract String getDataset()

Ouptut only. The name of imported dataset.

string dataset = 1;

Returns
TypeDescription
String

The dataset.

getDatasetBytes()

public abstract ByteString getDatasetBytes()

Ouptut only. The name of imported dataset.

string dataset = 1;

Returns
TypeDescription
ByteString

The bytes for dataset.

getImportCount()

public abstract int getImportCount()

Output only. Number of examples imported successfully.

int32 import_count = 3;

Returns
TypeDescription
int

The importCount.

getTotalCount()

public abstract int getTotalCount()

Output only. Total number of examples requested to import

int32 total_count = 2;

Returns
TypeDescription
int

The totalCount.