Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSource::InlineSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSource::InlineSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb
Overview
Message to be used for grounding based on inline content.
Defined Under Namespace
Classes: AttributesEntry
Instance Attribute Summary collapse
-
#attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
Attributes associated with the content.
-
#grounding_facts ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::GroundingFact>
List of facts to be used for grounding.
Instance Attribute Details
#attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Attributes associated with the content.
Common attributes include source
(indicating where the content was
sourced from) and author
(indicating the author of the content).
197 198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 197 class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#grounding_facts ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::GroundingFact>
Returns List of facts to be used for grounding.
197 198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 197 class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |