Class: Google::Cloud::AIPlatform::V1::CreateDatasetVersionOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateDatasetVersionOperationMetadata
- 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.CreateDatasetVersion.
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.
270 271 272 273 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 270 class CreateDatasetVersionOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |