@pulumiverse/grafana 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/machineLearningJob.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* A job defines the queries and model parameters for a machine learning task.
|
|
4
4
|
*
|
|
5
|
-
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/
|
|
5
|
+
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/dynamic-alerting/forecasting/config/) for more information
|
|
6
6
|
* on available hyperparameters for use in the `hyperParams` field.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
package/machineLearningJob.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* A job defines the queries and model parameters for a machine learning task.
|
|
10
10
|
*
|
|
11
|
-
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/
|
|
11
|
+
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/dynamic-alerting/forecasting/config/) for more information
|
|
12
12
|
* on available hyperparameters for use in the `hyperParams` field.
|
|
13
13
|
*
|
|
14
14
|
* ## Example Usage
|
package/machinelearning/job.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* A job defines the queries and model parameters for a machine learning task.
|
|
4
4
|
*
|
|
5
|
-
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/
|
|
5
|
+
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/dynamic-alerting/forecasting/config/) for more information
|
|
6
6
|
* on available hyperparameters for use in the `hyperParams` field.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
package/machinelearning/job.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* A job defines the queries and model parameters for a machine learning task.
|
|
10
10
|
*
|
|
11
|
-
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/
|
|
11
|
+
* See [the Grafana Cloud docs](https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/dynamic-alerting/forecasting/config/) for more information
|
|
12
12
|
* on available hyperparameters for use in the `hyperParams` field.
|
|
13
13
|
*
|
|
14
14
|
* ## Example Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumiverse/grafana",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing grafana.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "grafana",
|
|
27
|
-
"version": "0.11.
|
|
27
|
+
"version": "0.11.1",
|
|
28
28
|
"server": "github://api.github.com/pulumiverse"
|
|
29
29
|
}
|
|
30
30
|
}
|