public sealed class CheckTrialEarlyStoppingStateResponse : IMessage<CheckTrialEarlyStoppingStateResponse>, IEquatable<CheckTrialEarlyStoppingStateResponse>, IDeepCloneable<CheckTrialEarlyStoppingStateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-31 UTC."],[[["This document provides reference documentation for the `CheckTrialEarlyStoppingStateResponse` class, part of the Cloud AI Platform v1beta1 API, specifically within version 1.0.0-beta01."],["The `CheckTrialEarlyStoppingStateResponse` class is used as the response message for the `VizierService.CheckTrialEarlyStoppingState` method in the API."],["It inherits from the base `object` class and implements the interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property `ShouldStop`, a boolean value indicating whether a trial should be stopped, alongside two constructors."],["This documentation details the `CheckTrialEarlyStoppingStateResponse` type, including its constructors, properties and inheritance."]]],[]]