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-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTrialContext\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, is a core component within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e library and is available in the latest version 1.0.0-beta21.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<TrialContext>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<TrialContext>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its robust design and functionality.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTrialContext\u003c/code\u003e can be constructed using a default constructor or by copying an existing \u003ccode\u003eTrialContext\u003c/code\u003e, allowing flexibility in its usage.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers a \u003ccode\u003eDescription\u003c/code\u003e property that enables the storage of human-readable descriptions of the context, which will also be reflected in the description of any resultant Trial.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParameters\u003c/code\u003e property allows the definition of specific parameters that should match when generating or selecting a Trial from this context, offering a mechanism to influence the Trial parameters.\u003c/p\u003e\n"]]],[],null,[]]