Values.GetModelCustomizationJobRequestSourceRetrieves the properties associated with a model-customization job, including the status of the job. For more information, see Custom models in the Amazon Bedrock User Guide.
type nonrec t = {jobIdentifier : ModelCustomizationJobIdentifier.t;Identifier for the customization job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ModelCustomizationJobIdentifier.t ]) list ]