Class: Google::Cloud::AIPlatform::V1::BatchCreateFeaturesOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchCreateFeaturesOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Details of operations that perform batch create Features.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Operation metadata for Feature.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns Operation metadata for Feature.
1075 1076 1077 1078 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1075 class BatchCreateFeaturesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |