public sealed class NasTrialDetail : IMessage<NasTrialDetail>, IEquatable<NasTrialDetail>, IDeepCloneable<NasTrialDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class NasTrialDetail.
Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.
Implements
IMessageNasTrialDetail, IEquatableNasTrialDetail, IDeepCloneableNasTrialDetail, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NasTrialDetail()
public NasTrialDetail()
NasTrialDetail(NasTrialDetail)
public NasTrialDetail(NasTrialDetail other)
Parameter | |
---|---|
Name | Description |
other |
NasTrialDetail |
Properties
Name
public string Name { get; set; }
Output only. Resource name of the NasTrialDetail.
Property Value | |
---|---|
Type | Description |
string |
NasTrialDetailName
public NasTrialDetailName NasTrialDetailName { get; set; }
NasTrialDetailName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
NasTrialDetailName |
Parameters
public string Parameters { get; set; }
The parameters for the NasJob NasTrial.
Property Value | |
---|---|
Type | Description |
string |
SearchTrial
public NasTrial SearchTrial { get; set; }
The requested search NasTrial.
Property Value | |
---|---|
Type | Description |
NasTrial |
TrainTrial
public NasTrial TrainTrial { get; set; }
The train NasTrial corresponding to [search_trial][google.cloud.aiplatform.v1beta1.NasTrialDetail.search_trial]. Only populated if [search_trial][google.cloud.aiplatform.v1beta1.NasTrialDetail.search_trial] is used for training.
Property Value | |
---|---|
Type | Description |
NasTrial |