Cloud AI Platform v1 API - Class NasTrial (2.12.0)

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

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

Represents a uCAIP NasJob trial.

Inheritance

object > NasTrial

Namespace

GoogleCloudGoogle.Cloud.AIPlatformV1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

NasTrial()

public NasTrial()

NasTrial(NasTrial)

public NasTrial(NasTrial other)
Parameter
NameDescription
otherNasTrial

Properties

EndTime

public Timestamp EndTime { get; set; }

Output only. Time when the NasTrial's status changed to SUCCEEDED or INFEASIBLE.

Property Value
TypeDescription
Timestamp

FinalMeasurement

public Measurement FinalMeasurement { get; set; }

Output only. The final measurement containing the objective value.

Property Value
TypeDescription
Measurement

Id

public string Id { get; set; }

Output only. The identifier of the NasTrial assigned by the service.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

Output only. Time when the NasTrial was started.

Property Value
TypeDescription
Timestamp

State

public NasTrial.Types.State State { get; set; }

Output only. The detailed state of the NasTrial.

Property Value
TypeDescription
NasTrialTypesState