Class GoogleCloudAiplatformV1ListOptimalTrialsResponse
Response message for VizierService.ListOptimalTrials.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ListOptimalTrialsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OptimalTrials
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
Declaration
[JsonProperty("optimalTrials")]
public virtual IList<GoogleCloudAiplatformV1Trial> OptimalTrials { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1Trial> |