pulumi-datarobot 0.8.1__tar.gz → 0.8.3__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 (53) hide show
  1. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/PKG-INFO +1 -1
  2. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/__init__.py +9 -0
  3. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/_inputs.py +338 -0
  4. pulumi_datarobot-0.8.3/pulumi_datarobot/custom_metric.py +722 -0
  5. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/deployment.py +49 -0
  6. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/outputs.py +287 -0
  7. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
  8. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot.egg-info/SOURCES.txt +1 -0
  9. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/setup.py +1 -1
  10. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/README.md +0 -0
  11. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/_utilities.py +0 -0
  12. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/api_token_credential.py +0 -0
  13. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/application_source.py +0 -0
  14. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/aws_credential.py +0 -0
  15. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/basic_credential.py +0 -0
  16. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
  17. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/config/__init__.py +0 -0
  18. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/config/vars.py +0 -0
  19. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/custom_application.py +0 -0
  20. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/custom_application_from_environment.py +0 -0
  21. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/custom_job.py +0 -0
  22. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/custom_metric_from_job.py +0 -0
  23. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/custom_metric_job.py +0 -0
  24. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/custom_model.py +0 -0
  25. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/dataset_from_datasource.py +0 -0
  26. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/dataset_from_file.py +0 -0
  27. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/dataset_from_url.py +0 -0
  28. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/datasource.py +0 -0
  29. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/datastore.py +0 -0
  30. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
  31. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/execution_environment.py +0 -0
  32. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/get_execution_environment.py +0 -0
  33. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/get_global_model.py +0 -0
  34. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/google_cloud_credential.py +0 -0
  35. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/llm_blueprint.py +0 -0
  36. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/notification_channel.py +0 -0
  37. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/notification_policy.py +0 -0
  38. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/playground.py +0 -0
  39. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/prediction_environment.py +0 -0
  40. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/provider.py +0 -0
  41. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/pulumi-plugin.json +0 -0
  42. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/py.typed +0 -0
  43. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/qa_application.py +0 -0
  44. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/registered_model.py +0 -0
  45. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
  46. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/remote_repository.py +0 -0
  47. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/use_case.py +0 -0
  48. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot/vector_database.py +0 -0
  49. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  50. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  51. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot.egg-info/requires.txt +0 -0
  52. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  53. {pulumi_datarobot-0.8.1 → pulumi_datarobot-0.8.3}/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.3
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
@@ -13,6 +13,7 @@ from .batch_prediction_job_definition import *
13
13
  from .custom_application import *
14
14
  from .custom_application_from_environment import *
15
15
  from .custom_job import *
16
+ from .custom_metric import *
16
17
  from .custom_metric_from_job import *
17
18
  from .custom_metric_job import *
18
19
  from .custom_model import *
@@ -116,6 +117,14 @@ _utilities.register(
116
117
  "datarobot:index/customJob:CustomJob": "CustomJob"
117
118
  }
118
119
  },
120
+ {
121
+ "pkg": "datarobot",
122
+ "mod": "index/customMetric",
123
+ "fqn": "pulumi_datarobot",
124
+ "classes": {
125
+ "datarobot:index/customMetric:CustomMetric": "CustomMetric"
126
+ }
127
+ },
119
128
  {
120
129
  "pkg": "datarobot",
121
130
  "mod": "index/customMetricFromJob",
@@ -33,6 +33,8 @@ __all__ = [
33
33
  'BatchPredictionJobDefinitionTimeseriesSettingsArgsDict',
34
34
  'CustomJobRuntimeParameterValueArgs',
35
35
  'CustomJobRuntimeParameterValueArgsDict',
36
+ 'CustomMetricBatchArgs',
37
+ 'CustomMetricBatchArgsDict',
36
38
  'CustomMetricFromJobBatchArgs',
37
39
  'CustomMetricFromJobBatchArgsDict',
38
40
  'CustomMetricFromJobParameterOverrideArgs',
@@ -47,6 +49,12 @@ __all__ = [
47
49
  'CustomMetricFromJobValueArgsDict',
48
50
  'CustomMetricJobRuntimeParameterValueArgs',
49
51
  'CustomMetricJobRuntimeParameterValueArgsDict',
52
+ 'CustomMetricSampleCountArgs',
53
+ 'CustomMetricSampleCountArgsDict',
54
+ 'CustomMetricTimestampArgs',
55
+ 'CustomMetricTimestampArgsDict',
56
+ 'CustomMetricValueArgs',
57
+ 'CustomMetricValueArgsDict',
50
58
  'CustomModelGuardConfigurationArgs',
51
59
  'CustomModelGuardConfigurationArgsDict',
52
60
  'CustomModelGuardConfigurationInterventionArgs',
@@ -73,6 +81,10 @@ __all__ = [
73
81
  'DeploymentChallengerReplaySettingsArgsDict',
74
82
  'DeploymentDriftTrackingSettingsArgs',
75
83
  'DeploymentDriftTrackingSettingsArgsDict',
84
+ 'DeploymentFeatureCacheSettingsArgs',
85
+ 'DeploymentFeatureCacheSettingsArgsDict',
86
+ 'DeploymentFeatureCacheSettingsScheduleArgs',
87
+ 'DeploymentFeatureCacheSettingsScheduleArgsDict',
76
88
  'DeploymentHealthSettingsArgs',
77
89
  'DeploymentHealthSettingsArgsDict',
78
90
  'DeploymentHealthSettingsAccuracyArgs',
@@ -1250,6 +1262,38 @@ class CustomJobRuntimeParameterValueArgs:
1250
1262
  pulumi.set(self, "value", value)
1251
1263
 
1252
1264
 
1265
+ if not MYPY:
1266
+ class CustomMetricBatchArgsDict(TypedDict):
1267
+ column_name: NotRequired[pulumi.Input[str]]
1268
+ """
1269
+ Column name.
1270
+ """
1271
+ elif False:
1272
+ CustomMetricBatchArgsDict: TypeAlias = Mapping[str, Any]
1273
+
1274
+ @pulumi.input_type
1275
+ class CustomMetricBatchArgs:
1276
+ def __init__(__self__, *,
1277
+ column_name: Optional[pulumi.Input[str]] = None):
1278
+ """
1279
+ :param pulumi.Input[str] column_name: Column name.
1280
+ """
1281
+ if column_name is not None:
1282
+ pulumi.set(__self__, "column_name", column_name)
1283
+
1284
+ @property
1285
+ @pulumi.getter(name="columnName")
1286
+ def column_name(self) -> Optional[pulumi.Input[str]]:
1287
+ """
1288
+ Column name.
1289
+ """
1290
+ return pulumi.get(self, "column_name")
1291
+
1292
+ @column_name.setter
1293
+ def column_name(self, value: Optional[pulumi.Input[str]]):
1294
+ pulumi.set(self, "column_name", value)
1295
+
1296
+
1253
1297
  if not MYPY:
1254
1298
  class CustomMetricFromJobBatchArgsDict(TypedDict):
1255
1299
  column_name: NotRequired[pulumi.Input[str]]
@@ -1642,6 +1686,122 @@ class CustomMetricJobRuntimeParameterValueArgs:
1642
1686
  pulumi.set(self, "value", value)
1643
1687
 
1644
1688
 
1689
+ if not MYPY:
1690
+ class CustomMetricSampleCountArgsDict(TypedDict):
1691
+ column_name: NotRequired[pulumi.Input[str]]
1692
+ """
1693
+ Column name.
1694
+ """
1695
+ elif False:
1696
+ CustomMetricSampleCountArgsDict: TypeAlias = Mapping[str, Any]
1697
+
1698
+ @pulumi.input_type
1699
+ class CustomMetricSampleCountArgs:
1700
+ def __init__(__self__, *,
1701
+ column_name: Optional[pulumi.Input[str]] = None):
1702
+ """
1703
+ :param pulumi.Input[str] column_name: Column name.
1704
+ """
1705
+ if column_name is not None:
1706
+ pulumi.set(__self__, "column_name", column_name)
1707
+
1708
+ @property
1709
+ @pulumi.getter(name="columnName")
1710
+ def column_name(self) -> Optional[pulumi.Input[str]]:
1711
+ """
1712
+ Column name.
1713
+ """
1714
+ return pulumi.get(self, "column_name")
1715
+
1716
+ @column_name.setter
1717
+ def column_name(self, value: Optional[pulumi.Input[str]]):
1718
+ pulumi.set(self, "column_name", value)
1719
+
1720
+
1721
+ if not MYPY:
1722
+ class CustomMetricTimestampArgsDict(TypedDict):
1723
+ column_name: NotRequired[pulumi.Input[str]]
1724
+ """
1725
+ Column name.
1726
+ """
1727
+ time_format: NotRequired[pulumi.Input[str]]
1728
+ """
1729
+ Format.
1730
+ """
1731
+ elif False:
1732
+ CustomMetricTimestampArgsDict: TypeAlias = Mapping[str, Any]
1733
+
1734
+ @pulumi.input_type
1735
+ class CustomMetricTimestampArgs:
1736
+ def __init__(__self__, *,
1737
+ column_name: Optional[pulumi.Input[str]] = None,
1738
+ time_format: Optional[pulumi.Input[str]] = None):
1739
+ """
1740
+ :param pulumi.Input[str] column_name: Column name.
1741
+ :param pulumi.Input[str] time_format: Format.
1742
+ """
1743
+ if column_name is not None:
1744
+ pulumi.set(__self__, "column_name", column_name)
1745
+ if time_format is not None:
1746
+ pulumi.set(__self__, "time_format", time_format)
1747
+
1748
+ @property
1749
+ @pulumi.getter(name="columnName")
1750
+ def column_name(self) -> Optional[pulumi.Input[str]]:
1751
+ """
1752
+ Column name.
1753
+ """
1754
+ return pulumi.get(self, "column_name")
1755
+
1756
+ @column_name.setter
1757
+ def column_name(self, value: Optional[pulumi.Input[str]]):
1758
+ pulumi.set(self, "column_name", value)
1759
+
1760
+ @property
1761
+ @pulumi.getter(name="timeFormat")
1762
+ def time_format(self) -> Optional[pulumi.Input[str]]:
1763
+ """
1764
+ Format.
1765
+ """
1766
+ return pulumi.get(self, "time_format")
1767
+
1768
+ @time_format.setter
1769
+ def time_format(self, value: Optional[pulumi.Input[str]]):
1770
+ pulumi.set(self, "time_format", value)
1771
+
1772
+
1773
+ if not MYPY:
1774
+ class CustomMetricValueArgsDict(TypedDict):
1775
+ column_name: NotRequired[pulumi.Input[str]]
1776
+ """
1777
+ Column name.
1778
+ """
1779
+ elif False:
1780
+ CustomMetricValueArgsDict: TypeAlias = Mapping[str, Any]
1781
+
1782
+ @pulumi.input_type
1783
+ class CustomMetricValueArgs:
1784
+ def __init__(__self__, *,
1785
+ column_name: Optional[pulumi.Input[str]] = None):
1786
+ """
1787
+ :param pulumi.Input[str] column_name: Column name.
1788
+ """
1789
+ if column_name is not None:
1790
+ pulumi.set(__self__, "column_name", column_name)
1791
+
1792
+ @property
1793
+ @pulumi.getter(name="columnName")
1794
+ def column_name(self) -> Optional[pulumi.Input[str]]:
1795
+ """
1796
+ Column name.
1797
+ """
1798
+ return pulumi.get(self, "column_name")
1799
+
1800
+ @column_name.setter
1801
+ def column_name(self, value: Optional[pulumi.Input[str]]):
1802
+ pulumi.set(self, "column_name", value)
1803
+
1804
+
1645
1805
  if not MYPY:
1646
1806
  class CustomModelGuardConfigurationArgsDict(TypedDict):
1647
1807
  intervention: pulumi.Input['CustomModelGuardConfigurationInterventionArgsDict']
@@ -2778,6 +2938,184 @@ class DeploymentDriftTrackingSettingsArgs:
2778
2938
  pulumi.set(self, "tracked_features", value)
2779
2939
 
2780
2940
 
2941
+ if not MYPY:
2942
+ class DeploymentFeatureCacheSettingsArgsDict(TypedDict):
2943
+ enabled: pulumi.Input[bool]
2944
+ """
2945
+ If feature cache is enabled for this Deployment.
2946
+ """
2947
+ fetching: NotRequired[pulumi.Input[bool]]
2948
+ """
2949
+ If feature cache fetching is enabled.
2950
+ """
2951
+ schedule: NotRequired[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgsDict']]
2952
+ """
2953
+ Defines the feature cache schedule.
2954
+ """
2955
+ elif False:
2956
+ DeploymentFeatureCacheSettingsArgsDict: TypeAlias = Mapping[str, Any]
2957
+
2958
+ @pulumi.input_type
2959
+ class DeploymentFeatureCacheSettingsArgs:
2960
+ def __init__(__self__, *,
2961
+ enabled: pulumi.Input[bool],
2962
+ fetching: Optional[pulumi.Input[bool]] = None,
2963
+ schedule: Optional[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs']] = None):
2964
+ """
2965
+ :param pulumi.Input[bool] enabled: If feature cache is enabled for this Deployment.
2966
+ :param pulumi.Input[bool] fetching: If feature cache fetching is enabled.
2967
+ :param pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs'] schedule: Defines the feature cache schedule.
2968
+ """
2969
+ pulumi.set(__self__, "enabled", enabled)
2970
+ if fetching is not None:
2971
+ pulumi.set(__self__, "fetching", fetching)
2972
+ if schedule is not None:
2973
+ pulumi.set(__self__, "schedule", schedule)
2974
+
2975
+ @property
2976
+ @pulumi.getter
2977
+ def enabled(self) -> pulumi.Input[bool]:
2978
+ """
2979
+ If feature cache is enabled for this Deployment.
2980
+ """
2981
+ return pulumi.get(self, "enabled")
2982
+
2983
+ @enabled.setter
2984
+ def enabled(self, value: pulumi.Input[bool]):
2985
+ pulumi.set(self, "enabled", value)
2986
+
2987
+ @property
2988
+ @pulumi.getter
2989
+ def fetching(self) -> Optional[pulumi.Input[bool]]:
2990
+ """
2991
+ If feature cache fetching is enabled.
2992
+ """
2993
+ return pulumi.get(self, "fetching")
2994
+
2995
+ @fetching.setter
2996
+ def fetching(self, value: Optional[pulumi.Input[bool]]):
2997
+ pulumi.set(self, "fetching", value)
2998
+
2999
+ @property
3000
+ @pulumi.getter
3001
+ def schedule(self) -> Optional[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs']]:
3002
+ """
3003
+ Defines the feature cache schedule.
3004
+ """
3005
+ return pulumi.get(self, "schedule")
3006
+
3007
+ @schedule.setter
3008
+ def schedule(self, value: Optional[pulumi.Input['DeploymentFeatureCacheSettingsScheduleArgs']]):
3009
+ pulumi.set(self, "schedule", value)
3010
+
3011
+
3012
+ if not MYPY:
3013
+ class DeploymentFeatureCacheSettingsScheduleArgsDict(TypedDict):
3014
+ day_of_months: pulumi.Input[Sequence[pulumi.Input[str]]]
3015
+ """
3016
+ Days of the month.
3017
+ """
3018
+ day_of_weeks: pulumi.Input[Sequence[pulumi.Input[str]]]
3019
+ """
3020
+ Days of the week.
3021
+ """
3022
+ hours: pulumi.Input[Sequence[pulumi.Input[str]]]
3023
+ """
3024
+ Hours of the day.
3025
+ """
3026
+ minutes: pulumi.Input[Sequence[pulumi.Input[str]]]
3027
+ """
3028
+ Minutes of the day.
3029
+ """
3030
+ months: pulumi.Input[Sequence[pulumi.Input[str]]]
3031
+ """
3032
+ Months of the year.
3033
+ """
3034
+ elif False:
3035
+ DeploymentFeatureCacheSettingsScheduleArgsDict: TypeAlias = Mapping[str, Any]
3036
+
3037
+ @pulumi.input_type
3038
+ class DeploymentFeatureCacheSettingsScheduleArgs:
3039
+ def __init__(__self__, *,
3040
+ day_of_months: pulumi.Input[Sequence[pulumi.Input[str]]],
3041
+ day_of_weeks: pulumi.Input[Sequence[pulumi.Input[str]]],
3042
+ hours: pulumi.Input[Sequence[pulumi.Input[str]]],
3043
+ minutes: pulumi.Input[Sequence[pulumi.Input[str]]],
3044
+ months: pulumi.Input[Sequence[pulumi.Input[str]]]):
3045
+ """
3046
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] day_of_months: Days of the month.
3047
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] day_of_weeks: Days of the week.
3048
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] hours: Hours of the day.
3049
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] minutes: Minutes of the day.
3050
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] months: Months of the year.
3051
+ """
3052
+ pulumi.set(__self__, "day_of_months", day_of_months)
3053
+ pulumi.set(__self__, "day_of_weeks", day_of_weeks)
3054
+ pulumi.set(__self__, "hours", hours)
3055
+ pulumi.set(__self__, "minutes", minutes)
3056
+ pulumi.set(__self__, "months", months)
3057
+
3058
+ @property
3059
+ @pulumi.getter(name="dayOfMonths")
3060
+ def day_of_months(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
3061
+ """
3062
+ Days of the month.
3063
+ """
3064
+ return pulumi.get(self, "day_of_months")
3065
+
3066
+ @day_of_months.setter
3067
+ def day_of_months(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
3068
+ pulumi.set(self, "day_of_months", value)
3069
+
3070
+ @property
3071
+ @pulumi.getter(name="dayOfWeeks")
3072
+ def day_of_weeks(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
3073
+ """
3074
+ Days of the week.
3075
+ """
3076
+ return pulumi.get(self, "day_of_weeks")
3077
+
3078
+ @day_of_weeks.setter
3079
+ def day_of_weeks(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
3080
+ pulumi.set(self, "day_of_weeks", value)
3081
+
3082
+ @property
3083
+ @pulumi.getter
3084
+ def hours(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
3085
+ """
3086
+ Hours of the day.
3087
+ """
3088
+ return pulumi.get(self, "hours")
3089
+
3090
+ @hours.setter
3091
+ def hours(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
3092
+ pulumi.set(self, "hours", value)
3093
+
3094
+ @property
3095
+ @pulumi.getter
3096
+ def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
3097
+ """
3098
+ Minutes of the day.
3099
+ """
3100
+ return pulumi.get(self, "minutes")
3101
+
3102
+ @minutes.setter
3103
+ def minutes(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
3104
+ pulumi.set(self, "minutes", value)
3105
+
3106
+ @property
3107
+ @pulumi.getter
3108
+ def months(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
3109
+ """
3110
+ Months of the year.
3111
+ """
3112
+ return pulumi.get(self, "months")
3113
+
3114
+ @months.setter
3115
+ def months(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
3116
+ pulumi.set(self, "months", value)
3117
+
3118
+
2781
3119
  if not MYPY:
2782
3120
  class DeploymentHealthSettingsArgsDict(TypedDict):
2783
3121
  accuracy: NotRequired[pulumi.Input['DeploymentHealthSettingsAccuracyArgsDict']]