Class: Google::Cloud::AIPlatform::V1::ExportDataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportDataOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Runtime operation information for DatasetService.ExportData.
Instance Attribute Summary collapse
-
#gcs_output_directory ⇒ ::String
A Google Cloud Storage directory which path ends with '/'.
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
Instance Attribute Details
#gcs_output_directory ⇒ ::String
Returns A Google Cloud Storage directory which path ends with '/'. The exported data is stored in the directory.
243 244 245 246 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 243 class ExportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
243 244 245 246 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 243 class ExportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |