Class GoogleCloudAiplatformV1beta1Retrieval
Defines a retrieval tool that model can call to access external knowledge.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Retrieval : IDirectResponseSchema
Properties
DisableAttribution
Optional. Deprecated. This option is no longer supported.
Declaration
[JsonProperty("disableAttribution")]
public virtual bool? DisableAttribution { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VertexAiSearch
Set to use data source powered by Vertex AI Search.
Declaration
[JsonProperty("vertexAiSearch")]
public virtual GoogleCloudAiplatformV1beta1VertexAISearch VertexAiSearch { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1VertexAISearch |
VertexRagStore
Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
Declaration
[JsonProperty("vertexRagStore")]
public virtual GoogleCloudAiplatformV1beta1VertexRagStore VertexRagStore { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1VertexRagStore |