Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NasTrialDetail

Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.

Inheritance
object
GoogleCloudAiplatformV1NasTrialDetail
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX