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].
Implements
IMessageCheckTrialEarlyStoppingStateResponse, IEquatableCheckTrialEarlyStoppingStateResponse, IDeepCloneableCheckTrialEarlyStoppingStateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CheckTrialEarlyStoppingStateResponse()
public CheckTrialEarlyStoppingStateResponse()
CheckTrialEarlyStoppingStateResponse(CheckTrialEarlyStoppingStateResponse)
public CheckTrialEarlyStoppingStateResponse(CheckTrialEarlyStoppingStateResponse other)
Parameter | |
---|---|
Name | Description |
other |
CheckTrialEarlyStoppingStateResponse |
Properties
ShouldStop
public bool ShouldStop { get; set; }
True if the Trial should stop.
Property Value | |
---|---|
Type | Description |
bool |