Class: Google::Cloud::AIPlatform::V1::RagRetrievalConfig::Ranking::RankService

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

Overview

Config for Rank Service.

Instance Attribute Summary collapse

Instance Attribute Details

#model_name::String

Returns Optional. The model name of the rank service. Format: semantic-ranker-512@latest.

Returns:

  • (::String)

    Optional. The model name of the rank service. Format: semantic-ranker-512@latest



675
676
677
678
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 675

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