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

Value is the value of the field.

Attributes

  • doubleValue (type: float(), default: nil) - A double value.
  • intValue (type: String.t, default: nil) - An integer value.
  • stringValue (type: String.t, default: nil) - A string value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Value{
  doubleValue: float() | nil,
  intValue: String.t() | nil,
  stringValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.