Values_1.DescribeModelExplainabilityJobDefinitionRequestSourceReturns a description of a model explainability job definition.
type nonrec t = {jobDefinitionName : Values_0.MonitoringJobDefinitionName.t;The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.MonitoringJobDefinitionName.t ]) list ]