Values_2.TrialComponentSummarySourceA summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.
type nonrec t = {trialComponentName : Values_0.ExperimentEntityName.t option;The name of the trial component.
*)trialComponentArn : Values_0.TrialComponentArn.t option;The Amazon Resource Name (ARN) of the trial component.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.
*)trialComponentSource : TrialComponentSource.t option;status : Values_1.TrialComponentStatus.t option;The status of the component. States include: InProgress Completed Failed
*)startTime : Values_0.Timestamp.t option;When the component started.
*)endTime : Values_0.Timestamp.t option;When the component ended.
*)creationTime : Values_0.Timestamp.t option;When the component was created.
*)createdBy : Values_0.UserContext.t option;Who created the trial component.
*)lastModifiedTime : Values_0.Timestamp.t option;When the component was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;Who last modified the component.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ExperimentEntityName.t
| `Structure of
(string
* [> `Enum of string
| `String of TrialComponentSourceArn.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]