pulumi-oci 2.19.0a1734003732__py3-none-any.whl → 2.20.0__py3-none-any.whl
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_oci/__init__.py +16 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/outputs.py +22 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +50 -39
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1734003732.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -45,11 +45,14 @@ class DedicatedAiClusterArgs:
|
|
45
45
|
* LARGE_COHERE_V2
|
46
46
|
* SMALL_COHERE
|
47
47
|
* SMALL_COHERE_V2
|
48
|
+
* SMALL_COHERE_4
|
48
49
|
* EMBED_COHERE
|
49
50
|
* LLAMA2_70
|
50
51
|
* LARGE_GENERIC
|
51
52
|
* LARGE_COHERE_V2_2
|
52
53
|
* LARGE_GENERIC_4
|
54
|
+
* SMALL_GENERIC_V2
|
55
|
+
* LARGE_GENERIC_2
|
53
56
|
|
54
57
|
|
55
58
|
** IMPORTANT **
|
@@ -123,11 +126,14 @@ class DedicatedAiClusterArgs:
|
|
123
126
|
* LARGE_COHERE_V2
|
124
127
|
* SMALL_COHERE
|
125
128
|
* SMALL_COHERE_V2
|
129
|
+
* SMALL_COHERE_4
|
126
130
|
* EMBED_COHERE
|
127
131
|
* LLAMA2_70
|
128
132
|
* LARGE_GENERIC
|
129
133
|
* LARGE_COHERE_V2_2
|
130
134
|
* LARGE_GENERIC_4
|
135
|
+
* SMALL_GENERIC_V2
|
136
|
+
* LARGE_GENERIC_2
|
131
137
|
|
132
138
|
|
133
139
|
** IMPORTANT **
|
@@ -231,11 +237,14 @@ class _DedicatedAiClusterState:
|
|
231
237
|
* LARGE_COHERE_V2
|
232
238
|
* SMALL_COHERE
|
233
239
|
* SMALL_COHERE_V2
|
240
|
+
* SMALL_COHERE_4
|
234
241
|
* EMBED_COHERE
|
235
242
|
* LLAMA2_70
|
236
243
|
* LARGE_GENERIC
|
237
244
|
* LARGE_COHERE_V2_2
|
238
245
|
* LARGE_GENERIC_4
|
246
|
+
* SMALL_GENERIC_V2
|
247
|
+
* LARGE_GENERIC_2
|
239
248
|
|
240
249
|
|
241
250
|
** IMPORTANT **
|
@@ -441,11 +450,14 @@ class _DedicatedAiClusterState:
|
|
441
450
|
* LARGE_COHERE_V2
|
442
451
|
* SMALL_COHERE
|
443
452
|
* SMALL_COHERE_V2
|
453
|
+
* SMALL_COHERE_4
|
444
454
|
* EMBED_COHERE
|
445
455
|
* LLAMA2_70
|
446
456
|
* LARGE_GENERIC
|
447
457
|
* LARGE_COHERE_V2_2
|
448
458
|
* LARGE_GENERIC_4
|
459
|
+
* SMALL_GENERIC_V2
|
460
|
+
* LARGE_GENERIC_2
|
449
461
|
|
450
462
|
|
451
463
|
** IMPORTANT **
|
@@ -526,11 +538,14 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
526
538
|
* LARGE_COHERE_V2
|
527
539
|
* SMALL_COHERE
|
528
540
|
* SMALL_COHERE_V2
|
541
|
+
* SMALL_COHERE_4
|
529
542
|
* EMBED_COHERE
|
530
543
|
* LLAMA2_70
|
531
544
|
* LARGE_GENERIC
|
532
545
|
* LARGE_COHERE_V2_2
|
533
546
|
* LARGE_GENERIC_4
|
547
|
+
* SMALL_GENERIC_V2
|
548
|
+
* LARGE_GENERIC_2
|
534
549
|
|
535
550
|
|
536
551
|
** IMPORTANT **
|
@@ -685,11 +700,14 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
685
700
|
* LARGE_COHERE_V2
|
686
701
|
* SMALL_COHERE
|
687
702
|
* SMALL_COHERE_V2
|
703
|
+
* SMALL_COHERE_4
|
688
704
|
* EMBED_COHERE
|
689
705
|
* LLAMA2_70
|
690
706
|
* LARGE_GENERIC
|
691
707
|
* LARGE_COHERE_V2_2
|
692
708
|
* LARGE_GENERIC_4
|
709
|
+
* SMALL_GENERIC_V2
|
710
|
+
* LARGE_GENERIC_2
|
693
711
|
|
694
712
|
|
695
713
|
** IMPORTANT **
|
@@ -834,11 +852,14 @@ class DedicatedAiCluster(pulumi.CustomResource):
|
|
834
852
|
* LARGE_COHERE_V2
|
835
853
|
* SMALL_COHERE
|
836
854
|
* SMALL_COHERE_V2
|
855
|
+
* SMALL_COHERE_4
|
837
856
|
* EMBED_COHERE
|
838
857
|
* LLAMA2_70
|
839
858
|
* LARGE_GENERIC
|
840
859
|
* LARGE_COHERE_V2_2
|
841
860
|
* LARGE_GENERIC_4
|
861
|
+
* SMALL_GENERIC_V2
|
862
|
+
* LARGE_GENERIC_2
|
842
863
|
|
843
864
|
|
844
865
|
** IMPORTANT **
|
@@ -31,9 +31,16 @@ from .get_deployment_versions import *
|
|
31
31
|
from .get_deployments import *
|
32
32
|
from .get_message import *
|
33
33
|
from .get_messages import *
|
34
|
+
from .get_pipeline import *
|
35
|
+
from .get_pipeline_running_processes import *
|
36
|
+
from .get_pipeline_schema_tables import *
|
37
|
+
from .get_pipeline_schemas import *
|
38
|
+
from .get_pipelines import *
|
39
|
+
from .get_recipes import *
|
34
40
|
from .get_trail_file import *
|
35
41
|
from .get_trail_files import *
|
36
42
|
from .get_trail_sequence import *
|
37
43
|
from .get_trail_sequences import *
|
44
|
+
from .pipeline import *
|
38
45
|
from ._inputs import *
|
39
46
|
from . import outputs
|