View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StructFieldValue (google_api_ai_platform v0.13.0)
One field of a Struct (or object) type feature value.
Attributes
-
name
(type:String.t
, default:nil
) - Name of the field in the struct feature. -
value
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t
, default:nil
) - The value for this field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StructFieldValue{ name: String.t() | nil, value: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.