Class: Google::Cloud::AIPlatform::V1::UpdateFeatureOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateFeatureOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb
Overview
Details of operations that perform update Feature.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Operation metadata for Feature Update.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns Operation metadata for Feature Update.
204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb', line 204 class UpdateFeatureOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |