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 Vertex AI 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-08-14 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eTrial.Types.Parameter\u003c/code\u003e class is \u003ccode\u003e1.0.0-beta21\u003c/code\u003e, which is a part of the Google Cloud Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class represents a tunable parameter within the Vertex AI, specifically for a parameter being tuned as part of a trial and it inherits from the object class while implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, and the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTrial.Types.Parameter\u003c/code\u003e class has two constructors: a default constructor \u003ccode\u003eParameter()\u003c/code\u003e and a copy constructor \u003ccode\u003eParameter(Trial.Types.Parameter other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe parameter class contains two properties: \u003ccode\u003eParameterId\u003c/code\u003e, which is a string representing the ID of the parameter, and \u003ccode\u003eValue\u003c/code\u003e, which is a \u003ccode\u003eGoogle.Protobuf.WellKnownTypes.Value\u003c/code\u003e object representing the parameter's value.\u003c/p\u003e\n"]]],[],null,[]]