Class: Google::Cloud::DiscoveryEngine::V1beta::GroundingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GroundingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb
Overview
Grounding configuration.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the GroundingConfig, of the form
projects/{project}/locations/{location}/groundingConfigs/{grounding_config}
.
29 30 31 32 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 29 class GroundingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |