public sealed class SuggestTrialsRequest : IMessage<SuggestTrialsRequest>, IEquatable<SuggestTrialsRequest>, IDeepCloneable<SuggestTrialsRequest>, IBufferMessage, IMessageRequest message for [VizierService.SuggestTrials][google.cloud.aiplatform.v1.VizierService.SuggestTrials].
Implements
IMessage<SuggestTrialsRequest>, IEquatable<SuggestTrialsRequest>, IDeepCloneable<SuggestTrialsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
SuggestTrialsRequest()
public SuggestTrialsRequest()SuggestTrialsRequest(SuggestTrialsRequest)
public SuggestTrialsRequest(SuggestTrialsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SuggestTrialsRequest |
Properties
ClientId
public string ClientId { get; set; }Required. The identifier of the client that is requesting the suggestion.
If multiple SuggestTrialsRequests have the same client_id,
the service will return the identical suggested Trial if the Trial is
pending, and provide a new Trial if the last suggested Trial was completed.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The project and location that the Study belongs to.
Format: projects/{project}/locations/{location}/studies/{study}
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsStudyName
public StudyName ParentAsStudyName { get; set; }| Property Value | |
|---|---|
| Type | Description |
StudyName |
|
SuggestionCount
public int SuggestionCount { get; set; }Required. The number of suggestions requested.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|