public sealed class CreateTrialRequest : IMessage<CreateTrialRequest>, IEquatable<CreateTrialRequest>, IDeepCloneable<CreateTrialRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreateTrialRequest.
Request message for
[VizierService.CreateTrial][google.cloud.aiplatform.v1beta1.VizierService.CreateTrial].
[[["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-21 UTC."],[[["The `CreateTrialRequest` class is part of the Vertex AI v1beta1 API, specifically used within the `Google.Cloud.AIPlatform.V1Beta1` namespace in .NET."],["This class serves as the request message for the `VizierService.CreateTrial` method, which is used to initiate a new trial in a study."],["`CreateTrialRequest` requires properties such as `Parent` to specify the study and `Trial` to define the trial's details."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two available versions of the `CreateTrialRequest`, version `1.0.0-beta21` being the latest, and version `1.0.0-beta20` also being accessible."]]],[]]