public sealed class StructFieldValue : IMessage<StructFieldValue>, IEquatable<StructFieldValue>, IDeepCloneable<StructFieldValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class StructFieldValue.
One field of a Struct (or object) type feature value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `StructFieldValue` class represents a single field within a struct or object-type feature value in the Vertex AI v1beta1 API."],["This class, part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, is a sealed class that inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`StructFieldValue` objects have two primary properties: `Name`, which is a string representing the field's name, and `Value`, which is a `FeatureValue` object holding the field's value."],["There are two constructors available: a default constructor (`StructFieldValue()`) and a copy constructor (`StructFieldValue(StructFieldValue other)`) for creating a new instance from an existing one."],["The latest version of the documentation is for version `1.0.0-beta21`, with an older version available at `1.0.0-beta20`."]]],[]]