pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.4.0a1755922408__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetJobResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getJob.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, artifact_content_disposition=None, artifact_content_length=None, artifact_content_md5=None, artifact_last_modified=None, compartment_id=None, created_by=None, defined_tags=None, delete_related_job_runs=None, description=None, display_name=None, empty_artifact=None, freeform_tags=None, id=None, job_artifact=None, job_configuration_details=None, job_environment_configuration_details=None, job_id=None, job_infrastructure_configuration_details=None, job_log_configuration_details=None, job_storage_mount_configuration_details_lists=None, lifecycle_details=None, project_id=None, state=None, time_created=None):
|
30
|
+
def __init__(__self__, artifact_content_disposition=None, artifact_content_length=None, artifact_content_md5=None, artifact_last_modified=None, compartment_id=None, created_by=None, defined_tags=None, delete_related_job_runs=None, description=None, display_name=None, empty_artifact=None, freeform_tags=None, id=None, job_artifact=None, job_configuration_details=None, job_environment_configuration_details=None, job_id=None, job_infrastructure_configuration_details=None, job_log_configuration_details=None, job_node_configuration_details=None, job_storage_mount_configuration_details_lists=None, lifecycle_details=None, project_id=None, state=None, time_created=None):
|
31
31
|
if artifact_content_disposition and not isinstance(artifact_content_disposition, str):
|
32
32
|
raise TypeError("Expected argument 'artifact_content_disposition' to be a str")
|
33
33
|
pulumi.set(__self__, "artifact_content_disposition", artifact_content_disposition)
|
@@ -85,6 +85,9 @@ class GetJobResult:
|
|
85
85
|
if job_log_configuration_details and not isinstance(job_log_configuration_details, list):
|
86
86
|
raise TypeError("Expected argument 'job_log_configuration_details' to be a list")
|
87
87
|
pulumi.set(__self__, "job_log_configuration_details", job_log_configuration_details)
|
88
|
+
if job_node_configuration_details and not isinstance(job_node_configuration_details, list):
|
89
|
+
raise TypeError("Expected argument 'job_node_configuration_details' to be a list")
|
90
|
+
pulumi.set(__self__, "job_node_configuration_details", job_node_configuration_details)
|
88
91
|
if job_storage_mount_configuration_details_lists and not isinstance(job_storage_mount_configuration_details_lists, list):
|
89
92
|
raise TypeError("Expected argument 'job_storage_mount_configuration_details_lists' to be a list")
|
90
93
|
pulumi.set(__self__, "job_storage_mount_configuration_details_lists", job_storage_mount_configuration_details_lists)
|
@@ -229,6 +232,14 @@ class GetJobResult:
|
|
229
232
|
"""
|
230
233
|
return pulumi.get(self, "job_log_configuration_details")
|
231
234
|
|
235
|
+
@_builtins.property
|
236
|
+
@pulumi.getter(name="jobNodeConfigurationDetails")
|
237
|
+
def job_node_configuration_details(self) -> Sequence['outputs.GetJobJobNodeConfigurationDetailResult']:
|
238
|
+
"""
|
239
|
+
The job node configuration details
|
240
|
+
"""
|
241
|
+
return pulumi.get(self, "job_node_configuration_details")
|
242
|
+
|
232
243
|
@_builtins.property
|
233
244
|
@pulumi.getter(name="jobStorageMountConfigurationDetailsLists")
|
234
245
|
def job_storage_mount_configuration_details_lists(self) -> Sequence['outputs.GetJobJobStorageMountConfigurationDetailsListResult']:
|
@@ -295,6 +306,7 @@ class AwaitableGetJobResult(GetJobResult):
|
|
295
306
|
job_id=self.job_id,
|
296
307
|
job_infrastructure_configuration_details=self.job_infrastructure_configuration_details,
|
297
308
|
job_log_configuration_details=self.job_log_configuration_details,
|
309
|
+
job_node_configuration_details=self.job_node_configuration_details,
|
298
310
|
job_storage_mount_configuration_details_lists=self.job_storage_mount_configuration_details_lists,
|
299
311
|
lifecycle_details=self.lifecycle_details,
|
300
312
|
project_id=self.project_id,
|
@@ -346,6 +358,7 @@ def get_job(job_id: Optional[_builtins.str] = None,
|
|
346
358
|
job_id=pulumi.get(__ret__, 'job_id'),
|
347
359
|
job_infrastructure_configuration_details=pulumi.get(__ret__, 'job_infrastructure_configuration_details'),
|
348
360
|
job_log_configuration_details=pulumi.get(__ret__, 'job_log_configuration_details'),
|
361
|
+
job_node_configuration_details=pulumi.get(__ret__, 'job_node_configuration_details'),
|
349
362
|
job_storage_mount_configuration_details_lists=pulumi.get(__ret__, 'job_storage_mount_configuration_details_lists'),
|
350
363
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
351
364
|
project_id=pulumi.get(__ret__, 'project_id'),
|
@@ -394,6 +407,7 @@ def get_job_output(job_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
394
407
|
job_id=pulumi.get(__response__, 'job_id'),
|
395
408
|
job_infrastructure_configuration_details=pulumi.get(__response__, 'job_infrastructure_configuration_details'),
|
396
409
|
job_log_configuration_details=pulumi.get(__response__, 'job_log_configuration_details'),
|
410
|
+
job_node_configuration_details=pulumi.get(__response__, 'job_node_configuration_details'),
|
397
411
|
job_storage_mount_configuration_details_lists=pulumi.get(__response__, 'job_storage_mount_configuration_details_lists'),
|
398
412
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
399
413
|
project_id=pulumi.get(__response__, 'project_id'),
|
@@ -27,7 +27,7 @@ class GetJobRunResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getJobRun.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, asynchronous=None, compartment_id=None, created_by=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, job_configuration_override_details=None, job_environment_configuration_override_details=None, job_id=None, job_infrastructure_configuration_details=None, job_log_configuration_override_details=None, job_run_id=None, job_storage_mount_configuration_details_lists=None, lifecycle_details=None, log_details=None, opc_parent_rpt_url=None, project_id=None, state=None, time_accepted=None, time_finished=None, time_started=None):
|
30
|
+
def __init__(__self__, asynchronous=None, compartment_id=None, created_by=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, job_configuration_override_details=None, job_environment_configuration_override_details=None, job_id=None, job_infrastructure_configuration_details=None, job_infrastructure_configuration_override_details=None, job_log_configuration_override_details=None, job_node_configuration_override_details=None, job_run_id=None, job_storage_mount_configuration_details_lists=None, lifecycle_details=None, log_details=None, node_group_details_lists=None, opc_parent_rpt_url=None, project_id=None, state=None, time_accepted=None, time_finished=None, time_started=None):
|
31
31
|
if asynchronous and not isinstance(asynchronous, bool):
|
32
32
|
raise TypeError("Expected argument 'asynchronous' to be a bool")
|
33
33
|
pulumi.set(__self__, "asynchronous", asynchronous)
|
@@ -61,9 +61,15 @@ class GetJobRunResult:
|
|
61
61
|
if job_infrastructure_configuration_details and not isinstance(job_infrastructure_configuration_details, list):
|
62
62
|
raise TypeError("Expected argument 'job_infrastructure_configuration_details' to be a list")
|
63
63
|
pulumi.set(__self__, "job_infrastructure_configuration_details", job_infrastructure_configuration_details)
|
64
|
+
if job_infrastructure_configuration_override_details and not isinstance(job_infrastructure_configuration_override_details, list):
|
65
|
+
raise TypeError("Expected argument 'job_infrastructure_configuration_override_details' to be a list")
|
66
|
+
pulumi.set(__self__, "job_infrastructure_configuration_override_details", job_infrastructure_configuration_override_details)
|
64
67
|
if job_log_configuration_override_details and not isinstance(job_log_configuration_override_details, list):
|
65
68
|
raise TypeError("Expected argument 'job_log_configuration_override_details' to be a list")
|
66
69
|
pulumi.set(__self__, "job_log_configuration_override_details", job_log_configuration_override_details)
|
70
|
+
if job_node_configuration_override_details and not isinstance(job_node_configuration_override_details, list):
|
71
|
+
raise TypeError("Expected argument 'job_node_configuration_override_details' to be a list")
|
72
|
+
pulumi.set(__self__, "job_node_configuration_override_details", job_node_configuration_override_details)
|
67
73
|
if job_run_id and not isinstance(job_run_id, str):
|
68
74
|
raise TypeError("Expected argument 'job_run_id' to be a str")
|
69
75
|
pulumi.set(__self__, "job_run_id", job_run_id)
|
@@ -76,6 +82,9 @@ class GetJobRunResult:
|
|
76
82
|
if log_details and not isinstance(log_details, list):
|
77
83
|
raise TypeError("Expected argument 'log_details' to be a list")
|
78
84
|
pulumi.set(__self__, "log_details", log_details)
|
85
|
+
if node_group_details_lists and not isinstance(node_group_details_lists, list):
|
86
|
+
raise TypeError("Expected argument 'node_group_details_lists' to be a list")
|
87
|
+
pulumi.set(__self__, "node_group_details_lists", node_group_details_lists)
|
79
88
|
if opc_parent_rpt_url and not isinstance(opc_parent_rpt_url, str):
|
80
89
|
raise TypeError("Expected argument 'opc_parent_rpt_url' to be a str")
|
81
90
|
pulumi.set(__self__, "opc_parent_rpt_url", opc_parent_rpt_url)
|
@@ -180,6 +189,14 @@ class GetJobRunResult:
|
|
180
189
|
"""
|
181
190
|
return pulumi.get(self, "job_infrastructure_configuration_details")
|
182
191
|
|
192
|
+
@_builtins.property
|
193
|
+
@pulumi.getter(name="jobInfrastructureConfigurationOverrideDetails")
|
194
|
+
def job_infrastructure_configuration_override_details(self) -> Sequence['outputs.GetJobRunJobInfrastructureConfigurationOverrideDetailResult']:
|
195
|
+
"""
|
196
|
+
The job infrastructure configuration details (shape, block storage, etc.)
|
197
|
+
"""
|
198
|
+
return pulumi.get(self, "job_infrastructure_configuration_override_details")
|
199
|
+
|
183
200
|
@_builtins.property
|
184
201
|
@pulumi.getter(name="jobLogConfigurationOverrideDetails")
|
185
202
|
def job_log_configuration_override_details(self) -> Sequence['outputs.GetJobRunJobLogConfigurationOverrideDetailResult']:
|
@@ -188,6 +205,14 @@ class GetJobRunResult:
|
|
188
205
|
"""
|
189
206
|
return pulumi.get(self, "job_log_configuration_override_details")
|
190
207
|
|
208
|
+
@_builtins.property
|
209
|
+
@pulumi.getter(name="jobNodeConfigurationOverrideDetails")
|
210
|
+
def job_node_configuration_override_details(self) -> Sequence['outputs.GetJobRunJobNodeConfigurationOverrideDetailResult']:
|
211
|
+
"""
|
212
|
+
The job node configuration details
|
213
|
+
"""
|
214
|
+
return pulumi.get(self, "job_node_configuration_override_details")
|
215
|
+
|
191
216
|
@_builtins.property
|
192
217
|
@pulumi.getter(name="jobRunId")
|
193
218
|
def job_run_id(self) -> _builtins.str:
|
@@ -205,7 +230,7 @@ class GetJobRunResult:
|
|
205
230
|
@pulumi.getter(name="lifecycleDetails")
|
206
231
|
def lifecycle_details(self) -> _builtins.str:
|
207
232
|
"""
|
208
|
-
|
233
|
+
The state details of the node group.
|
209
234
|
"""
|
210
235
|
return pulumi.get(self, "lifecycle_details")
|
211
236
|
|
@@ -217,6 +242,14 @@ class GetJobRunResult:
|
|
217
242
|
"""
|
218
243
|
return pulumi.get(self, "log_details")
|
219
244
|
|
245
|
+
@_builtins.property
|
246
|
+
@pulumi.getter(name="nodeGroupDetailsLists")
|
247
|
+
def node_group_details_lists(self) -> Sequence['outputs.GetJobRunNodeGroupDetailsListResult']:
|
248
|
+
"""
|
249
|
+
Collection of NodeGroupDetails
|
250
|
+
"""
|
251
|
+
return pulumi.get(self, "node_group_details_lists")
|
252
|
+
|
220
253
|
@_builtins.property
|
221
254
|
@pulumi.getter(name="opcParentRptUrl")
|
222
255
|
def opc_parent_rpt_url(self) -> _builtins.str:
|
@@ -280,11 +313,14 @@ class AwaitableGetJobRunResult(GetJobRunResult):
|
|
280
313
|
job_environment_configuration_override_details=self.job_environment_configuration_override_details,
|
281
314
|
job_id=self.job_id,
|
282
315
|
job_infrastructure_configuration_details=self.job_infrastructure_configuration_details,
|
316
|
+
job_infrastructure_configuration_override_details=self.job_infrastructure_configuration_override_details,
|
283
317
|
job_log_configuration_override_details=self.job_log_configuration_override_details,
|
318
|
+
job_node_configuration_override_details=self.job_node_configuration_override_details,
|
284
319
|
job_run_id=self.job_run_id,
|
285
320
|
job_storage_mount_configuration_details_lists=self.job_storage_mount_configuration_details_lists,
|
286
321
|
lifecycle_details=self.lifecycle_details,
|
287
322
|
log_details=self.log_details,
|
323
|
+
node_group_details_lists=self.node_group_details_lists,
|
288
324
|
opc_parent_rpt_url=self.opc_parent_rpt_url,
|
289
325
|
project_id=self.project_id,
|
290
326
|
state=self.state,
|
@@ -329,11 +365,14 @@ def get_job_run(job_run_id: Optional[_builtins.str] = None,
|
|
329
365
|
job_environment_configuration_override_details=pulumi.get(__ret__, 'job_environment_configuration_override_details'),
|
330
366
|
job_id=pulumi.get(__ret__, 'job_id'),
|
331
367
|
job_infrastructure_configuration_details=pulumi.get(__ret__, 'job_infrastructure_configuration_details'),
|
368
|
+
job_infrastructure_configuration_override_details=pulumi.get(__ret__, 'job_infrastructure_configuration_override_details'),
|
332
369
|
job_log_configuration_override_details=pulumi.get(__ret__, 'job_log_configuration_override_details'),
|
370
|
+
job_node_configuration_override_details=pulumi.get(__ret__, 'job_node_configuration_override_details'),
|
333
371
|
job_run_id=pulumi.get(__ret__, 'job_run_id'),
|
334
372
|
job_storage_mount_configuration_details_lists=pulumi.get(__ret__, 'job_storage_mount_configuration_details_lists'),
|
335
373
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
336
374
|
log_details=pulumi.get(__ret__, 'log_details'),
|
375
|
+
node_group_details_lists=pulumi.get(__ret__, 'node_group_details_lists'),
|
337
376
|
opc_parent_rpt_url=pulumi.get(__ret__, 'opc_parent_rpt_url'),
|
338
377
|
project_id=pulumi.get(__ret__, 'project_id'),
|
339
378
|
state=pulumi.get(__ret__, 'state'),
|
@@ -375,11 +414,14 @@ def get_job_run_output(job_run_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
375
414
|
job_environment_configuration_override_details=pulumi.get(__response__, 'job_environment_configuration_override_details'),
|
376
415
|
job_id=pulumi.get(__response__, 'job_id'),
|
377
416
|
job_infrastructure_configuration_details=pulumi.get(__response__, 'job_infrastructure_configuration_details'),
|
417
|
+
job_infrastructure_configuration_override_details=pulumi.get(__response__, 'job_infrastructure_configuration_override_details'),
|
378
418
|
job_log_configuration_override_details=pulumi.get(__response__, 'job_log_configuration_override_details'),
|
419
|
+
job_node_configuration_override_details=pulumi.get(__response__, 'job_node_configuration_override_details'),
|
379
420
|
job_run_id=pulumi.get(__response__, 'job_run_id'),
|
380
421
|
job_storage_mount_configuration_details_lists=pulumi.get(__response__, 'job_storage_mount_configuration_details_lists'),
|
381
422
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
382
423
|
log_details=pulumi.get(__response__, 'log_details'),
|
424
|
+
node_group_details_lists=pulumi.get(__response__, 'node_group_details_lists'),
|
383
425
|
opc_parent_rpt_url=pulumi.get(__response__, 'opc_parent_rpt_url'),
|
384
426
|
project_id=pulumi.get(__response__, 'project_id'),
|
385
427
|
state=pulumi.get(__response__, 'state'),
|
@@ -0,0 +1,251 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetModelDeploymentModelStatesResult',
|
21
|
+
'AwaitableGetModelDeploymentModelStatesResult',
|
22
|
+
'get_model_deployment_model_states',
|
23
|
+
'get_model_deployment_model_states_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetModelDeploymentModelStatesResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getModelDeploymentModelStates.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, inference_key=None, model_deployment_id=None, model_deployment_model_states=None, model_id=None, project_id=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if display_name and not isinstance(display_name, str):
|
36
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
37
|
+
pulumi.set(__self__, "display_name", display_name)
|
38
|
+
if filters and not isinstance(filters, list):
|
39
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
40
|
+
pulumi.set(__self__, "filters", filters)
|
41
|
+
if id and not isinstance(id, str):
|
42
|
+
raise TypeError("Expected argument 'id' to be a str")
|
43
|
+
pulumi.set(__self__, "id", id)
|
44
|
+
if inference_key and not isinstance(inference_key, str):
|
45
|
+
raise TypeError("Expected argument 'inference_key' to be a str")
|
46
|
+
pulumi.set(__self__, "inference_key", inference_key)
|
47
|
+
if model_deployment_id and not isinstance(model_deployment_id, str):
|
48
|
+
raise TypeError("Expected argument 'model_deployment_id' to be a str")
|
49
|
+
pulumi.set(__self__, "model_deployment_id", model_deployment_id)
|
50
|
+
if model_deployment_model_states and not isinstance(model_deployment_model_states, list):
|
51
|
+
raise TypeError("Expected argument 'model_deployment_model_states' to be a list")
|
52
|
+
pulumi.set(__self__, "model_deployment_model_states", model_deployment_model_states)
|
53
|
+
if model_id and not isinstance(model_id, str):
|
54
|
+
raise TypeError("Expected argument 'model_id' to be a str")
|
55
|
+
pulumi.set(__self__, "model_id", model_id)
|
56
|
+
if project_id and not isinstance(project_id, str):
|
57
|
+
raise TypeError("Expected argument 'project_id' to be a str")
|
58
|
+
pulumi.set(__self__, "project_id", project_id)
|
59
|
+
|
60
|
+
@_builtins.property
|
61
|
+
@pulumi.getter(name="compartmentId")
|
62
|
+
def compartment_id(self) -> _builtins.str:
|
63
|
+
return pulumi.get(self, "compartment_id")
|
64
|
+
|
65
|
+
@_builtins.property
|
66
|
+
@pulumi.getter(name="displayName")
|
67
|
+
def display_name(self) -> Optional[_builtins.str]:
|
68
|
+
"""
|
69
|
+
A user-friendly display name for the resource.
|
70
|
+
"""
|
71
|
+
return pulumi.get(self, "display_name")
|
72
|
+
|
73
|
+
@_builtins.property
|
74
|
+
@pulumi.getter
|
75
|
+
def filters(self) -> Optional[Sequence['outputs.GetModelDeploymentModelStatesFilterResult']]:
|
76
|
+
return pulumi.get(self, "filters")
|
77
|
+
|
78
|
+
@_builtins.property
|
79
|
+
@pulumi.getter
|
80
|
+
def id(self) -> _builtins.str:
|
81
|
+
"""
|
82
|
+
The provider-assigned unique ID for this managed resource.
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "id")
|
85
|
+
|
86
|
+
@_builtins.property
|
87
|
+
@pulumi.getter(name="inferenceKey")
|
88
|
+
def inference_key(self) -> Optional[_builtins.str]:
|
89
|
+
"""
|
90
|
+
SaaS friendly name for the model OCID.
|
91
|
+
"""
|
92
|
+
return pulumi.get(self, "inference_key")
|
93
|
+
|
94
|
+
@_builtins.property
|
95
|
+
@pulumi.getter(name="modelDeploymentId")
|
96
|
+
def model_deployment_id(self) -> _builtins.str:
|
97
|
+
return pulumi.get(self, "model_deployment_id")
|
98
|
+
|
99
|
+
@_builtins.property
|
100
|
+
@pulumi.getter(name="modelDeploymentModelStates")
|
101
|
+
def model_deployment_model_states(self) -> Sequence['outputs.GetModelDeploymentModelStatesModelDeploymentModelStateResult']:
|
102
|
+
"""
|
103
|
+
The list of model_deployment_model_states.
|
104
|
+
"""
|
105
|
+
return pulumi.get(self, "model_deployment_model_states")
|
106
|
+
|
107
|
+
@_builtins.property
|
108
|
+
@pulumi.getter(name="modelId")
|
109
|
+
def model_id(self) -> Optional[_builtins.str]:
|
110
|
+
"""
|
111
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployed model in model deployment.
|
112
|
+
"""
|
113
|
+
return pulumi.get(self, "model_id")
|
114
|
+
|
115
|
+
@_builtins.property
|
116
|
+
@pulumi.getter(name="projectId")
|
117
|
+
def project_id(self) -> Optional[_builtins.str]:
|
118
|
+
"""
|
119
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project associated with the model.
|
120
|
+
"""
|
121
|
+
return pulumi.get(self, "project_id")
|
122
|
+
|
123
|
+
|
124
|
+
class AwaitableGetModelDeploymentModelStatesResult(GetModelDeploymentModelStatesResult):
|
125
|
+
# pylint: disable=using-constant-test
|
126
|
+
def __await__(self):
|
127
|
+
if False:
|
128
|
+
yield self
|
129
|
+
return GetModelDeploymentModelStatesResult(
|
130
|
+
compartment_id=self.compartment_id,
|
131
|
+
display_name=self.display_name,
|
132
|
+
filters=self.filters,
|
133
|
+
id=self.id,
|
134
|
+
inference_key=self.inference_key,
|
135
|
+
model_deployment_id=self.model_deployment_id,
|
136
|
+
model_deployment_model_states=self.model_deployment_model_states,
|
137
|
+
model_id=self.model_id,
|
138
|
+
project_id=self.project_id)
|
139
|
+
|
140
|
+
|
141
|
+
def get_model_deployment_model_states(compartment_id: Optional[_builtins.str] = None,
|
142
|
+
display_name: Optional[_builtins.str] = None,
|
143
|
+
filters: Optional[Sequence[Union['GetModelDeploymentModelStatesFilterArgs', 'GetModelDeploymentModelStatesFilterArgsDict']]] = None,
|
144
|
+
inference_key: Optional[_builtins.str] = None,
|
145
|
+
model_deployment_id: Optional[_builtins.str] = None,
|
146
|
+
model_id: Optional[_builtins.str] = None,
|
147
|
+
project_id: Optional[_builtins.str] = None,
|
148
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetModelDeploymentModelStatesResult:
|
149
|
+
"""
|
150
|
+
This data source provides the list of Model Deployment Model States in Oracle Cloud Infrastructure Data Science service.
|
151
|
+
|
152
|
+
Lists the status of models in a model group deployment.
|
153
|
+
|
154
|
+
## Example Usage
|
155
|
+
|
156
|
+
```python
|
157
|
+
import pulumi
|
158
|
+
import pulumi_oci as oci
|
159
|
+
|
160
|
+
test_model_deployment_model_states = oci.DataScience.get_model_deployment_model_states(compartment_id=compartment_id,
|
161
|
+
model_deployment_id=test_model_deployment["id"],
|
162
|
+
display_name=model_deployment_model_state_display_name,
|
163
|
+
inference_key=model_deployment_model_state_inference_key,
|
164
|
+
model_id=test_model["id"],
|
165
|
+
project_id=test_project["id"])
|
166
|
+
```
|
167
|
+
|
168
|
+
|
169
|
+
:param _builtins.str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
170
|
+
:param _builtins.str display_name: <b>Filter</b> results by its user-friendly name.
|
171
|
+
:param _builtins.str inference_key: <b>Filter</b> results by the inference key.
|
172
|
+
:param _builtins.str model_deployment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model deployment.
|
173
|
+
:param _builtins.str model_id: <b>Filter</b> results by the model ocid.
|
174
|
+
:param _builtins.str project_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project.
|
175
|
+
"""
|
176
|
+
__args__ = dict()
|
177
|
+
__args__['compartmentId'] = compartment_id
|
178
|
+
__args__['displayName'] = display_name
|
179
|
+
__args__['filters'] = filters
|
180
|
+
__args__['inferenceKey'] = inference_key
|
181
|
+
__args__['modelDeploymentId'] = model_deployment_id
|
182
|
+
__args__['modelId'] = model_id
|
183
|
+
__args__['projectId'] = project_id
|
184
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
185
|
+
__ret__ = pulumi.runtime.invoke('oci:DataScience/getModelDeploymentModelStates:getModelDeploymentModelStates', __args__, opts=opts, typ=GetModelDeploymentModelStatesResult).value
|
186
|
+
|
187
|
+
return AwaitableGetModelDeploymentModelStatesResult(
|
188
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
189
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
190
|
+
filters=pulumi.get(__ret__, 'filters'),
|
191
|
+
id=pulumi.get(__ret__, 'id'),
|
192
|
+
inference_key=pulumi.get(__ret__, 'inference_key'),
|
193
|
+
model_deployment_id=pulumi.get(__ret__, 'model_deployment_id'),
|
194
|
+
model_deployment_model_states=pulumi.get(__ret__, 'model_deployment_model_states'),
|
195
|
+
model_id=pulumi.get(__ret__, 'model_id'),
|
196
|
+
project_id=pulumi.get(__ret__, 'project_id'))
|
197
|
+
def get_model_deployment_model_states_output(compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
198
|
+
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
199
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetModelDeploymentModelStatesFilterArgs', 'GetModelDeploymentModelStatesFilterArgsDict']]]]] = None,
|
200
|
+
inference_key: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
201
|
+
model_deployment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
202
|
+
model_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
203
|
+
project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
204
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetModelDeploymentModelStatesResult]:
|
205
|
+
"""
|
206
|
+
This data source provides the list of Model Deployment Model States in Oracle Cloud Infrastructure Data Science service.
|
207
|
+
|
208
|
+
Lists the status of models in a model group deployment.
|
209
|
+
|
210
|
+
## Example Usage
|
211
|
+
|
212
|
+
```python
|
213
|
+
import pulumi
|
214
|
+
import pulumi_oci as oci
|
215
|
+
|
216
|
+
test_model_deployment_model_states = oci.DataScience.get_model_deployment_model_states(compartment_id=compartment_id,
|
217
|
+
model_deployment_id=test_model_deployment["id"],
|
218
|
+
display_name=model_deployment_model_state_display_name,
|
219
|
+
inference_key=model_deployment_model_state_inference_key,
|
220
|
+
model_id=test_model["id"],
|
221
|
+
project_id=test_project["id"])
|
222
|
+
```
|
223
|
+
|
224
|
+
|
225
|
+
:param _builtins.str compartment_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
226
|
+
:param _builtins.str display_name: <b>Filter</b> results by its user-friendly name.
|
227
|
+
:param _builtins.str inference_key: <b>Filter</b> results by the inference key.
|
228
|
+
:param _builtins.str model_deployment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model deployment.
|
229
|
+
:param _builtins.str model_id: <b>Filter</b> results by the model ocid.
|
230
|
+
:param _builtins.str project_id: <b>Filter</b> results by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project.
|
231
|
+
"""
|
232
|
+
__args__ = dict()
|
233
|
+
__args__['compartmentId'] = compartment_id
|
234
|
+
__args__['displayName'] = display_name
|
235
|
+
__args__['filters'] = filters
|
236
|
+
__args__['inferenceKey'] = inference_key
|
237
|
+
__args__['modelDeploymentId'] = model_deployment_id
|
238
|
+
__args__['modelId'] = model_id
|
239
|
+
__args__['projectId'] = project_id
|
240
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
241
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataScience/getModelDeploymentModelStates:getModelDeploymentModelStates', __args__, opts=opts, typ=GetModelDeploymentModelStatesResult)
|
242
|
+
return __ret__.apply(lambda __response__: GetModelDeploymentModelStatesResult(
|
243
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
244
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
245
|
+
filters=pulumi.get(__response__, 'filters'),
|
246
|
+
id=pulumi.get(__response__, 'id'),
|
247
|
+
inference_key=pulumi.get(__response__, 'inference_key'),
|
248
|
+
model_deployment_id=pulumi.get(__response__, 'model_deployment_id'),
|
249
|
+
model_deployment_model_states=pulumi.get(__response__, 'model_deployment_model_states'),
|
250
|
+
model_id=pulumi.get(__response__, 'model_id'),
|
251
|
+
project_id=pulumi.get(__response__, 'project_id')))
|