Class: Google::Cloud::AIPlatform::V1::ExportDataResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportDataResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Response message for DatasetService.ExportData.
Instance Attribute Summary collapse
-
#data_stats ⇒ ::Google::Cloud::AIPlatform::V1::Model::DataStats
Only present for custom code training export use case.
-
#exported_files ⇒ ::Array<::String>
All of the files that are exported in this export operation.
Instance Attribute Details
#data_stats ⇒ ::Google::Cloud::AIPlatform::V1::Model::DataStats
Returns 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.
229 230 231 232 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 229 class ExportDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#exported_files ⇒ ::Array<::String>
Returns 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-*).
229 230 231 232 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 229 class ExportDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |