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
-
#exported_files ⇒ ::Array<::String>
All of the files that are exported in this export operation.
Instance Attribute Details
#exported_files ⇒ ::Array<::String>
Returns All of the files that are exported in this export operation.
191 192 193 194 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 191 class ExportDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |