public sealed class StructFieldValue : IMessage<StructFieldValue>, IEquatable<StructFieldValue>, IDeepCloneable<StructFieldValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `StructFieldValue` class in the Cloud AI Platform v1beta1 API represents a single field within a struct or object-type feature value."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["It contains properties for `Name`, which is a string representing the field's name within the struct, and `Value`, which is of type `FeatureValue` and holds the actual value of the field."],["The `StructFieldValue` class offers two constructors: a default constructor and one that accepts another `StructFieldValue` instance as a parameter for cloning."],["The latest version of this documentation is 1.0.0-beta21, with version 1.0.0-beta20 also being documented."]]],[]]