Class: Google::Cloud::AIPlatform::V1::RagRetrievalConfig::Ranking::RankService
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagRetrievalConfig::Ranking::RankService
- 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
-
#model_name ⇒ ::String
Optional.
Instance Attribute Details
#model_name ⇒ ::String
Returns 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 |