View Source GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerProviderGroundingProviderFeatures (google_api_content_warehouse v0.3.0)

Features to be extracted from Provider GP for ranking in HGR. Next ID: 7

Attributes

  • providerClusterIds (type: list(String.t), default: nil) - Cluster IDs for the provider. This field is repeated because some providers can be associated with multiple clusters. PRR specific feature.
  • providerId (type: GoogleApi.ContentWarehouse.V1.Model.AssistantContextProviderId.t, default: nil) - ProviderId for the provider in the binding set. PRR specific feature.
  • providerSignalResult (type: GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingProviderProviderSignalResult.t, default: nil) - Provider signals extracted from Provider GP.
  • pslScore (type: number(), default: nil) - Provider quality score in the range [0,1] that can be used for ranking providers. Incorporates both policy rules and quality considerations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingRankerProviderGroundingProviderFeatures{
    providerClusterIds: [String.t()] | nil,
    providerId:
      GoogleApi.ContentWarehouse.V1.Model.AssistantContextProviderId.t() | nil,
    providerSignalResult:
      GoogleApi.ContentWarehouse.V1.Model.AssistantGroundingProviderProviderSignalResult.t()
      | nil,
    pslScore: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.