Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::UpdateSearchConfigRequest.
Request message for UpdateSearchConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#search_config
def search_config() -> ::Google::Cloud::VisionAI::V1::SearchConfig
-
(::Google::Cloud::VisionAI::V1::SearchConfig) — Required. The search configuration to update.
The search configuration's
name
field is used to identify the resource to be updated. Format:projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
#search_config=
def search_config=(value) -> ::Google::Cloud::VisionAI::V1::SearchConfig
-
value (::Google::Cloud::VisionAI::V1::SearchConfig) — Required. The search configuration to update.
The search configuration's
name
field is used to identify the resource to be updated. Format:projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
-
(::Google::Cloud::VisionAI::V1::SearchConfig) — Required. The search configuration to update.
The search configuration's
name
field is used to identify the resource to be updated. Format:projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If left unset, all field paths will be updated/overwritten.