Values_1.DescribeLabelingJobResponseSourceGets information about a labeling job.
type nonrec t = {labelingJobStatus : LabelingJobStatus.t option;The processing status of the labeling job.
*)labelCounters : LabelCounters.t option;Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by machine, the number of objects than couldn't be labeled, and the total number of objects labeled.
*)failureReason : Values_0.FailureReason.t option;If the job failed, the reason that it failed.
*)creationTime : Values_0.Timestamp.t option;The date and time that the labeling job was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The date and time that the labeling job was last updated.
*)jobReferenceCode : JobReferenceCode.t option;A unique identifier for work done as part of a labeling job.
*)labelingJobName : LabelingJobName.t option;The name assigned to the labeling job when it was created.
*)labelingJobArn : LabelingJobArn.t option;The Amazon Resource Name (ARN) of the labeling job.
*)labelAttributeName : LabelAttributeName.t option;The attribute used as the label in the output manifest file.
*)inputConfig : LabelingJobInputConfig.t option;Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.
*)outputConfig : LabelingJobOutputConfig.t option;The location of the job's output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data labeling.
*)labelCategoryConfigS3Uri : Values_0.S3Uri.t option;The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits: Semantic segmentation labeling jobs using automated labeling: 20 labels Box bounding labeling jobs (all): 10 labels The file is a JSON structure in the following format: { "document-version": "2018-11-28" "labels": [ { "label": "label 1" }, { "label": "label 2" }, ... { "label": "label n" } ] }
*)stoppingConditions : LabelingJobStoppingConditions.t option;A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.
*)labelingJobAlgorithmsConfig : LabelingJobAlgorithmsConfig.t option;Configuration information for automated data labeling.
*)humanTaskConfig : HumanTaskConfig.t option;Configuration information required for human workers to complete a labeling task.
*)labelingJobOutput : LabelingJobOutput.t option;The location of the output produced by the labeling job.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?labelingJobStatus:??? ->
?labelCounters:??? ->
?failureReason:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?jobReferenceCode:??? ->
?labelingJobName:??? ->
?labelingJobArn:??? ->
?labelAttributeName:??? ->
?inputConfig:??? ->
?outputConfig:??? ->
?roleArn:??? ->
?labelCategoryConfigS3Uri:??? ->
?stoppingConditions:??? ->
?labelingJobAlgorithmsConfig:??? ->
?humanTaskConfig:??? ->
?tags:??? ->
?labelingJobOutput:??? ->
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
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.FailureReason.t
| `Structure of
(string
* [> `Integer of LabelCounter.t
| `List of [> `String of TaskKeyword.t ] list
| `String of Values_0.S3Uri.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of Values_0.KmsKeyId.t
| `Structure of
(string
* [> `Integer of int
| `List of [> `String of string ] list
| `String of Values_0.S3Uri.t ])
list ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]