Values_2.TaskRunSourceThe sampling parameters that are associated with the machine learning transform.
type nonrec t = {transformId : Values_0.HashString.t option;The unique identifier for the transform.
*)taskRunId : Values_0.HashString.t option;The unique identifier for this task run.
*)status : Values_0.TaskStatusType.t option;The current status of the requested task run.
*)logGroupName : Values_0.GenericString.t option;The names of the log group for secure logging, associated with this task run.
*)properties : TaskRunProperties.t option;Specifies configuration properties associated with this task run.
*)errorString : Values_0.GenericString.t option;The list of error strings associated with this task run.
*)startedOn : Values_0.Timestamp.t option;The date and time that this task run started.
*)lastModifiedOn : Values_0.Timestamp.t option;The last point in time that the requested task run was updated.
*)completedOn : Values_0.Timestamp.t option;The last point in time that the requested task run was completed.
*)executionTime : Values_0.ExecutionTime.t option;The amount of time (in seconds) that the task run consumed resources.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.ExecutionTime.t
| `String of Values_0.HashString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of ReplaceBoolean.t
| `String of Values_0.UriString.t ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]