Class GoogleCloudAiplatformV1beta1Fact
The fact used in grounding.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Fact : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
Query that is used to retrieve this fact.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |
Summary
If present, the summary/snippet of the fact.
Declaration
[JsonProperty("summary")]
public virtual string Summary { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
If present, it refers to the title of this fact.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
If present, this uri links to the source of the fact.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
VectorDistance
If present, the distance between the query vector and this fact vector.
Declaration
[JsonProperty("vectorDistance")]
public virtual double? VectorDistance { get; set; }
Property Value
Type | Description |
---|---|
double? |