Class GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry
Single source entry for the grounding checking.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnterpriseDatastore
The uri of the Vertex AI Search data source. Deprecated. Use vertex_ai_search_datastore instead.
Declaration
[JsonProperty("enterpriseDatastore")]
public virtual string EnterpriseDatastore { get; set; }
Property Value
Type | Description |
---|---|
string |
InlineContext
The grounding text passed inline with the Predict API. It can support up to 1 million bytes.
Declaration
[JsonProperty("inlineContext")]
public virtual string InlineContext { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the grounding checking source.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
VertexAiSearchDatastore
The uri of the Vertex AI Search data source.
Declaration
[JsonProperty("vertexAiSearchDatastore")]
public virtual string VertexAiSearchDatastore { get; set; }
Property Value
Type | Description |
---|---|
string |