View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig (google_api_ai_platform v0.13.0)
The configuration for grounding checking.
Attributes
-
disableAttribution
(type:boolean()
, default:nil
) - If set, skip finding claim attributions (i.e not generate grounding citation). -
sources
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry.t)
, default:nil
) - The sources for the grounding checking.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig{ disableAttribution: boolean() | nil, sources: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.