Values.GetModelImportJobRequestSourceRetrieves the properties associated with import model job, including the status of the job. For more information, see Import a customized model in the Amazon Bedrock User Guide.
type nonrec t = {jobIdentifier : ModelImportJobIdentifier.t;The identifier of the import job.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ModelImportJobIdentifier.t ]) list ]