Class CheckTrialEarlyStoppingStateResponse (1.3.0)

public sealed class CheckTrialEarlyStoppingStateResponse : IMessage<CheckTrialEarlyStoppingStateResponse>, IEquatable<CheckTrialEarlyStoppingStateResponse>, IDeepCloneable<CheckTrialEarlyStoppingStateResponse>, IBufferMessage, IMessage

Response message for [VizierService.CheckTrialEarlyStoppingState][google.cloud.aiplatform.v1.VizierService.CheckTrialEarlyStoppingState].

Inheritance

Object > CheckTrialEarlyStoppingStateResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CheckTrialEarlyStoppingStateResponse()

public CheckTrialEarlyStoppingStateResponse()

CheckTrialEarlyStoppingStateResponse(CheckTrialEarlyStoppingStateResponse)

public CheckTrialEarlyStoppingStateResponse(CheckTrialEarlyStoppingStateResponse other)
Parameter
NameDescription
otherCheckTrialEarlyStoppingStateResponse

Properties

ShouldStop

public bool ShouldStop { get; set; }

True if the Trial should stop.

Property Value
TypeDescription
Boolean