Class: Google::Cloud::AIPlatform::V1::ImportDataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ImportDataOperationMetadata
- 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.ImportData.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
196 197 198 199 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 196 class ImportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |