View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry (google_api_ai_platform v0.13.0)

Single source entry for the grounding checking.

Attributes

  • enterpriseDatastore (type: String.t, default: nil) - The uri of the Vertex AI Search data source. Deprecated. Use vertex_ai_search_datastore instead.
  • inlineContext (type: String.t, default: nil) - The grounding text passed inline with the Predict API. It can support up to 1 million bytes.
  • type (type: String.t, default: nil) - The type of the grounding checking source.
  • vertexAiSearchDatastore (type: String.t, default: nil) - The uri of the Vertex AI Search data source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfigSourceEntry{
    enterpriseDatastore: String.t() | nil,
    inlineContext: String.t() | nil,
    type: String.t() | nil,
    vertexAiSearchDatastore: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.