public sealed class CheckTrialEarlyStoppingStateRequest : IMessage<CheckTrialEarlyStoppingStateRequest>, IEquatable<CheckTrialEarlyStoppingStateRequest>, IDeepCloneable<CheckTrialEarlyStoppingStateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CheckTrialEarlyStoppingStateRequest.
Request message for
[VizierService.CheckTrialEarlyStoppingState][google.cloud.aiplatform.v1beta1.VizierService.CheckTrialEarlyStoppingState].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eCheckTrialEarlyStoppingStateRequest\u003c/code\u003e class, a part of the Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCheckTrialEarlyStoppingStateRequest\u003c/code\u003e class is a request message used for \u003ccode\u003eVizierService.CheckTrialEarlyStoppingState\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties \u003ccode\u003eTrialName\u003c/code\u003e which is a string and \u003ccode\u003eTrialNameAsTrialName\u003c/code\u003e which is a typed view over the TrialName resource name.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the class, one default and another that accepts another \u003ccode\u003eCheckTrialEarlyStoppingStateRequest\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class CheckTrialEarlyStoppingStateRequest (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CheckTrialEarlyStoppingStateRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.CheckTrialEarlyStoppingStateRequest) \n\n public sealed class CheckTrialEarlyStoppingStateRequest : IMessage\u003cCheckTrialEarlyStoppingStateRequest\u003e, IEquatable\u003cCheckTrialEarlyStoppingStateRequest\u003e, IDeepCloneable\u003cCheckTrialEarlyStoppingStateRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class CheckTrialEarlyStoppingStateRequest.\n\nRequest message for\n\\[VizierService.CheckTrialEarlyStoppingState\\]\\[google.cloud.aiplatform.v1beta1.VizierService.CheckTrialEarlyStoppingState\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CheckTrialEarlyStoppingStateRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CheckTrialEarlyStoppingStateRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CheckTrialEarlyStoppingStateRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CheckTrialEarlyStoppingStateRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CheckTrialEarlyStoppingStateRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CheckTrialEarlyStoppingStateRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CheckTrialEarlyStoppingStateRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### CheckTrialEarlyStoppingStateRequest()\n\n public CheckTrialEarlyStoppingStateRequest()\n\n### CheckTrialEarlyStoppingStateRequest(CheckTrialEarlyStoppingStateRequest)\n\n public CheckTrialEarlyStoppingStateRequest(CheckTrialEarlyStoppingStateRequest other)\n\nProperties\n----------\n\n### TrialName\n\n public string TrialName { get; set; }\n\nRequired. The Trial's name.\nFormat:\n`projects/{project}/locations/{location}/studies/{study}/trials/{trial}`\n\n### TrialNameAsTrialName\n\n public TrialName TrialNameAsTrialName { get; set; }\n\n[TrialName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.TrialName)-typed view over the [TrialName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CheckTrialEarlyStoppingStateRequest#Google_Cloud_AIPlatform_V1Beta1_CheckTrialEarlyStoppingStateRequest_TrialName) resource name property."]]