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

Google search entry point.

Attributes

  • renderedContent (type: String.t, default: nil) - Optional. Web content snippet that can be embedded in a web page or an app webview.
  • sdkBlob (type: String.t, default: nil) - Optional. Base64 encoded JSON representing array of tuple.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SearchEntryPoint{
  renderedContent: String.t() | nil,
  sdkBlob: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.