Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveContextsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveContextsRequest
- 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
Request message for VertexRagService.RetrieveContexts.
Instance Attribute Summary collapse
-
#query ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagQuery
A query to retrieve relevant contexts.
-
#vertex_rag_store ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore
The data source for Vertex RagStore.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveContextsRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1RetrieveContextsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveContextsRequest
Returns a new instance of GoogleCloudAiplatformV1beta1RetrieveContextsRequest.
49963 49964 49965 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 49963 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagQuery
A query to retrieve relevant contexts.
Corresponds to the JSON property query
49956 49957 49958 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 49956 def query @query end |
#vertex_rag_store ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStore
The data source for Vertex RagStore.
Corresponds to the JSON property vertexRagStore
49961 49962 49963 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 49961 def vertex_rag_store @vertex_rag_store end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49968 49969 49970 49971 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 49968 def update!(**args) @query = args[:query] if args.key?(:query) @vertex_rag_store = args[:vertex_rag_store] if args.key?(:vertex_rag_store) end |