Class: Google::Cloud::VisionAI::V1::UpdateSearchHypernymRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UpdateSearchHypernymRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for updating SearchHypernym.
Instance Attribute Summary collapse
-
#search_hypernym ⇒ ::Google::Cloud::VisionAI::V1::SearchHypernym
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#search_hypernym ⇒ ::Google::Cloud::VisionAI::V1::SearchHypernym
Returns Required. The SearchHypernym to update.
The search hypernym's name
field is used to identify the search hypernym
to be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}
.
2308 2309 2310 2311 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2308 class UpdateSearchHypernymRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
2308 2309 2310 2311 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2308 class UpdateSearchHypernymRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |