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

Properties of a Trial.

Package

@google-cloud/aiplatform

Properties

clientId

clientId?: (string|null);

Trial clientId

Property Value
TypeDescription
(string|null)

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)

infeasibleReason

infeasibleReason?: (string|null);

Trial infeasibleReason

Property Value
TypeDescription
(string|null)

measurements

measurements?: (google.cloud.aiplatform.v1.IMeasurement[]|null);

Trial measurements

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

name

name?: (string|null);

Trial name

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)

webAccessUris

webAccessUris?: ({ [k: string]: string }|null);

Trial webAccessUris

Property Value
TypeDescription
({ [k: string]: string }|null)