Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::SearchSource.
Message to be used for grounding with Vertex AI Search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — Filter expression to be applied to the search.
The syntax is the same as SearchRequest.filter.
#filter=
def filter=(value) -> ::String
-
value (::String) — Filter expression to be applied to the search.
The syntax is the same as SearchRequest.filter.
-
(::String) — Filter expression to be applied to the search.
The syntax is the same as SearchRequest.filter.
#max_result_count
def max_result_count() -> ::Integer
-
(::Integer) — Number of search results to return.
The default value is 10. The maximumm allowed value is 10.
#max_result_count=
def max_result_count=(value) -> ::Integer
-
value (::Integer) — Number of search results to return.
The default value is 10. The maximumm allowed value is 10.
-
(::Integer) — Number of search results to return.
The default value is 10. The maximumm allowed value is 10.
#safe_search
def safe_search() -> ::Boolean
- (::Boolean) — If set, safe search is enabled in Vertex AI Search requests.
#safe_search=
def safe_search=(value) -> ::Boolean
- value (::Boolean) — If set, safe search is enabled in Vertex AI Search requests.
- (::Boolean) — If set, safe search is enabled in Vertex AI Search requests.
#serving_config
def serving_config() -> ::String
-
(::String) — The resource name of the Engine to use.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}/servingConfigs/{serving_config_id}
#serving_config=
def serving_config=(value) -> ::String
-
value (::String) — The resource name of the Engine to use.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}/servingConfigs/{serving_config_id}
-
(::String) — The resource name of the Engine to use.
Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}/servingConfigs/{serving_config_id}