Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource.
Grounding source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#google_search_source
def google_search_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::GoogleSearchSource
-
(::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::GoogleSearchSource) — If set, grounding is performed with Google Search.
Note: The following fields are mutually exclusive:
google_search_source
,inline_source
,search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#google_search_source=
def google_search_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::GoogleSearchSource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::GoogleSearchSource) — If set, grounding is performed with Google Search.
Note: The following fields are mutually exclusive:
google_search_source
,inline_source
,search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::GoogleSearchSource) — If set, grounding is performed with Google Search.
Note: The following fields are mutually exclusive:
google_search_source
,inline_source
,search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::InlineSource
-
(::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::InlineSource) — If set, grounding is performed with inline content.
Note: The following fields are mutually exclusive:
inline_source
,search_source
,google_search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::InlineSource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::InlineSource) — If set, grounding is performed with inline content.
Note: The following fields are mutually exclusive:
inline_source
,search_source
,google_search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::InlineSource) — If set, grounding is performed with inline content.
Note: The following fields are mutually exclusive:
inline_source
,search_source
,google_search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#search_source
def search_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::SearchSource
-
(::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::SearchSource) — If set, grounding is performed with Vertex AI Search.
Note: The following fields are mutually exclusive:
search_source
,inline_source
,google_search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#search_source=
def search_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::SearchSource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::SearchSource) — If set, grounding is performed with Vertex AI Search.
Note: The following fields are mutually exclusive:
search_source
,inline_source
,google_search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GroundingSource::SearchSource) — If set, grounding is performed with Vertex AI Search.
Note: The following fields are mutually exclusive:
search_source
,inline_source
,google_search_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.