Values_2.LabelingJobSummarySourceProvides summary information about a labeling job.
type nonrec t = {labelingJobName : Values_1.LabelingJobName.t option;The name of the labeling job.
*)labelingJobArn : Values_1.LabelingJobArn.t option;The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
*)creationTime : Values_0.Timestamp.t option;The date and time that the job was created (timestamp).
*)lastModifiedTime : Values_0.Timestamp.t option;The date and time that the job was last modified (timestamp).
*)labelingJobStatus : Values_1.LabelingJobStatus.t option;The current status of the labeling job.
*)labelCounters : Values_1.LabelCounters.t option;Counts showing the progress of the labeling job.
*)workteamArn : Values_0.WorkteamArn.t option;The Amazon Resource Name (ARN) of the work team assigned to the job.
*)preHumanTaskLambdaArn : Values_0.LambdaFunctionArn.t option;The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
*)annotationConsolidationLambdaArn : Values_0.LambdaFunctionArn.t option;The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.
*)failureReason : Values_0.FailureReason.t option;If the LabelingJobStatus field is Failed, this field contains a description of the error.
*)labelingJobOutput : Values_1.LabelingJobOutput.t option;The location of the output produced by the labeling job.
*)inputConfig : Values_1.LabelingJobInputConfig.t option;Input configuration for the labeling job.
*)}val make :
?labelingJobName:??? ->
?labelingJobArn:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?labelingJobStatus:??? ->
?labelCounters:??? ->
?workteamArn:??? ->
?preHumanTaskLambdaArn:??? ->
?annotationConsolidationLambdaArn:??? ->
?failureReason:??? ->
?labelingJobOutput:??? ->
?inputConfig:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.LabelingJobName.t
| `Structure of
(string
* [> `Integer of int
| `String of Values_0.S3Uri.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string * [> `String of Values_0.S3Uri.t ]) list ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]