public sealed class AsyncRetrieveContextsRequest : IMessage<AsyncRetrieveContextsRequest>, IEquatable<AsyncRetrieveContextsRequest>, IDeepCloneable<AsyncRetrieveContextsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AsyncRetrieveContextsRequest.
Request message for [VertexRagService.AsyncRetrieveContexts][google.cloud.aiplatform.v1beta1.VertexRagService.AsyncRetrieveContexts].
Implements
IMessageAsyncRetrieveContextsRequest, IEquatableAsyncRetrieveContextsRequest, IDeepCloneableAsyncRetrieveContextsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AsyncRetrieveContextsRequest()
public AsyncRetrieveContextsRequest()AsyncRetrieveContextsRequest(AsyncRetrieveContextsRequest)
public AsyncRetrieveContextsRequest(AsyncRetrieveContextsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AsyncRetrieveContextsRequest |
Properties
Parent
public string Parent { get; set; }Required. The resource name of the Location from which to retrieve
RagContexts. The users must have permission to make a call in the project.
Format:
projects/{project}/locations/{location}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
Query
public RagQuery Query { get; set; }Required. Single RAG retrieve query.
| Property Value | |
|---|---|
| Type | Description |
RagQuery |
|
Tools
public RepeatedField<Tool> Tools { get; }Optional. The tools to use for AskContexts.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTool |
|