Class: Google::Cloud::DiscoveryEngine::V1beta::Engine::CommonConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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.



197
198
199
200
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 197

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