public interface ImportDataOperationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Ouptut only.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Ouptut only.
|
int |
getImportCount()
Output only.
|
int |
getTotalCount()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataset()
Ouptut only. The name of imported dataset.
string dataset = 1;com.google.protobuf.ByteString getDatasetBytes()
Ouptut only. The name of imported dataset.
string dataset = 1;int getTotalCount()
Output only. Total number of examples requested to import
int32 total_count = 2;int getImportCount()
Output only. Number of examples imported successfully.
int32 import_count = 3;Copyright © 2019 Google LLC. All rights reserved.