Values.InferenceProfileModelSourceSourceContains information about the model or system-defined inference profile that is the source for an inference profile..
type nonrec t = {copyFrom : InferenceProfileModelSourceArn.t option;The ARN of the model or system-defined inference profile that is the source for the inference profile.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of InferenceProfileModelSourceArn.t ]) list ]