Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRanking
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRanking
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Config for ranking and reranking.
Instance Attribute Summary collapse
-
#rank_service ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRankingRankService
Config for Rank Service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRanking
constructor
A new instance of GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRanking.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRanking
Returns a new instance of GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRanking.
4253 4254 4255 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4253 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rank_service ⇒ Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1RagStoreConfigRagRetrievalConfigRankingRankService
Config for Rank Service.
Corresponds to the JSON property rank_service
4251 4252 4253 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4251 def rank_service @rank_service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4258 4259 4260 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4258 def update!(**args) @rank_service = args[:rank_service] if args.key?(:rank_service) end |