View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingAttribution (google_api_ai_platform v0.2.0)
Grounding attribution.
Attributes
-
confidenceScore
(type:number()
, default:nil
) - Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident. -
segment
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Segment.t
, default:nil
) - Output only. Segment of the content this attribution belongs to. -
web
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingAttributionWeb.t
, default:nil
) - Optional. Attribution from the web.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingAttribution{ confidenceScore: number() | nil, segment: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Segment.t() | nil, web: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GroundingAttributionWeb.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.