public interface ExportDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExportedFiles(int index)
All of the files that are exported in this export operation.
|
com.google.protobuf.ByteString |
getExportedFilesBytes(int index)
All of the files that are exported in this export operation.
|
int |
getExportedFilesCount()
All of the files that are exported in this export operation.
|
List<String> |
getExportedFilesList()
All of the files that are exported in this export operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getExportedFilesList()
All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).
repeated string exported_files = 1;int getExportedFilesCount()
All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).
repeated string exported_files = 1;String getExportedFiles(int index)
All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).
repeated string exported_files = 1;index - The index of the element to return.com.google.protobuf.ByteString getExportedFilesBytes(int index)
All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).
repeated string exported_files = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.