Values.DescribeAnomalyDetectorRequestSourceRetrieves detailed information about a specific anomaly detector, including its status and configuration.
type nonrec t = {workspaceId : WorkspaceId.t;The identifier of the workspace containing the anomaly detector.
*)anomalyDetectorId : AnomalyDetectorId.t;The identifier of the anomaly detector to describe.
*)}