View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DynamicRetrievalConfig (google_api_ai_platform v0.21.0)

Describes the options to customize dynamic retrieval.

Attributes

  • dynamicThreshold (type: number(), default: nil) - Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used.
  • mode (type: String.t, default: nil) - The mode of the predictor to be used in dynamic retrieval.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DynamicRetrievalConfig{
    dynamicThreshold: number() | nil,
    mode: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.