Class: Google::Cloud::DiscoveryEngine::V1::Engine::CommonConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Engine::CommonConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
Common configurations for an Engine.
Instance Attribute Summary collapse
-
#company_name ⇒ ::String
The name of the company, business or entity that is associated with the engine.
Instance Attribute Details
#company_name ⇒ ::String
Returns The name of the company, business or entity that is associated with the engine. Setting this may help improve LLM related features.
196 197 198 199 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 196 class CommonConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |