Class GoogleCloudAiplatformV1beta1SchemaPredictParamsGroundingConfig
The configuration for grounding checking.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPredictParamsGroundingConfig : IDirectResponseSchema
Properties
DisableAttribution
If set, skip finding claim attributions (i.e not generate grounding citation).
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 |
Sources
The sources for the grounding checking.
Declaration
[JsonProperty("sources")]
public virtual IList<GoogleCloudAiplatformV1beta1SchemaPredictParamsGroundingConfigSourceEntry> Sources { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1SchemaPredictParamsGroundingConfigSourceEntry> |