Values.UpdateGoalRequestSourceRequest structure for updating a goal
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier for the agent space containing the goal
*)goalId : String_.t;The unique identifier of the goal to update
*)evaluationSchedule : GoalScheduleInput.t option;Update goal schedule state
*)clientToken : String_.t option;Client-provided token for idempotent operations
*)}val make :
?evaluationSchedule:??? ->
?clientToken:??? ->
agentSpaceId:AgentSpaceId.t ->
goalId:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AgentSpaceId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]