public sealed class CheckTrialEarlyStoppingStateRequest : IMessage<CheckTrialEarlyStoppingStateRequest>, IEquatable<CheckTrialEarlyStoppingStateRequest>, IDeepCloneable<CheckTrialEarlyStoppingStateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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"]],[["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."],[[["This documentation is for the `CheckTrialEarlyStoppingStateRequest` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `CheckTrialEarlyStoppingStateRequest` class is used as a request message for the `VizierService.CheckTrialEarlyStoppingState` method."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CheckTrialEarlyStoppingStateRequest` class has two constructors: a default constructor and one that takes another `CheckTrialEarlyStoppingStateRequest` object."],["This request requires a `TrialName` property, which is a string representing the name of the trial, formatted as `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`, and a corresponding `TrialNameAsTrialName` property, which is a `TrialName` object view."]]],[]]