Package com.google.cloud.aiplatform.v1
Interface ExportDataResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportDataResponse,ExportDataResponse.Builder
@Generated
public interface ExportDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOnly present for custom code training export use case.Only present for custom code training export use case.getExportedFiles(int index) All of the files that are exported in this export operation.com.google.protobuf.ByteStringgetExportedFilesBytes(int index) All of the files that are exported in this export operation.intAll of the files that are exported in this export operation.All of the files that are exported in this export operation.booleanOnly present for custom code training export use case.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;- Returns:
- A list containing the exportedFiles.
-
getExportedFilesCount
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;- Returns:
- The count of exportedFiles.
-
getExportedFiles
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;- Parameters:
index- The index of the element to return.- Returns:
- The exportedFiles at the given index.
-
getExportedFilesBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the exportedFiles at the given index.
-
hasDataStats
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;- Returns:
- Whether the dataStats field is set.
-
getDataStats
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;- Returns:
- The dataStats.
-
getDataStatsOrBuilder
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;
-