Interface protos.google.cloud.aiplatform.v1.ITrial (1.7.2)

Properties of a Trial.

Package

@google-cloud/aiplatform!

Properties

customJob

customJob?: (string|null);

Trial customJob

Property Value
TypeDescription
(string|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

Trial endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

finalMeasurement

finalMeasurement?: (google.cloud.aiplatform.v1.IMeasurement|null);

Trial finalMeasurement

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IMeasurement|null)

id

id?: (string|null);

Trial id

Property Value
TypeDescription
(string|null)

parameters

parameters?: (google.cloud.aiplatform.v1.Trial.IParameter[]|null);

Trial parameters

Property Value
TypeDescription
(google.cloud.aiplatform.v1.Trial.IParameter[]|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Trial startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.cloud.aiplatform.v1.Trial.State|keyof typeof google.cloud.aiplatform.v1.Trial.State|null);

Trial state

Property Value
TypeDescription
(google.cloud.aiplatform.v1.Trial.State|keyof typeof google.cloud.aiplatform.v1.Trial.State|null)