Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.31 KB

V1alpha3TrialStatus.md

File metadata and controls

14 lines (10 loc) · 1.31 KB

V1alpha3TrialStatus

Properties

Name Type Description Notes
completion_time V1Time Represents time when the Trial was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC [optional]
conditions list[V1alpha3TrialCondition] List of observed runtime conditions for this Trial. [optional]
last_reconcile_time V1Time Represents last time when the Trial was reconciled. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. [optional]
observation V1alpha3Observation Results of the Trial - objectives and other metrics values. [optional]
start_time V1Time Represents time when the Trial was acknowledged by the Trial controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC [optional]

[Back to Model list] [Back to API list] [Back to README]