Cloud AI Platform v1 API - Class NasTrialDetail (2.22.0)

public sealed class NasTrialDetail : IMessage<NasTrialDetail>, IEquatable<NasTrialDetail>, IDeepCloneable<NasTrialDetail>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class NasTrialDetail.

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

Inheritance

object > NasTrialDetail

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

NasTrialDetail()

public NasTrialDetail()

NasTrialDetail(NasTrialDetail)

public NasTrialDetail(NasTrialDetail other)
Parameter
NameDescription
otherNasTrialDetail

Properties

Name

public string Name { get; set; }

Output only. Resource name of the NasTrialDetail.

Property Value
TypeDescription
string

NasTrialDetailName

public NasTrialDetailName NasTrialDetailName { get; set; }

NasTrialDetailName-typed view over the Name resource name property.

Property Value
TypeDescription
NasTrialDetailName

Parameters

public string Parameters { get; set; }

The parameters for the NasJob NasTrial.

Property Value
TypeDescription
string

SearchTrial

public NasTrial SearchTrial { get; set; }

The requested search NasTrial.

Property Value
TypeDescription
NasTrial

TrainTrial

public NasTrial TrainTrial { get; set; }

The train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial]. Only populated if [search_trial][google.cloud.aiplatform.v1.NasTrialDetail.search_trial] is used for training.

Property Value
TypeDescription
NasTrial