public sealed class CheckTrialEarlyStoppingStateResponse : IMessage<CheckTrialEarlyStoppingStateResponse>, IEquatable<CheckTrialEarlyStoppingStateResponse>, IDeepCloneable<CheckTrialEarlyStoppingStateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CheckTrialEarlyStoppingStateResponse.
Response 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-03-25 UTC."],[[["The `CheckTrialEarlyStoppingStateResponse` class is part of the Vertex AI v1beta1 API and is used to represent the response for checking the early stopping state of a trial."],["This class is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is defined in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The `CheckTrialEarlyStoppingStateResponse` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that accepts another `CheckTrialEarlyStoppingStateResponse` object as a parameter."],["It has a property called `ShouldStop` that is a boolean value indicating whether a trial should be stopped or not."]]],[]]