public sealed class Trial.Types.Parameter : IMessage<Trial.Types.Parameter>, IEquatable<Trial.Types.Parameter>, IDeepCloneable<Trial.Types.Parameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class Trial.Types.Parameter.
Output only. The ID of the parameter. The parameter should be defined in
[StudySpec's
Parameters][google.cloud.aiplatform.v1beta1.StudySpec.parameters].
Output only. The value of the parameter.
number_value will be set if a parameter defined in StudySpec is
in type 'INTEGER', 'DOUBLE' or 'DISCRETE'.
string_value will be set if a parameter defined in StudySpec is
in type 'CATEGORICAL'.
[[["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."],[[["This document provides reference documentation for the `Trial.Types.Parameter` class within the Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta02."],["`Trial.Types.Parameter` is a class that represents a parameter to be tuned, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating an empty parameter and another for copying an existing `Trial.Types.Parameter`."],["The `ParameterId` property is an output-only string that represents the unique identifier for the parameter and the `Value` property, also output only, represents the current parameter's value."],["The available versions for the provided class is 1.0.0-beta21 (latest) and 1.0.0-beta20."]]],[]]