Class GoogleCloudAiplatformV1NasTrialDetail
Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NasTrialDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name of the NasTrialDetail.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
The parameters for the NasJob NasTrial.
Declaration
[JsonProperty("parameters")]
public virtual string Parameters { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchTrial
The requested search NasTrial.
Declaration
[JsonProperty("searchTrial")]
public virtual GoogleCloudAiplatformV1NasTrial SearchTrial { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1NasTrial |
TrainTrial
The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.
Declaration
[JsonProperty("trainTrial")]
public virtual GoogleCloudAiplatformV1NasTrial TrainTrial { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1NasTrial |