Class AsyncRetrieveContextsRequest (1.140.0)

AsyncRetrieveContextsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for VertexRagService.AsyncRetrieveContexts.

Attributes

Name Description
parent str
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}.
query google.cloud.aiplatform_v1beta1.types.RagQuery
Required. Single RAG retrieve query.
tools MutableSequence[google.cloud.aiplatform_v1beta1.types.Tool]
Optional. The tools to use for AskContexts.

Methods

AsyncRetrieveContextsRequest

AsyncRetrieveContextsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for VertexRagService.AsyncRetrieveContexts.