public sealed class CheckTrialEarlyStoppingStateRequest : IMessage<CheckTrialEarlyStoppingStateRequest>, IEquatable<CheckTrialEarlyStoppingStateRequest>, IDeepCloneable<CheckTrialEarlyStoppingStateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CheckTrialEarlyStoppingStateRequest.
Request message for [VizierService.CheckTrialEarlyStoppingState][google.cloud.aiplatform.v1beta1.VizierService.CheckTrialEarlyStoppingState].
Implements
IMessageCheckTrialEarlyStoppingStateRequest, IEquatableCheckTrialEarlyStoppingStateRequest, IDeepCloneableCheckTrialEarlyStoppingStateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CheckTrialEarlyStoppingStateRequest()
public CheckTrialEarlyStoppingStateRequest()CheckTrialEarlyStoppingStateRequest(CheckTrialEarlyStoppingStateRequest)
public CheckTrialEarlyStoppingStateRequest(CheckTrialEarlyStoppingStateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CheckTrialEarlyStoppingStateRequest |
Properties
TrialName
public string TrialName { get; set; }Required. The Trial's name.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
| Property Value | |
|---|---|
| Type | Description |
string |
|
TrialNameAsTrialName
public TrialName TrialNameAsTrialName { get; set; }| Property Value | |
|---|---|
| Type | Description |
TrialName |
|