public sealed class CreateTrialRequest : IMessage<CreateTrialRequest>, IEquatable<CreateTrialRequest>, IDeepCloneable<CreateTrialRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-14 UTC."],[[["This document provides reference information for the `CreateTrialRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for versions 1.0.0-beta20 and 1.0.0-beta21."],["`CreateTrialRequest` is used as a request message for the `VizierService.CreateTrial` method, enabling the creation of trials in a study."],["The `CreateTrialRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties such as `Parent` (a string representing the study resource name), `ParentAsStudyName` (a typed view of the parent), and `Trial` (the trial to be created)."],["The provided information details the constructors, properties, inheritance and the assembly information that belong to the `CreateTrialRequest` class."]]],[]]