Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPredictParamsGroundingConfigSourceEntry

Single source entry for the grounding checking.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPredictParamsGroundingConfigSourceEntry
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.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPredictParamsGroundingConfigSourceEntry : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX