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

A prompt instance's parameters set that contains a set of variable values.

Attributes

  • arguments (type: %{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPromptInstanceVariableValue.t}, default: nil) - Maps variable names to their value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPromptInstancePromptExecution{
    arguments:
      %{
        optional(String.t()) =>
          GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPromptInstanceVariableValue.t()
      }
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.