Class: Google::Cloud::AIPlatform::V1::UpdateFeatureRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateFeatureRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.UpdateFeature. Request message for FeatureRegistryService.UpdateFeature.
Instance Attribute Summary collapse
-
#feature ⇒ ::Google::Cloud::AIPlatform::V1::Feature
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask is used to specify the fields to be overwritten in the Features resource by the update.
Instance Attribute Details
#feature ⇒ ::Google::Cloud::AIPlatform::V1::Feature
976 977 978 979 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 976 class UpdateFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
976 977 978 979 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 976 class UpdateFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |