public interface ImportDataOperationResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataset()
public abstract String getDataset()
Ouptut only. The name of imported dataset.
string dataset = 1;
Returns | |
---|---|
Type | Description |
String |
The dataset. |
getDatasetBytes()
public abstract ByteString getDatasetBytes()
Ouptut only. The name of imported dataset.
string dataset = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataset. |
getImportCount()
public abstract int getImportCount()
Output only. Number of examples imported successfully.
int32 import_count = 3;
Returns | |
---|---|
Type | Description |
int |
The importCount. |
getTotalCount()
public abstract int getTotalCount()
Output only. Total number of examples requested to import
int32 total_count = 2;
Returns | |
---|---|
Type | Description |
int |
The totalCount. |