public RepeatedField<Trial.Types.Parameter> Parameters { get; }
If/when a Trial is generated or selected from this Context,
its Parameters will match any parameters specified here.
(I.e. if this context specifies parameter name:'a' int_value:3,
then a resulting Trial will have int_value:3 for its parameter named
'a'.) Note that we first attempt to match existing REQUESTED Trials with
contexts, and if there are no matches, we generate suggestions in the
subspace defined by the parameters specified here.
NOTE: a Context without any Parameters matches the entire feasible search
space.
[[["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 `TrialContext` class, part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, is available in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`TrialContext` objects can be created using the default constructor `TrialContext()` or by copying another `TrialContext` object using the `TrialContext(TrialContext other)` constructor."],["The `Description` property of the `TrialContext` class allows for a human-readable string to be set and stored as the context's description, which will be part of the trial's description."],["The `Parameters` property, of the type `RepeatedField\u003cTrial.Types.Parameter\u003e`, allows the setting of parameters for Trials generated or selected from this Context, affecting the trial's parameter values and the search space."]]],[]]