Values.GetMediaAnalysisJobResponseSourceRetrieves the results for a given media analysis job. Takes a JobId returned by StartMediaAnalysisJob.
type nonrec t = {jobId : MediaAnalysisJobId.t option;The identifier for the media analysis job.
*)jobName : MediaAnalysisJobName.t option;The name of the media analysis job.
*)operationsConfig : MediaAnalysisOperationsConfig.t option;Operation configurations that were provided during job creation.
*)status : MediaAnalysisJobStatus.t option;The current status of the media analysis job.
*)failureDetails : MediaAnalysisJobFailureDetails.t option;Details about the error that resulted in failure of the job.
*)creationTimestamp : DateTime.t option;The Unix date and time when the job was started.
*)completionTimestamp : DateTime.t option;The Unix date and time when the job finished.
*)input : MediaAnalysisInput.t option;Reference to the input manifest that was provided in the job creation request.
*)outputConfig : MediaAnalysisOutputConfig.t option;Output configuration that was provided in the creation request.
*)kmsKeyId : KmsKeyId.t option;KMS Key that was provided in the creation request.
*)results : MediaAnalysisResults.t option;Output manifest that contains prediction results.
*)manifestSummary : MediaAnalysisManifestSummary.t option;The summary manifest provides statistics on input manifest and errors identified in the input manifest.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerError of InternalServerError.t| `InvalidParameterException of InvalidParameterException.t| `ProvisionedThroughputExceededException of
ProvisionedThroughputExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InternalServerError of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InternalServerError of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MediaAnalysisJobId.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Float of Percent.t | `String of ProjectVersionId.t ])
list ])
list
| `Timestamp of DateTime.t ])
list ]