@datarobot/pulumi-datarobot 0.8.1 → 0.8.2
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/deployment.d.ts +13 -0
- package/deployment.js +3 -0
- package/deployment.js.map +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +36 -0
- package/types/output.d.ts +36 -0
package/deployment.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ import * as outputs from "./types/output";
|
|
|
40
40
|
* predictionWarningSettings: {},
|
|
41
41
|
* predictionIntervalsSettings: {},
|
|
42
42
|
* predictionsSettings: {},
|
|
43
|
+
* featureCacheSettings: {},
|
|
43
44
|
* healthSettings: {},
|
|
44
45
|
* runtimeParameterValues: [{
|
|
45
46
|
* key: "EXAMPLE_PARAM",
|
|
@@ -90,6 +91,10 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
90
91
|
* The drift tracking settings for the Deployment.
|
|
91
92
|
*/
|
|
92
93
|
readonly driftTrackingSettings: pulumi.Output<outputs.DeploymentDriftTrackingSettings | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* The feature cache settings for this Deployment.
|
|
96
|
+
*/
|
|
97
|
+
readonly featureCacheSettings: pulumi.Output<outputs.DeploymentFeatureCacheSettings | undefined>;
|
|
93
98
|
/**
|
|
94
99
|
* The health settings for this Deployment.
|
|
95
100
|
*/
|
|
@@ -179,6 +184,10 @@ export interface DeploymentState {
|
|
|
179
184
|
* The drift tracking settings for the Deployment.
|
|
180
185
|
*/
|
|
181
186
|
driftTrackingSettings?: pulumi.Input<inputs.DeploymentDriftTrackingSettings>;
|
|
187
|
+
/**
|
|
188
|
+
* The feature cache settings for this Deployment.
|
|
189
|
+
*/
|
|
190
|
+
featureCacheSettings?: pulumi.Input<inputs.DeploymentFeatureCacheSettings>;
|
|
182
191
|
/**
|
|
183
192
|
* The health settings for this Deployment.
|
|
184
193
|
*/
|
|
@@ -260,6 +269,10 @@ export interface DeploymentArgs {
|
|
|
260
269
|
* The drift tracking settings for the Deployment.
|
|
261
270
|
*/
|
|
262
271
|
driftTrackingSettings?: pulumi.Input<inputs.DeploymentDriftTrackingSettings>;
|
|
272
|
+
/**
|
|
273
|
+
* The feature cache settings for this Deployment.
|
|
274
|
+
*/
|
|
275
|
+
featureCacheSettings?: pulumi.Input<inputs.DeploymentFeatureCacheSettings>;
|
|
263
276
|
/**
|
|
264
277
|
* The health settings for this Deployment.
|
|
265
278
|
*/
|
package/deployment.js
CHANGED
|
@@ -44,6 +44,7 @@ const utilities = require("./utilities");
|
|
|
44
44
|
* predictionWarningSettings: {},
|
|
45
45
|
* predictionIntervalsSettings: {},
|
|
46
46
|
* predictionsSettings: {},
|
|
47
|
+
* featureCacheSettings: {},
|
|
47
48
|
* healthSettings: {},
|
|
48
49
|
* runtimeParameterValues: [{
|
|
49
50
|
* key: "EXAMPLE_PARAM",
|
|
@@ -88,6 +89,7 @@ class Deployment extends pulumi.CustomResource {
|
|
|
88
89
|
resourceInputs["challengerModelsSettings"] = state ? state.challengerModelsSettings : undefined;
|
|
89
90
|
resourceInputs["challengerReplaySettings"] = state ? state.challengerReplaySettings : undefined;
|
|
90
91
|
resourceInputs["driftTrackingSettings"] = state ? state.driftTrackingSettings : undefined;
|
|
92
|
+
resourceInputs["featureCacheSettings"] = state ? state.featureCacheSettings : undefined;
|
|
91
93
|
resourceInputs["healthSettings"] = state ? state.healthSettings : undefined;
|
|
92
94
|
resourceInputs["importance"] = state ? state.importance : undefined;
|
|
93
95
|
resourceInputs["label"] = state ? state.label : undefined;
|
|
@@ -119,6 +121,7 @@ class Deployment extends pulumi.CustomResource {
|
|
|
119
121
|
resourceInputs["challengerModelsSettings"] = args ? args.challengerModelsSettings : undefined;
|
|
120
122
|
resourceInputs["challengerReplaySettings"] = args ? args.challengerReplaySettings : undefined;
|
|
121
123
|
resourceInputs["driftTrackingSettings"] = args ? args.driftTrackingSettings : undefined;
|
|
124
|
+
resourceInputs["featureCacheSettings"] = args ? args.featureCacheSettings : undefined;
|
|
122
125
|
resourceInputs["healthSettings"] = args ? args.healthSettings : undefined;
|
|
123
126
|
resourceInputs["importance"] = args ? args.importance : undefined;
|
|
124
127
|
resourceInputs["label"] = args ? args.label : undefined;
|
package/deployment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployment.js","sourceRoot":"","sources":["../deployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"deployment.js","sourceRoot":"","sources":["../deployment.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -526,6 +526,42 @@ export interface DeploymentDriftTrackingSettings {
|
|
|
526
526
|
*/
|
|
527
527
|
trackedFeatures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
528
528
|
}
|
|
529
|
+
export interface DeploymentFeatureCacheSettings {
|
|
530
|
+
/**
|
|
531
|
+
* If feature cache is enabled for this Deployment.
|
|
532
|
+
*/
|
|
533
|
+
enabled: pulumi.Input<boolean>;
|
|
534
|
+
/**
|
|
535
|
+
* If feature cache fetching is enabled.
|
|
536
|
+
*/
|
|
537
|
+
fetching?: pulumi.Input<boolean>;
|
|
538
|
+
/**
|
|
539
|
+
* Defines the feature cache schedule.
|
|
540
|
+
*/
|
|
541
|
+
schedule?: pulumi.Input<inputs.DeploymentFeatureCacheSettingsSchedule>;
|
|
542
|
+
}
|
|
543
|
+
export interface DeploymentFeatureCacheSettingsSchedule {
|
|
544
|
+
/**
|
|
545
|
+
* Days of the month.
|
|
546
|
+
*/
|
|
547
|
+
dayOfMonths: pulumi.Input<pulumi.Input<string>[]>;
|
|
548
|
+
/**
|
|
549
|
+
* Days of the week.
|
|
550
|
+
*/
|
|
551
|
+
dayOfWeeks: pulumi.Input<pulumi.Input<string>[]>;
|
|
552
|
+
/**
|
|
553
|
+
* Hours of the day.
|
|
554
|
+
*/
|
|
555
|
+
hours: pulumi.Input<pulumi.Input<string>[]>;
|
|
556
|
+
/**
|
|
557
|
+
* Minutes of the day.
|
|
558
|
+
*/
|
|
559
|
+
minutes: pulumi.Input<pulumi.Input<string>[]>;
|
|
560
|
+
/**
|
|
561
|
+
* Months of the year.
|
|
562
|
+
*/
|
|
563
|
+
months: pulumi.Input<pulumi.Input<string>[]>;
|
|
564
|
+
}
|
|
529
565
|
export interface DeploymentHealthSettings {
|
|
530
566
|
/**
|
|
531
567
|
* The accuracy health settings for this Deployment.
|
package/types/output.d.ts
CHANGED
|
@@ -525,6 +525,42 @@ export interface DeploymentDriftTrackingSettings {
|
|
|
525
525
|
*/
|
|
526
526
|
trackedFeatures?: string[];
|
|
527
527
|
}
|
|
528
|
+
export interface DeploymentFeatureCacheSettings {
|
|
529
|
+
/**
|
|
530
|
+
* If feature cache is enabled for this Deployment.
|
|
531
|
+
*/
|
|
532
|
+
enabled: boolean;
|
|
533
|
+
/**
|
|
534
|
+
* If feature cache fetching is enabled.
|
|
535
|
+
*/
|
|
536
|
+
fetching?: boolean;
|
|
537
|
+
/**
|
|
538
|
+
* Defines the feature cache schedule.
|
|
539
|
+
*/
|
|
540
|
+
schedule?: outputs.DeploymentFeatureCacheSettingsSchedule;
|
|
541
|
+
}
|
|
542
|
+
export interface DeploymentFeatureCacheSettingsSchedule {
|
|
543
|
+
/**
|
|
544
|
+
* Days of the month.
|
|
545
|
+
*/
|
|
546
|
+
dayOfMonths: string[];
|
|
547
|
+
/**
|
|
548
|
+
* Days of the week.
|
|
549
|
+
*/
|
|
550
|
+
dayOfWeeks: string[];
|
|
551
|
+
/**
|
|
552
|
+
* Hours of the day.
|
|
553
|
+
*/
|
|
554
|
+
hours: string[];
|
|
555
|
+
/**
|
|
556
|
+
* Minutes of the day.
|
|
557
|
+
*/
|
|
558
|
+
minutes: string[];
|
|
559
|
+
/**
|
|
560
|
+
* Months of the year.
|
|
561
|
+
*/
|
|
562
|
+
months: string[];
|
|
563
|
+
}
|
|
528
564
|
export interface DeploymentHealthSettings {
|
|
529
565
|
/**
|
|
530
566
|
* The accuracy health settings for this Deployment.
|