Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ListOptimalTrialsResponse

Response message for VizierService.ListOptimalTrials.

Inheritance
object
GoogleCloudAiplatformV1ListOptimalTrialsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX