Module Values.UpdateEvaluationInputSource

Updates the EvaluationName of an Evaluation. You can use the GetEvaluation operation to view the contents of the updated data element.

Sourcetype nonrec t = {
  1. evaluationId : EntityId.t;
    (*

    The ID assigned to the Evaluation during creation.

    *)
  2. evaluationName : EntityName.t;
    (*

    A new user-supplied name or description of the Evaluation that will replace the current content.

    *)
}
Sourceval context_ : string
Sourceval make : evaluationId:EntityId.t -> evaluationName:EntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EntityId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t