public sealed class ListOptimalTrialsRequest : IMessage<ListOptimalTrialsRequest>, IEquatable<ListOptimalTrialsRequest>, IDeepCloneable<ListOptimalTrialsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ListOptimalTrialsRequest.
Request message for [VizierService.ListOptimalTrials][google.cloud.aiplatform.v1beta1.VizierService.ListOptimalTrials].
Implements
IMessageListOptimalTrialsRequest, IEquatableListOptimalTrialsRequest, IDeepCloneableListOptimalTrialsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListOptimalTrialsRequest()
public ListOptimalTrialsRequest()ListOptimalTrialsRequest(ListOptimalTrialsRequest)
public ListOptimalTrialsRequest(ListOptimalTrialsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListOptimalTrialsRequest |
Properties
Parent
public string Parent { get; set; }Required. The name of the Study that the optimal Trial belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsStudyName
public StudyName ParentAsStudyName { get; set; }| Property Value | |
|---|---|
| Type | Description |
StudyName |
|