You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A job defines the queries and model parameters for a machine learning task.
21
-
`,
21
+
22
+
See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/forecasts/models/) for more information
23
+
on available hyperparameters for use in the `+"`hyper_params`"+` field.`,
22
24
23
25
CreateContext: checkClient(resourceJobCreate),
24
26
ReadContext: checkClient(resourceJobRead),
@@ -77,7 +79,7 @@ A job defines the queries and model parameters for a machine learning task.
77
79
Default: 300,
78
80
},
79
81
"hyper_params": {
80
-
Description: "The hyperparameters used to fine tune the algorithm. See https://grafana.com/docs/grafana-cloud/machine-learning/models/ for the full list of available hyperparameters.",
82
+
Description: "The hyperparameters used to fine tune the algorithm. See https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/forecasts/models/ for the full list of available hyperparameters.",
0 commit comments