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-04-09 UTC."],[[["The `TrialContext` class, part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, is a core component within the AI Platform's .NET library, with the latest version available being 1.0.0-beta21."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable\u003cTrialContext\u003e`, `IDeepCloneable\u003cTrialContext\u003e`, and `IBufferMessage`."],["`TrialContext` can be constructed either as an empty object using `TrialContext()` or as a copy of another `TrialContext` object via `TrialContext(TrialContext other)`."],["The class includes properties like `Description` to provide a human-readable explanation of the context, and `Parameters`, which is of type `RepeatedField\u003cTrial.Types.Parameter\u003e`, defining the parameters for Trials generated or selected within the context."],["`TrialContext` is available within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and it is a critical part of defining and managing the parameters within the feasible search space for AI Platform trials."]]],[]]