Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1Retrieval

Defines a retrieval tool that model can call to access external knowledge.

Inheritance
object
GoogleCloudAiplatformV1beta1Retrieval
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.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

ExternalApi

Use data source powered by external API for grounding.

Declaration
[JsonProperty("externalApi")]
public virtual GoogleCloudAiplatformV1beta1ExternalApi ExternalApi { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ExternalApi

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX