Cloud AI Platform v1 API - Class CheckTrialEarlyStoppingStateRequest (2.27.0)

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

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

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

Inheritance

object > CheckTrialEarlyStoppingStateRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CheckTrialEarlyStoppingStateRequest()

public CheckTrialEarlyStoppingStateRequest()

CheckTrialEarlyStoppingStateRequest(CheckTrialEarlyStoppingStateRequest)

public CheckTrialEarlyStoppingStateRequest(CheckTrialEarlyStoppingStateRequest other)
Parameter
NameDescription
otherCheckTrialEarlyStoppingStateRequest

Properties

TrialName

public string TrialName { get; set; }

Required. The Trial's name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}

Property Value
TypeDescription
string

TrialNameAsTrialName

public TrialName TrialNameAsTrialName { get; set; }

TrialName-typed view over the TrialName resource name property.

Property Value
TypeDescription
TrialName