pulumi-datarobot 0.7.5__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.
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/PKG-INFO +1 -1
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/__init__.py +18 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/_inputs.py +360 -1
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/deployment.py +96 -0
- pulumi_datarobot-0.8.2/pulumi_datarobot/notification_channel.py +775 -0
- pulumi_datarobot-0.8.2/pulumi_datarobot/notification_policy.py +564 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/outputs.py +233 -1
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/PKG-INFO +1 -1
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/SOURCES.txt +2 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/setup.py +1 -1
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/README.md +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/_utilities.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/api_token_credential.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/application_source.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/aws_credential.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/basic_credential.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/config/__init__.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/config/vars.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_application.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_application_from_environment.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_job.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_metric_from_job.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_metric_job.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/custom_model.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/dataset_from_datasource.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/dataset_from_file.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/dataset_from_url.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/datasource.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/datastore.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/execution_environment.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/get_execution_environment.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/get_global_model.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/google_cloud_credential.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/llm_blueprint.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/playground.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/prediction_environment.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/provider.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/pulumi-plugin.json +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/py.typed +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/qa_application.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/registered_model.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/remote_repository.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/use_case.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot/vector_database.py +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/requires.txt +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/pulumi_datarobot.egg-info/top_level.txt +0 -0
- {pulumi_datarobot-0.7.5 → pulumi_datarobot-0.8.2}/setup.cfg +0 -0
@@ -28,6 +28,8 @@ from .get_execution_environment import *
|
|
28
28
|
from .get_global_model import *
|
29
29
|
from .google_cloud_credential import *
|
30
30
|
from .llm_blueprint import *
|
31
|
+
from .notification_channel import *
|
32
|
+
from .notification_policy import *
|
31
33
|
from .playground import *
|
32
34
|
from .prediction_environment import *
|
33
35
|
from .provider import *
|
@@ -218,6 +220,22 @@ _utilities.register(
|
|
218
220
|
"datarobot:index/llmBlueprint:LlmBlueprint": "LlmBlueprint"
|
219
221
|
}
|
220
222
|
},
|
223
|
+
{
|
224
|
+
"pkg": "datarobot",
|
225
|
+
"mod": "index/notificationChannel",
|
226
|
+
"fqn": "pulumi_datarobot",
|
227
|
+
"classes": {
|
228
|
+
"datarobot:index/notificationChannel:NotificationChannel": "NotificationChannel"
|
229
|
+
}
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"pkg": "datarobot",
|
233
|
+
"mod": "index/notificationPolicy",
|
234
|
+
"fqn": "pulumi_datarobot",
|
235
|
+
"classes": {
|
236
|
+
"datarobot:index/notificationPolicy:NotificationPolicy": "NotificationPolicy"
|
237
|
+
}
|
238
|
+
},
|
221
239
|
{
|
222
240
|
"pkg": "datarobot",
|
223
241
|
"mod": "index/playground",
|
@@ -63,6 +63,8 @@ __all__ = [
|
|
63
63
|
'DatasourceParamsArgsDict',
|
64
64
|
'DeploymentAssociationIdSettingsArgs',
|
65
65
|
'DeploymentAssociationIdSettingsArgsDict',
|
66
|
+
'DeploymentBatchMonitoringSettingsArgs',
|
67
|
+
'DeploymentBatchMonitoringSettingsArgsDict',
|
66
68
|
'DeploymentBiasAndFairnessSettingsArgs',
|
67
69
|
'DeploymentBiasAndFairnessSettingsArgsDict',
|
68
70
|
'DeploymentChallengerModelsSettingsArgs',
|
@@ -71,6 +73,10 @@ __all__ = [
|
|
71
73
|
'DeploymentChallengerReplaySettingsArgsDict',
|
72
74
|
'DeploymentDriftTrackingSettingsArgs',
|
73
75
|
'DeploymentDriftTrackingSettingsArgsDict',
|
76
|
+
'DeploymentFeatureCacheSettingsArgs',
|
77
|
+
'DeploymentFeatureCacheSettingsArgsDict',
|
78
|
+
'DeploymentFeatureCacheSettingsScheduleArgs',
|
79
|
+
'DeploymentFeatureCacheSettingsScheduleArgsDict',
|
74
80
|
'DeploymentHealthSettingsArgs',
|
75
81
|
'DeploymentHealthSettingsArgsDict',
|
76
82
|
'DeploymentHealthSettingsAccuracyArgs',
|
@@ -123,6 +129,10 @@ __all__ = [
|
|
123
129
|
'LlmBlueprintLlmSettingsArgsDict',
|
124
130
|
'LlmBlueprintVectorDatabaseSettingsArgs',
|
125
131
|
'LlmBlueprintVectorDatabaseSettingsArgsDict',
|
132
|
+
'NotificationChannelCustomHeaderArgs',
|
133
|
+
'NotificationChannelCustomHeaderArgsDict',
|
134
|
+
'NotificationChannelDrEntityArgs',
|
135
|
+
'NotificationChannelDrEntityArgsDict',
|
126
136
|
'VectorDatabaseChunkingParametersArgs',
|
127
137
|
'VectorDatabaseChunkingParametersArgsDict',
|
128
138
|
]
|
@@ -2499,6 +2509,37 @@ class DeploymentAssociationIdSettingsArgs:
|
|
2499
2509
|
pulumi.set(self, "required_in_prediction_requests", value)
|
2500
2510
|
|
2501
2511
|
|
2512
|
+
if not MYPY:
|
2513
|
+
class DeploymentBatchMonitoringSettingsArgsDict(TypedDict):
|
2514
|
+
enabled: pulumi.Input[bool]
|
2515
|
+
"""
|
2516
|
+
If batch monitoring is enabled.
|
2517
|
+
"""
|
2518
|
+
elif False:
|
2519
|
+
DeploymentBatchMonitoringSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
2520
|
+
|
2521
|
+
@pulumi.input_type
|
2522
|
+
class DeploymentBatchMonitoringSettingsArgs:
|
2523
|
+
def __init__(__self__, *,
|
2524
|
+
enabled: pulumi.Input[bool]):
|
2525
|
+
"""
|
2526
|
+
:param pulumi.Input[bool] enabled: If batch monitoring is enabled.
|
2527
|
+
"""
|
2528
|
+
pulumi.set(__self__, "enabled", enabled)
|
2529
|
+
|
2530
|
+
@property
|
2531
|
+
@pulumi.getter
|
2532
|
+
def enabled(self) -> pulumi.Input[bool]:
|
2533
|
+
"""
|
2534
|
+
If batch monitoring is enabled.
|
2535
|
+
"""
|
2536
|
+
return pulumi.get(self, "enabled")
|
2537
|
+
|
2538
|
+
@enabled.setter
|
2539
|
+
def enabled(self, value: pulumi.Input[bool]):
|
2540
|
+
pulumi.set(self, "enabled", value)
|
2541
|
+
|
2542
|
+
|
2502
2543
|
if not MYPY:
|
2503
2544
|
class DeploymentBiasAndFairnessSettingsArgsDict(TypedDict):
|
2504
2545
|
fairness_metric_set: pulumi.Input[str]
|
@@ -2655,10 +2696,18 @@ if not MYPY:
|
|
2655
2696
|
"""
|
2656
2697
|
If feature drift tracking is to be turned on.
|
2657
2698
|
"""
|
2699
|
+
feature_selection: NotRequired[pulumi.Input[str]]
|
2700
|
+
"""
|
2701
|
+
The feature selection method to be used for drift tracking.
|
2702
|
+
"""
|
2658
2703
|
target_drift_enabled: NotRequired[pulumi.Input[bool]]
|
2659
2704
|
"""
|
2660
2705
|
If target drift tracking is to be turned on.
|
2661
2706
|
"""
|
2707
|
+
tracked_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2708
|
+
"""
|
2709
|
+
List of features to be tracked for drift.
|
2710
|
+
"""
|
2662
2711
|
elif False:
|
2663
2712
|
DeploymentDriftTrackingSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
2664
2713
|
|
@@ -2666,15 +2715,23 @@ elif False:
|
|
2666
2715
|
class DeploymentDriftTrackingSettingsArgs:
|
2667
2716
|
def __init__(__self__, *,
|
2668
2717
|
feature_drift_enabled: Optional[pulumi.Input[bool]] = None,
|
2669
|
-
|
2718
|
+
feature_selection: Optional[pulumi.Input[str]] = None,
|
2719
|
+
target_drift_enabled: Optional[pulumi.Input[bool]] = None,
|
2720
|
+
tracked_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
2670
2721
|
"""
|
2671
2722
|
:param pulumi.Input[bool] feature_drift_enabled: If feature drift tracking is to be turned on.
|
2723
|
+
:param pulumi.Input[str] feature_selection: The feature selection method to be used for drift tracking.
|
2672
2724
|
:param pulumi.Input[bool] target_drift_enabled: If target drift tracking is to be turned on.
|
2725
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tracked_features: List of features to be tracked for drift.
|
2673
2726
|
"""
|
2674
2727
|
if feature_drift_enabled is not None:
|
2675
2728
|
pulumi.set(__self__, "feature_drift_enabled", feature_drift_enabled)
|
2729
|
+
if feature_selection is not None:
|
2730
|
+
pulumi.set(__self__, "feature_selection", feature_selection)
|
2676
2731
|
if target_drift_enabled is not None:
|
2677
2732
|
pulumi.set(__self__, "target_drift_enabled", target_drift_enabled)
|
2733
|
+
if tracked_features is not None:
|
2734
|
+
pulumi.set(__self__, "tracked_features", tracked_features)
|
2678
2735
|
|
2679
2736
|
@property
|
2680
2737
|
@pulumi.getter(name="featureDriftEnabled")
|
@@ -2688,6 +2745,18 @@ class DeploymentDriftTrackingSettingsArgs:
|
|
2688
2745
|
def feature_drift_enabled(self, value: Optional[pulumi.Input[bool]]):
|
2689
2746
|
pulumi.set(self, "feature_drift_enabled", value)
|
2690
2747
|
|
2748
|
+
@property
|
2749
|
+
@pulumi.getter(name="featureSelection")
|
2750
|
+
def feature_selection(self) -> Optional[pulumi.Input[str]]:
|
2751
|
+
"""
|
2752
|
+
The feature selection method to be used for drift tracking.
|
2753
|
+
"""
|
2754
|
+
return pulumi.get(self, "feature_selection")
|
2755
|
+
|
2756
|
+
@feature_selection.setter
|
2757
|
+
def feature_selection(self, value: Optional[pulumi.Input[str]]):
|
2758
|
+
pulumi.set(self, "feature_selection", value)
|
2759
|
+
|
2691
2760
|
@property
|
2692
2761
|
@pulumi.getter(name="targetDriftEnabled")
|
2693
2762
|
def target_drift_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -2700,6 +2769,196 @@ class DeploymentDriftTrackingSettingsArgs:
|
|
2700
2769
|
def target_drift_enabled(self, value: Optional[pulumi.Input[bool]]):
|
2701
2770
|
pulumi.set(self, "target_drift_enabled", value)
|
2702
2771
|
|
2772
|
+
@property
|
2773
|
+
@pulumi.getter(name="trackedFeatures")
|
2774
|
+
def tracked_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
2775
|
+
"""
|
2776
|
+
List of features to be tracked for drift.
|
2777
|
+
"""
|
2778
|
+
return pulumi.get(self, "tracked_features")
|
2779
|
+
|
2780
|
+
@tracked_features.setter
|
2781
|
+
def tracked_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
2782
|
+
pulumi.set(self, "tracked_features", value)
|
2783
|
+
|
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
|
+
|
2703
2962
|
|
2704
2963
|
if not MYPY:
|
2705
2964
|
class DeploymentHealthSettingsArgsDict(TypedDict):
|
@@ -4809,6 +5068,106 @@ class LlmBlueprintVectorDatabaseSettingsArgs:
|
|
4809
5068
|
pulumi.set(self, "max_tokens", value)
|
4810
5069
|
|
4811
5070
|
|
5071
|
+
if not MYPY:
|
5072
|
+
class NotificationChannelCustomHeaderArgsDict(TypedDict):
|
5073
|
+
name: pulumi.Input[str]
|
5074
|
+
"""
|
5075
|
+
The name of the header.
|
5076
|
+
"""
|
5077
|
+
value: pulumi.Input[str]
|
5078
|
+
"""
|
5079
|
+
The value of the header.
|
5080
|
+
"""
|
5081
|
+
elif False:
|
5082
|
+
NotificationChannelCustomHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
5083
|
+
|
5084
|
+
@pulumi.input_type
|
5085
|
+
class NotificationChannelCustomHeaderArgs:
|
5086
|
+
def __init__(__self__, *,
|
5087
|
+
name: pulumi.Input[str],
|
5088
|
+
value: pulumi.Input[str]):
|
5089
|
+
"""
|
5090
|
+
:param pulumi.Input[str] name: The name of the header.
|
5091
|
+
:param pulumi.Input[str] value: The value of the header.
|
5092
|
+
"""
|
5093
|
+
pulumi.set(__self__, "name", name)
|
5094
|
+
pulumi.set(__self__, "value", value)
|
5095
|
+
|
5096
|
+
@property
|
5097
|
+
@pulumi.getter
|
5098
|
+
def name(self) -> pulumi.Input[str]:
|
5099
|
+
"""
|
5100
|
+
The name of the header.
|
5101
|
+
"""
|
5102
|
+
return pulumi.get(self, "name")
|
5103
|
+
|
5104
|
+
@name.setter
|
5105
|
+
def name(self, value: pulumi.Input[str]):
|
5106
|
+
pulumi.set(self, "name", value)
|
5107
|
+
|
5108
|
+
@property
|
5109
|
+
@pulumi.getter
|
5110
|
+
def value(self) -> pulumi.Input[str]:
|
5111
|
+
"""
|
5112
|
+
The value of the header.
|
5113
|
+
"""
|
5114
|
+
return pulumi.get(self, "value")
|
5115
|
+
|
5116
|
+
@value.setter
|
5117
|
+
def value(self, value: pulumi.Input[str]):
|
5118
|
+
pulumi.set(self, "value", value)
|
5119
|
+
|
5120
|
+
|
5121
|
+
if not MYPY:
|
5122
|
+
class NotificationChannelDrEntityArgsDict(TypedDict):
|
5123
|
+
id: pulumi.Input[str]
|
5124
|
+
"""
|
5125
|
+
The ID of the DataRobot entity.
|
5126
|
+
"""
|
5127
|
+
name: pulumi.Input[str]
|
5128
|
+
"""
|
5129
|
+
The name of the entity.
|
5130
|
+
"""
|
5131
|
+
elif False:
|
5132
|
+
NotificationChannelDrEntityArgsDict: TypeAlias = Mapping[str, Any]
|
5133
|
+
|
5134
|
+
@pulumi.input_type
|
5135
|
+
class NotificationChannelDrEntityArgs:
|
5136
|
+
def __init__(__self__, *,
|
5137
|
+
id: pulumi.Input[str],
|
5138
|
+
name: pulumi.Input[str]):
|
5139
|
+
"""
|
5140
|
+
:param pulumi.Input[str] id: The ID of the DataRobot entity.
|
5141
|
+
:param pulumi.Input[str] name: The name of the entity.
|
5142
|
+
"""
|
5143
|
+
pulumi.set(__self__, "id", id)
|
5144
|
+
pulumi.set(__self__, "name", name)
|
5145
|
+
|
5146
|
+
@property
|
5147
|
+
@pulumi.getter
|
5148
|
+
def id(self) -> pulumi.Input[str]:
|
5149
|
+
"""
|
5150
|
+
The ID of the DataRobot entity.
|
5151
|
+
"""
|
5152
|
+
return pulumi.get(self, "id")
|
5153
|
+
|
5154
|
+
@id.setter
|
5155
|
+
def id(self, value: pulumi.Input[str]):
|
5156
|
+
pulumi.set(self, "id", value)
|
5157
|
+
|
5158
|
+
@property
|
5159
|
+
@pulumi.getter
|
5160
|
+
def name(self) -> pulumi.Input[str]:
|
5161
|
+
"""
|
5162
|
+
The name of the entity.
|
5163
|
+
"""
|
5164
|
+
return pulumi.get(self, "name")
|
5165
|
+
|
5166
|
+
@name.setter
|
5167
|
+
def name(self, value: pulumi.Input[str]):
|
5168
|
+
pulumi.set(self, "name", value)
|
5169
|
+
|
5170
|
+
|
4812
5171
|
if not MYPY:
|
4813
5172
|
class VectorDatabaseChunkingParametersArgsDict(TypedDict):
|
4814
5173
|
chunk_overlap_percentage: NotRequired[pulumi.Input[int]]
|