Class: Google::Cloud::VisionAI::V1::SearchConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::SearchConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
SearchConfig stores different properties that will affect search behaviors and search results.
Instance Attribute Summary collapse
-
#facet_property ⇒ ::Google::Cloud::VisionAI::V1::FacetProperty
Establishes a FacetDimension and associated specifications.
-
#name ⇒ ::String
Resource name of the search configuration.
-
#search_criteria_property ⇒ ::Google::Cloud::VisionAI::V1::SearchCriteriaProperty
Creates a mapping between a custom SearchCriteria and one or more UGA keys.
Instance Attribute Details
#facet_property ⇒ ::Google::Cloud::VisionAI::V1::FacetProperty
Returns Establishes a FacetDimension and associated specifications.
1859 1860 1861 1862 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1859 class SearchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Resource name of the search configuration.
For CustomSearchCriteria, search_config would be the search
operator name. For Facets, search_config would be the facet
dimension name.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
.
1859 1860 1861 1862 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1859 class SearchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_criteria_property ⇒ ::Google::Cloud::VisionAI::V1::SearchCriteriaProperty
Returns Creates a mapping between a custom SearchCriteria and one or more UGA keys.
1859 1860 1861 1862 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1859 class SearchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |