Class: Google::Cloud::Ces::V1::DataStoreTool::RewriterConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1/data_store_tool.rb

Overview

Rewriter configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#disabled::Boolean

Returns Optional. Whether the rewriter is disabled.

Returns:

  • (::Boolean)

    Optional. Whether the rewriter is disabled.



68
69
70
71
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 68

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

#model_settings::Google::Cloud::Ces::V1::ModelSettings

Returns Required. Configurations for the LLM model.

Returns:



68
69
70
71
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 68

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

#prompt::String

Returns Optional. The prompt definition. If not set, default prompt will be used.

Returns:

  • (::String)

    Optional. The prompt definition. If not set, default prompt will be used.



68
69
70
71
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 68

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