Values.ModelCopyJobSummarySourceContains details about each model copy job. This data type is used in the following API operations: ListModelCopyJobs response
type nonrec t = {jobArn : ModelCopyJobArn.t option;The Amazon Resoource Name (ARN) of the model copy job.
*)status : ModelCopyJobStatus.t option;The status of the model copy job.
*)creationTime : Timestamp.t option;The time that the model copy job was created.
*)targetModelArn : CustomModelArn.t option;The Amazon Resource Name (ARN) of the copied model.
*)targetModelName : CustomModelName.t option;The name of the copied model.
*)sourceAccountId : AccountId.t option;The unique identifier of the account that the model being copied originated from.
*)sourceModelArn : ModelArn.t option;The Amazon Resource Name (ARN) of the original model being copied.
*)targetModelKmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the copied model.
*)targetModelTags : TagList.t option;Tags associated with the copied model.
*)failureMessage : ErrorMessage.t option;If a model fails to be copied, a message describing why the job failed is included here.
*)sourceModelName : CustomModelName.t option;The name of the original model being copied.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ModelCopyJobArn.t
| `Timestamp of Timestamp.t ])
list ]