Class: Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::GenerationSpec

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

Overview

Content generation specification.

Instance Attribute Summary collapse

Instance Attribute Details

#frequency_penalty::Float



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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

#language_code::String



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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

#max_output_tokens::Integer



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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

#model_id::String



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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

#presence_penalty::Float



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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

#temperature::Float



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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

#top_k::Integer



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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

#top_p::Float



123
124
125
126
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 123

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