Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb
Overview
Grounding specification.
Instance Attribute Summary collapse
-
#grounding_sources ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSource>
Grounding sources.
Instance Attribute Details
#grounding_sources ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GroundingSource>
Returns Grounding sources.
240 241 242 243 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 240 class GroundingSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |