Cloud AI Platform v1 API - Class CheckTrialEarlyStoppingStateResponse (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class CheckTrialEarlyStoppingStateResponse.

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
bool