[[["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."],[[["This document provides reference documentation for the `Value` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09."],["The `Value` class is used to represent the value of a field and is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, implemented as a sealed class inheriting from `object` and implementing several interfaces."],["The class has properties to store different data types, including `DoubleValue`, `IntValue`, and `StringValue`, and also includes properties like `HasDoubleValue`, `HasIntValue` and `HasStringValue` to check whether the fields are set."],["Constructors for the `Value` class include a default constructor `Value()` and a constructor that takes another `Value` object as a parameter, `Value(Value other)`."],["The `Value` class includes a `ValueCase` property to determine which type of value is currently being held."]]],[]]