Class: Google::Cloud::DiscoveryEngine::V1::Engine::CommonConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#company_name::String

Returns Immutable. The name of the company, business or entity that is associated with the engine. Setting this may help improve LLM related features.

Returns:

  • (::String)

    Immutable. The name of the company, business or entity that is associated with the engine. Setting this may help improve LLM related features.



192
193
194
195
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 192

class CommonConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end