pulumi-datarobot 0.8.1__tar.gz → 0.8.2__tar.gz

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.
Files changed (52) hide show
  1. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/PKG-INFO +1 -1
  2. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/_inputs.py +182 -0
  3. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/deployment.py +49 -0
  4. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/outputs.py +125 -0
  5. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
  6. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/setup.py +1 -1
  7. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/README.md +0 -0
  8. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/__init__.py +0 -0
  9. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/_utilities.py +0 -0
  10. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/api_token_credential.py +0 -0
  11. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/application_source.py +0 -0
  12. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/aws_credential.py +0 -0
  13. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/basic_credential.py +0 -0
  14. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
  15. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/config/__init__.py +0 -0
  16. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/config/vars.py +0 -0
  17. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_application.py +0 -0
  18. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_application_from_environment.py +0 -0
  19. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_job.py +0 -0
  20. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_metric_from_job.py +0 -0
  21. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_metric_job.py +0 -0
  22. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_model.py +0 -0
  23. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/dataset_from_datasource.py +0 -0
  24. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/dataset_from_file.py +0 -0
  25. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/dataset_from_url.py +0 -0
  26. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/datasource.py +0 -0
  27. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/datastore.py +0 -0
  28. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
  29. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/execution_environment.py +0 -0
  30. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/get_execution_environment.py +0 -0
  31. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/get_global_model.py +0 -0
  32. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/google_cloud_credential.py +0 -0
  33. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/llm_blueprint.py +0 -0
  34. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/notification_channel.py +0 -0
  35. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/notification_policy.py +0 -0
  36. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/playground.py +0 -0
  37. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/prediction_environment.py +0 -0
  38. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/provider.py +0 -0
  39. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/pulumi-plugin.json +0 -0
  40. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/py.typed +0 -0
  41. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/qa_application.py +0 -0
  42. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/registered_model.py +0 -0
  43. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
  44. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/remote_repository.py +0 -0
  45. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/use_case.py +0 -0
  46. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot/vector_database.py +0 -0
  47. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
  48. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  49. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  50. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/requires.txt +0 -0
  51. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  52. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_datarobot
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: A Pulumi package for creating and managing DataRobot resources.
5
5
  Home-page: https://www.datarobot.com
6
6
  License: Apache-2.0
@@ -73,6 +73,10 @@ __all__ = [
73
73
  'DeploymentChallengerReplaySettingsArgsDict',
74
74
  'DeploymentDriftTrackingSettingsArgs',
75
75
  'DeploymentDriftTrackingSettingsArgsDict',
76
+ 'DeploymentFeatureCacheSettingsArgs',
77
+ 'DeploymentFeatureCacheSettingsArgsDict',
78
+ 'DeploymentFeatureCacheSettingsScheduleArgs',
79
+ 'DeploymentFeatureCacheSettingsScheduleArgsDict',
76
80
  'DeploymentHealthSettingsArgs',
77
81
  'DeploymentHealthSettingsArgsDict',
78
82
  'DeploymentHealthSettingsAccuracyArgs',
@@ -2778,6 +2782,184 @@ class DeploymentDriftTrackingSettingsArgs:
2778
2782
  pulumi.set(self, "tracked_features", value)
2779
2783
 
2780
2784
 
2785
+ if not MYPY:
2786
+ class DeploymentFeatureCacheSettingsArgsDict(TypedDict):
2787
+ enabled: pulumi.Input[bool]
2788
+ """
2789
+ If feature cache is enabled for this Deployment.
2790
+ """
2791
+ fetching: NotRequired[pulumi.Input[bool]]
2792
+ """
2793
+ If feature cache fetching is enabled.
2794
+ """
2795
+ schedule: NotRequired[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgsDict']]
2796
+ """
2797
+ Defines the feature cache schedule.
2798
+ """
2799
+ elif False:
2800
+ DeploymentFeatureCacheSettingsArgsDict: TypeAlias = Mapping[str, Any]
2801
+
2802
+ @pulumi.input_type
2803
+ class DeploymentFeatureCacheSettingsArgs:
2804
+ def __init__(__self__, *,
2805
+ enabled: pulumi.Input[bool],
2806
+ fetching: Optional[pulumi.Input[bool]] = None,
2807
+ schedule: Optional[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs']] = None):
2808
+ """
2809
+ :param pulumi.Input[bool] enabled: If feature cache is enabled for this Deployment.
2810
+ :param pulumi.Input[bool] fetching: If feature cache fetching is enabled.
2811
+ :param pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs'] schedule: Defines the feature cache schedule.
2812
+ """
2813
+ pulumi.set(__self__, "enabled", enabled)
2814
+ if fetching is not None:
2815
+ pulumi.set(__self__, "fetching", fetching)
2816
+ if schedule is not None:
2817
+ pulumi.set(__self__, "schedule", schedule)
2818
+
2819
+ @property
2820
+ @pulumi.getter
2821
+ def enabled(self) -> pulumi.Input[bool]:
2822
+ """
2823
+ If feature cache is enabled for this Deployment.
2824
+ """
2825
+ return pulumi.get(self, "enabled")
2826
+
2827
+ @enabled.setter
2828
+ def enabled(self, value: pulumi.Input[bool]):
2829
+ pulumi.set(self, "enabled", value)
2830
+
2831
+ @property
2832
+ @pulumi.getter
2833
+ def fetching(self) -> Optional[pulumi.Input[bool]]:
2834
+ """
2835
+ If feature cache fetching is enabled.
2836
+ """
2837
+ return pulumi.get(self, "fetching")
2838
+
2839
+ @fetching.setter
2840
+ def fetching(self, value: Optional[pulumi.Input[bool]]):
2841
+ pulumi.set(self, "fetching", value)
2842
+
2843
+ @property
2844
+ @pulumi.getter
2845
+ def schedule(self) -> Optional[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs']]:
2846
+ """
2847
+ Defines the feature cache schedule.
2848
+ """
2849
+ return pulumi.get(self, "schedule")
2850
+
2851
+ @schedule.setter
2852
+ def schedule(self, value: Optional[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs']]):
2853
+ pulumi.set(self, "schedule", value)
2854
+
2855
+
2856
+ if not MYPY:
2857
+ class DeploymentFeatureCacheSettingsScheduleArgsDict(TypedDict):
2858
+ day_of_months: pulumi.Input[Sequence[pulumi.Input[str]]]
2859
+ """
2860
+ Days of the month.
2861
+ """
2862
+ day_of_weeks: pulumi.Input[Sequence[pulumi.Input[str]]]
2863
+ """
2864
+ Days of the week.
2865
+ """
2866
+ hours: pulumi.Input[Sequence[pulumi.Input[str]]]
2867
+ """
2868
+ Hours of the day.
2869
+ """
2870
+ minutes: pulumi.Input[Sequence[pulumi.Input[str]]]
2871
+ """
2872
+ Minutes of the day.
2873
+ """
2874
+ months: pulumi.Input[Sequence[pulumi.Input[str]]]
2875
+ """
2876
+ Months of the year.
2877
+ """
2878
+ elif False:
2879
+ DeploymentFeatureCacheSettingsScheduleArgsDict: TypeAlias = Mapping[str, Any]
2880
+
2881
+ @pulumi.input_type
2882
+ class DeploymentFeatureCacheSettingsScheduleArgs:
2883
+ def __init__(__self__, *,
2884
+ day_of_months: pulumi.Input[Sequence[pulumi.Input[str]]],
2885
+ day_of_weeks: pulumi.Input[Sequence[pulumi.Input[str]]],
2886
+ hours: pulumi.Input[Sequence[pulumi.Input[str]]],
2887
+ minutes: pulumi.Input[Sequence[pulumi.Input[str]]],
2888
+ months: pulumi.Input[Sequence[pulumi.Input[str]]]):
2889
+ """
2890
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] day_of_months: Days of the month.
2891
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] day_of_weeks: Days of the week.
2892
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] hours: Hours of the day.
2893
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] minutes: Minutes of the day.
2894
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] months: Months of the year.
2895
+ """
2896
+ pulumi.set(__self__, "day_of_months", day_of_months)
2897
+ pulumi.set(__self__, "day_of_weeks", day_of_weeks)
2898
+ pulumi.set(__self__, "hours", hours)
2899
+ pulumi.set(__self__, "minutes", minutes)
2900
+ pulumi.set(__self__, "months", months)
2901
+
2902
+ @property
2903
+ @pulumi.getter(name="dayOfMonths")
2904
+ def day_of_months(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2905
+ """
2906
+ Days of the month.
2907
+ """
2908
+ return pulumi.get(self, "day_of_months")
2909
+
2910
+ @day_of_months.setter
2911
+ def day_of_months(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2912
+ pulumi.set(self, "day_of_months", value)
2913
+
2914
+ @property
2915
+ @pulumi.getter(name="dayOfWeeks")
2916
+ def day_of_weeks(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2917
+ """
2918
+ Days of the week.
2919
+ """
2920
+ return pulumi.get(self, "day_of_weeks")
2921
+
2922
+ @day_of_weeks.setter
2923
+ def day_of_weeks(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2924
+ pulumi.set(self, "day_of_weeks", value)
2925
+
2926
+ @property
2927
+ @pulumi.getter
2928
+ def hours(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2929
+ """
2930
+ Hours of the day.
2931
+ """
2932
+ return pulumi.get(self, "hours")
2933
+
2934
+ @hours.setter
2935
+ def hours(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2936
+ pulumi.set(self, "hours", value)
2937
+
2938
+ @property
2939
+ @pulumi.getter
2940
+ def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2941
+ """
2942
+ Minutes of the day.
2943
+ """
2944
+ return pulumi.get(self, "minutes")
2945
+
2946
+ @minutes.setter
2947
+ def minutes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2948
+ pulumi.set(self, "minutes", value)
2949
+
2950
+ @property
2951
+ @pulumi.getter
2952
+ def months(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2953
+ """
2954
+ Months of the year.
2955
+ """
2956
+ return pulumi.get(self, "months")
2957
+
2958
+ @months.setter
2959
+ def months(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2960
+ pulumi.set(self, "months", value)
2961
+
2962
+
2781
2963
  if not MYPY:
2782
2964
  class DeploymentHealthSettingsArgsDict(TypedDict):
2783
2965
  accuracy: NotRequired[pulumi.Input['DeploymentHealthSettingsAccuracyArgsDict']]
@@ -30,6 +30,7 @@ class DeploymentArgs:
30
30
  challenger_models_settings: Optional[pulumi.Input['DeploymentChallengerModelsSettingsArgs']] = None,
31
31
  challenger_replay_settings: Optional[pulumi.Input['DeploymentChallengerReplaySettingsArgs']] = None,
32
32
  drift_tracking_settings: Optional[pulumi.Input['DeploymentDriftTrackingSettingsArgs']] = None,
33
+ feature_cache_settings: Optional[pulumi.Input['DeploymentFeatureCacheSettingsArgs']] = None,
33
34
  health_settings: Optional[pulumi.Input['DeploymentHealthSettingsArgs']] = None,
34
35
  importance: Optional[pulumi.Input[str]] = None,
35
36
  prediction_intervals_settings: Optional[pulumi.Input['DeploymentPredictionIntervalsSettingsArgs']] = None,
@@ -51,6 +52,7 @@ class DeploymentArgs:
51
52
  :param pulumi.Input['DeploymentChallengerModelsSettingsArgs'] challenger_models_settings: The challenger models settings for the Deployment.
52
53
  :param pulumi.Input['DeploymentChallengerReplaySettingsArgs'] challenger_replay_settings: The challenger replay settings for the Deployment.
53
54
  :param pulumi.Input['DeploymentDriftTrackingSettingsArgs'] drift_tracking_settings: The drift tracking settings for the Deployment.
55
+ :param pulumi.Input['DeploymentFeatureCacheSettingsArgs'] feature_cache_settings: The feature cache settings for this Deployment.
54
56
  :param pulumi.Input['DeploymentHealthSettingsArgs'] health_settings: The health settings for this Deployment.
55
57
  :param pulumi.Input[str] importance: The importance of the Deployment.
56
58
  :param pulumi.Input['DeploymentPredictionIntervalsSettingsArgs'] prediction_intervals_settings: The prediction intervals settings for this Deployment.
@@ -77,6 +79,8 @@ class DeploymentArgs:
77
79
  pulumi.set(__self__, "challenger_replay_settings", challenger_replay_settings)
78
80
  if drift_tracking_settings is not None:
79
81
  pulumi.set(__self__, "drift_tracking_settings", drift_tracking_settings)
82
+ if feature_cache_settings is not None:
83
+ pulumi.set(__self__, "feature_cache_settings", feature_cache_settings)
80
84
  if health_settings is not None:
81
85
  pulumi.set(__self__, "health_settings", health_settings)
82
86
  if importance is not None:
@@ -206,6 +210,18 @@ class DeploymentArgs:
206
210
  def drift_tracking_settings(self, value: Optional[pulumi.Input['DeploymentDriftTrackingSettingsArgs']]):
207
211
  pulumi.set(self, "drift_tracking_settings", value)
208
212
 
213
+ @property
214
+ @pulumi.getter(name="featureCacheSettings")
215
+ def feature_cache_settings(self) -> Optional[pulumi.Input['DeploymentFeatureCacheSettingsArgs']]:
216
+ """
217
+ The feature cache settings for this Deployment.
218
+ """
219
+ return pulumi.get(self, "feature_cache_settings")
220
+
221
+ @feature_cache_settings.setter
222
+ def feature_cache_settings(self, value: Optional[pulumi.Input['DeploymentFeatureCacheSettingsArgs']]):
223
+ pulumi.set(self, "feature_cache_settings", value)
224
+
209
225
  @property
210
226
  @pulumi.getter(name="healthSettings")
211
227
  def health_settings(self) -> Optional[pulumi.Input['DeploymentHealthSettingsArgs']]:
@@ -336,6 +352,7 @@ class _DeploymentState:
336
352
  challenger_models_settings: Optional[pulumi.Input['DeploymentChallengerModelsSettingsArgs']] = None,
337
353
  challenger_replay_settings: Optional[pulumi.Input['DeploymentChallengerReplaySettingsArgs']] = None,
338
354
  drift_tracking_settings: Optional[pulumi.Input['DeploymentDriftTrackingSettingsArgs']] = None,
355
+ feature_cache_settings: Optional[pulumi.Input['DeploymentFeatureCacheSettingsArgs']] = None,
339
356
  health_settings: Optional[pulumi.Input['DeploymentHealthSettingsArgs']] = None,
340
357
  importance: Optional[pulumi.Input[str]] = None,
341
358
  label: Optional[pulumi.Input[str]] = None,
@@ -357,6 +374,7 @@ class _DeploymentState:
357
374
  :param pulumi.Input['DeploymentChallengerModelsSettingsArgs'] challenger_models_settings: The challenger models settings for the Deployment.
358
375
  :param pulumi.Input['DeploymentChallengerReplaySettingsArgs'] challenger_replay_settings: The challenger replay settings for the Deployment.
359
376
  :param pulumi.Input['DeploymentDriftTrackingSettingsArgs'] drift_tracking_settings: The drift tracking settings for the Deployment.
377
+ :param pulumi.Input['DeploymentFeatureCacheSettingsArgs'] feature_cache_settings: The feature cache settings for this Deployment.
360
378
  :param pulumi.Input['DeploymentHealthSettingsArgs'] health_settings: The health settings for this Deployment.
361
379
  :param pulumi.Input[str] importance: The importance of the Deployment.
362
380
  :param pulumi.Input[str] label: The label of the Deployment.
@@ -383,6 +401,8 @@ class _DeploymentState:
383
401
  pulumi.set(__self__, "challenger_replay_settings", challenger_replay_settings)
384
402
  if drift_tracking_settings is not None:
385
403
  pulumi.set(__self__, "drift_tracking_settings", drift_tracking_settings)
404
+ if feature_cache_settings is not None:
405
+ pulumi.set(__self__, "feature_cache_settings", feature_cache_settings)
386
406
  if health_settings is not None:
387
407
  pulumi.set(__self__, "health_settings", health_settings)
388
408
  if importance is not None:
@@ -482,6 +502,18 @@ class _DeploymentState:
482
502
  def drift_tracking_settings(self, value: Optional[pulumi.Input['DeploymentDriftTrackingSettingsArgs']]):
483
503
  pulumi.set(self, "drift_tracking_settings", value)
484
504
 
505
+ @property
506
+ @pulumi.getter(name="featureCacheSettings")
507
+ def feature_cache_settings(self) -> Optional[pulumi.Input['DeploymentFeatureCacheSettingsArgs']]:
508
+ """
509
+ The feature cache settings for this Deployment.
510
+ """
511
+ return pulumi.get(self, "feature_cache_settings")
512
+
513
+ @feature_cache_settings.setter
514
+ def feature_cache_settings(self, value: Optional[pulumi.Input['DeploymentFeatureCacheSettingsArgs']]):
515
+ pulumi.set(self, "feature_cache_settings", value)
516
+
485
517
  @property
486
518
  @pulumi.getter(name="healthSettings")
487
519
  def health_settings(self) -> Optional[pulumi.Input['DeploymentHealthSettingsArgs']]:
@@ -650,6 +682,7 @@ class Deployment(pulumi.CustomResource):
650
682
  challenger_models_settings: Optional[pulumi.Input[Union['DeploymentChallengerModelsSettingsArgs', 'DeploymentChallengerModelsSettingsArgsDict']]] = None,
651
683
  challenger_replay_settings: Optional[pulumi.Input[Union['DeploymentChallengerReplaySettingsArgs', 'DeploymentChallengerReplaySettingsArgsDict']]] = None,
652
684
  drift_tracking_settings: Optional[pulumi.Input[Union['DeploymentDriftTrackingSettingsArgs', 'DeploymentDriftTrackingSettingsArgsDict']]] = None,
685
+ feature_cache_settings: Optional[pulumi.Input[Union['DeploymentFeatureCacheSettingsArgs', 'DeploymentFeatureCacheSettingsArgsDict']]] = None,
653
686
  health_settings: Optional[pulumi.Input[Union['DeploymentHealthSettingsArgs', 'DeploymentHealthSettingsArgsDict']]] = None,
654
687
  importance: Optional[pulumi.Input[str]] = None,
655
688
  label: Optional[pulumi.Input[str]] = None,
@@ -700,6 +733,7 @@ class Deployment(pulumi.CustomResource):
700
733
  prediction_warning_settings={},
701
734
  prediction_intervals_settings={},
702
735
  predictions_settings={},
736
+ feature_cache_settings={},
703
737
  health_settings={},
704
738
  runtime_parameter_values=[{
705
739
  "key": "EXAMPLE_PARAM",
@@ -717,6 +751,7 @@ class Deployment(pulumi.CustomResource):
717
751
  :param pulumi.Input[Union['DeploymentChallengerModelsSettingsArgs', 'DeploymentChallengerModelsSettingsArgsDict']] challenger_models_settings: The challenger models settings for the Deployment.
718
752
  :param pulumi.Input[Union['DeploymentChallengerReplaySettingsArgs', 'DeploymentChallengerReplaySettingsArgsDict']] challenger_replay_settings: The challenger replay settings for the Deployment.
719
753
  :param pulumi.Input[Union['DeploymentDriftTrackingSettingsArgs', 'DeploymentDriftTrackingSettingsArgsDict']] drift_tracking_settings: The drift tracking settings for the Deployment.
754
+ :param pulumi.Input[Union['DeploymentFeatureCacheSettingsArgs', 'DeploymentFeatureCacheSettingsArgsDict']] feature_cache_settings: The feature cache settings for this Deployment.
720
755
  :param pulumi.Input[Union['DeploymentHealthSettingsArgs', 'DeploymentHealthSettingsArgsDict']] health_settings: The health settings for this Deployment.
721
756
  :param pulumi.Input[str] importance: The importance of the Deployment.
722
757
  :param pulumi.Input[str] label: The label of the Deployment.
@@ -773,6 +808,7 @@ class Deployment(pulumi.CustomResource):
773
808
  prediction_warning_settings={},
774
809
  prediction_intervals_settings={},
775
810
  predictions_settings={},
811
+ feature_cache_settings={},
776
812
  health_settings={},
777
813
  runtime_parameter_values=[{
778
814
  "key": "EXAMPLE_PARAM",
@@ -803,6 +839,7 @@ class Deployment(pulumi.CustomResource):
803
839
  challenger_models_settings: Optional[pulumi.Input[Union['DeploymentChallengerModelsSettingsArgs', 'DeploymentChallengerModelsSettingsArgsDict']]] = None,
804
840
  challenger_replay_settings: Optional[pulumi.Input[Union['DeploymentChallengerReplaySettingsArgs', 'DeploymentChallengerReplaySettingsArgsDict']]] = None,
805
841
  drift_tracking_settings: Optional[pulumi.Input[Union['DeploymentDriftTrackingSettingsArgs', 'DeploymentDriftTrackingSettingsArgsDict']]] = None,
842
+ feature_cache_settings: Optional[pulumi.Input[Union['DeploymentFeatureCacheSettingsArgs', 'DeploymentFeatureCacheSettingsArgsDict']]] = None,
806
843
  health_settings: Optional[pulumi.Input[Union['DeploymentHealthSettingsArgs', 'DeploymentHealthSettingsArgsDict']]] = None,
807
844
  importance: Optional[pulumi.Input[str]] = None,
808
845
  label: Optional[pulumi.Input[str]] = None,
@@ -831,6 +868,7 @@ class Deployment(pulumi.CustomResource):
831
868
  __props__.__dict__["challenger_models_settings"] = challenger_models_settings
832
869
  __props__.__dict__["challenger_replay_settings"] = challenger_replay_settings
833
870
  __props__.__dict__["drift_tracking_settings"] = drift_tracking_settings
871
+ __props__.__dict__["feature_cache_settings"] = feature_cache_settings
834
872
  __props__.__dict__["health_settings"] = health_settings
835
873
  __props__.__dict__["importance"] = importance
836
874
  if label is None and not opts.urn:
@@ -866,6 +904,7 @@ class Deployment(pulumi.CustomResource):
866
904
  challenger_models_settings: Optional[pulumi.Input[Union['DeploymentChallengerModelsSettingsArgs', 'DeploymentChallengerModelsSettingsArgsDict']]] = None,
867
905
  challenger_replay_settings: Optional[pulumi.Input[Union['DeploymentChallengerReplaySettingsArgs', 'DeploymentChallengerReplaySettingsArgsDict']]] = None,
868
906
  drift_tracking_settings: Optional[pulumi.Input[Union['DeploymentDriftTrackingSettingsArgs', 'DeploymentDriftTrackingSettingsArgsDict']]] = None,
907
+ feature_cache_settings: Optional[pulumi.Input[Union['DeploymentFeatureCacheSettingsArgs', 'DeploymentFeatureCacheSettingsArgsDict']]] = None,
869
908
  health_settings: Optional[pulumi.Input[Union['DeploymentHealthSettingsArgs', 'DeploymentHealthSettingsArgsDict']]] = None,
870
909
  importance: Optional[pulumi.Input[str]] = None,
871
910
  label: Optional[pulumi.Input[str]] = None,
@@ -892,6 +931,7 @@ class Deployment(pulumi.CustomResource):
892
931
  :param pulumi.Input[Union['DeploymentChallengerModelsSettingsArgs', 'DeploymentChallengerModelsSettingsArgsDict']] challenger_models_settings: The challenger models settings for the Deployment.
893
932
  :param pulumi.Input[Union['DeploymentChallengerReplaySettingsArgs', 'DeploymentChallengerReplaySettingsArgsDict']] challenger_replay_settings: The challenger replay settings for the Deployment.
894
933
  :param pulumi.Input[Union['DeploymentDriftTrackingSettingsArgs', 'DeploymentDriftTrackingSettingsArgsDict']] drift_tracking_settings: The drift tracking settings for the Deployment.
934
+ :param pulumi.Input[Union['DeploymentFeatureCacheSettingsArgs', 'DeploymentFeatureCacheSettingsArgsDict']] feature_cache_settings: The feature cache settings for this Deployment.
895
935
  :param pulumi.Input[Union['DeploymentHealthSettingsArgs', 'DeploymentHealthSettingsArgsDict']] health_settings: The health settings for this Deployment.
896
936
  :param pulumi.Input[str] importance: The importance of the Deployment.
897
937
  :param pulumi.Input[str] label: The label of the Deployment.
@@ -916,6 +956,7 @@ class Deployment(pulumi.CustomResource):
916
956
  __props__.__dict__["challenger_models_settings"] = challenger_models_settings
917
957
  __props__.__dict__["challenger_replay_settings"] = challenger_replay_settings
918
958
  __props__.__dict__["drift_tracking_settings"] = drift_tracking_settings
959
+ __props__.__dict__["feature_cache_settings"] = feature_cache_settings
919
960
  __props__.__dict__["health_settings"] = health_settings
920
961
  __props__.__dict__["importance"] = importance
921
962
  __props__.__dict__["label"] = label
@@ -979,6 +1020,14 @@ class Deployment(pulumi.CustomResource):
979
1020
  """
980
1021
  return pulumi.get(self, "drift_tracking_settings")
981
1022
 
1023
+ @property
1024
+ @pulumi.getter(name="featureCacheSettings")
1025
+ def feature_cache_settings(self) -> pulumi.Output[Optional['outputs.DeploymentFeatureCacheSettings']]:
1026
+ """
1027
+ The feature cache settings for this Deployment.
1028
+ """
1029
+ return pulumi.get(self, "feature_cache_settings")
1030
+
982
1031
  @property
983
1032
  @pulumi.getter(name="healthSettings")
984
1033
  def health_settings(self) -> pulumi.Output[Optional['outputs.DeploymentHealthSettings']]:
@@ -45,6 +45,8 @@ __all__ = [
45
45
  'DeploymentChallengerModelsSettings',
46
46
  'DeploymentChallengerReplaySettings',
47
47
  'DeploymentDriftTrackingSettings',
48
+ 'DeploymentFeatureCacheSettings',
49
+ 'DeploymentFeatureCacheSettingsSchedule',
48
50
  'DeploymentHealthSettings',
49
51
  'DeploymentHealthSettingsAccuracy',
50
52
  'DeploymentHealthSettingsActualsTimeliness',
@@ -2045,6 +2047,129 @@ class DeploymentDriftTrackingSettings(dict):
2045
2047
  return pulumi.get(self, "tracked_features")
2046
2048
 
2047
2049
 
2050
+ @pulumi.output_type
2051
+ class DeploymentFeatureCacheSettings(dict):
2052
+ def __init__(__self__, *,
2053
+ enabled: bool,
2054
+ fetching: Optional[bool] = None,
2055
+ schedule: Optional['outputs.DeploymentFeatureCacheSettingsSchedule'] = None):
2056
+ """
2057
+ :param bool enabled: If feature cache is enabled for this Deployment.
2058
+ :param bool fetching: If feature cache fetching is enabled.
2059
+ :param 'DeploymentFeatureCacheSettingsScheduleArgs' schedule: Defines the feature cache schedule.
2060
+ """
2061
+ pulumi.set(__self__, "enabled", enabled)
2062
+ if fetching is not None:
2063
+ pulumi.set(__self__, "fetching", fetching)
2064
+ if schedule is not None:
2065
+ pulumi.set(__self__, "schedule", schedule)
2066
+
2067
+ @property
2068
+ @pulumi.getter
2069
+ def enabled(self) -> bool:
2070
+ """
2071
+ If feature cache is enabled for this Deployment.
2072
+ """
2073
+ return pulumi.get(self, "enabled")
2074
+
2075
+ @property
2076
+ @pulumi.getter
2077
+ def fetching(self) -> Optional[bool]:
2078
+ """
2079
+ If feature cache fetching is enabled.
2080
+ """
2081
+ return pulumi.get(self, "fetching")
2082
+
2083
+ @property
2084
+ @pulumi.getter
2085
+ def schedule(self) -> Optional['outputs.DeploymentFeatureCacheSettingsSchedule']:
2086
+ """
2087
+ Defines the feature cache schedule.
2088
+ """
2089
+ return pulumi.get(self, "schedule")
2090
+
2091
+
2092
+ @pulumi.output_type
2093
+ class DeploymentFeatureCacheSettingsSchedule(dict):
2094
+ @staticmethod
2095
+ def __key_warning(key: str):
2096
+ suggest = None
2097
+ if key == "dayOfMonths":
2098
+ suggest = "day_of_months"
2099
+ elif key == "dayOfWeeks":
2100
+ suggest = "day_of_weeks"
2101
+
2102
+ if suggest:
2103
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentFeatureCacheSettingsSchedule. Access the value via the '{suggest}' property getter instead.")
2104
+
2105
+ def __getitem__(self, key: str) -> Any:
2106
+ DeploymentFeatureCacheSettingsSchedule.__key_warning(key)
2107
+ return super().__getitem__(key)
2108
+
2109
+ def get(self, key: str, default = None) -> Any:
2110
+ DeploymentFeatureCacheSettingsSchedule.__key_warning(key)
2111
+ return super().get(key, default)
2112
+
2113
+ def __init__(__self__, *,
2114
+ day_of_months: Sequence[str],
2115
+ day_of_weeks: Sequence[str],
2116
+ hours: Sequence[str],
2117
+ minutes: Sequence[str],
2118
+ months: Sequence[str]):
2119
+ """
2120
+ :param Sequence[str] day_of_months: Days of the month.
2121
+ :param Sequence[str] day_of_weeks: Days of the week.
2122
+ :param Sequence[str] hours: Hours of the day.
2123
+ :param Sequence[str] minutes: Minutes of the day.
2124
+ :param Sequence[str] months: Months of the year.
2125
+ """
2126
+ pulumi.set(__self__, "day_of_months", day_of_months)
2127
+ pulumi.set(__self__, "day_of_weeks", day_of_weeks)
2128
+ pulumi.set(__self__, "hours", hours)
2129
+ pulumi.set(__self__, "minutes", minutes)
2130
+ pulumi.set(__self__, "months", months)
2131
+
2132
+ @property
2133
+ @pulumi.getter(name="dayOfMonths")
2134
+ def day_of_months(self) -> Sequence[str]:
2135
+ """
2136
+ Days of the month.
2137
+ """
2138
+ return pulumi.get(self, "day_of_months")
2139
+
2140
+ @property
2141
+ @pulumi.getter(name="dayOfWeeks")
2142
+ def day_of_weeks(self) -> Sequence[str]:
2143
+ """
2144
+ Days of the week.
2145
+ """
2146
+ return pulumi.get(self, "day_of_weeks")
2147
+
2148
+ @property
2149
+ @pulumi.getter
2150
+ def hours(self) -> Sequence[str]:
2151
+ """
2152
+ Hours of the day.
2153
+ """
2154
+ return pulumi.get(self, "hours")
2155
+
2156
+ @property
2157
+ @pulumi.getter
2158
+ def minutes(self) -> Sequence[str]:
2159
+ """
2160
+ Minutes of the day.
2161
+ """
2162
+ return pulumi.get(self, "minutes")
2163
+
2164
+ @property
2165
+ @pulumi.getter
2166
+ def months(self) -> Sequence[str]:
2167
+ """
2168
+ Months of the year.
2169
+ """
2170
+ return pulumi.get(self, "months")
2171
+
2172
+
2048
2173
  @pulumi.output_type
2049
2174
  class DeploymentHealthSettings(dict):
2050
2175
  @staticmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-datarobot
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: A Pulumi package for creating and managing DataRobot resources.
5
5
  Home-page: https://www.datarobot.com
6
6
  License: Apache-2.0
@@ -8,7 +8,7 @@ from setuptools.command.install import install
8
8
  from subprocess import check_call
9
9
 
10
10
 
11
- VERSION = "0.8.1"
11
+ VERSION = "0.8.2"
12
12
  def readme():
13
13
  try:
14
14
  with open('README.md', encoding='utf-8') as f: