Values_2.DescribeTrialComponentResponseSourceProvides a list of a trials component's properties.
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.
*)source : TrialComponentSource.t option;The Amazon Resource Name (ARN) of the source and, optionally, the job type.
*)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.
*)parameters : Values_1.TrialComponentParameters.t option;The hyperparameters of the component.
*)inputArtifacts : Values_1.TrialComponentArtifacts.t option;The input artifacts of the component.
*)outputArtifacts : Values_1.TrialComponentArtifacts.t option;The output artifacts of the component.
*)metadataProperties : Values_0.MetadataProperties.t option;metrics : TrialComponentMetricSummaries.t option;The metrics for the component.
*)lineageGroupArn : Values_1.LineageGroupArn.t option;The Amazon Resource Name (ARN) of the lineage group.
*)sources : TrialComponentSources.t option;A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?trialComponentName:??? ->
?trialComponentArn:??? ->
?displayName:??? ->
?source:??? ->
?status:??? ->
?startTime:??? ->
?endTime:??? ->
?creationTime:??? ->
?createdBy:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
?parameters:??? ->
?inputArtifacts:??? ->
?outputArtifacts:??? ->
?metadataProperties:??? ->
?metrics:??? ->
?lineageGroupArn:??? ->
?sources:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of OptionalDouble.t
| `Integer of OptionalInteger.t
| `String of Values_0.MetricName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `Map of
([> `String of string ]
* [> `Structure of
(string
* [> `Double of float
| `String of Values_0.StringParameterValue.t ])
list ])
list
| `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 ]