Values.UpdateEvaluationInputSourceUpdates the EvaluationName of an Evaluation. You can use the GetEvaluation operation to view the contents of the updated data element.
type nonrec t = {evaluationId : EntityId.t;The ID assigned to the Evaluation during creation.
*)evaluationName : EntityName.t;A new user-supplied name or description of the Evaluation that will replace the current content.
*)}