Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentRequest::GenerationSpec

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

Overview

Content generation specification.

Instance Attribute Summary collapse

Instance Attribute Details

#frequency_penalty::Float



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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

#language_code::String



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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

#max_output_tokens::Integer



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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

#model_id::String



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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

#presence_penalty::Float



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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

#temperature::Float



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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

#top_k::Integer



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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

#top_p::Float



125
126
127
128
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 125

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