public interface ExportDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Model.DataStats |
getDataStats()
Only present for custom code training export use case.
|
Model.DataStatsOrBuilder |
getDataStatsOrBuilder()
Only present for custom code training export use case.
|
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.
|
boolean |
hasDataStats()
Only present for custom code training export use case.
|
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.boolean hasDataStats()
Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.
.google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;Model.DataStats getDataStats()
Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.
.google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;Model.DataStatsOrBuilder getDataStatsOrBuilder()
Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.
.google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;Copyright © 2024 Google LLC. All rights reserved.