Class GoogleCloudAiplatformV1NasJobOutputMultiTrialJobOutput
The output of a multi-trial Neural Architecture Search (NAS) jobs.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NasJobOutputMultiTrialJobOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchTrials
Output only. List of NasTrials that were started as part of search stage.
Declaration
[JsonProperty("searchTrials")]
public virtual IList<GoogleCloudAiplatformV1NasTrial> SearchTrials { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1NasTrial> |
TrainTrials
Output only. List of NasTrials that were started as part of train stage.
Declaration
[JsonProperty("trainTrials")]
public virtual IList<GoogleCloudAiplatformV1NasTrial> TrainTrials { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1NasTrial> |