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
@@ -1,338 +0,0 @@
|
|
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
|
-
|
18
|
-
__all__ = [
|
19
|
-
'GetDetectAnomalyJobResult',
|
20
|
-
'AwaitableGetDetectAnomalyJobResult',
|
21
|
-
'get_detect_anomaly_job',
|
22
|
-
'get_detect_anomaly_job_output',
|
23
|
-
]
|
24
|
-
|
25
|
-
@pulumi.output_type
|
26
|
-
class GetDetectAnomalyJobResult:
|
27
|
-
"""
|
28
|
-
A collection of values returned by getDetectAnomalyJob.
|
29
|
-
"""
|
30
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, description=None, detect_anomaly_job_id=None, display_name=None, freeform_tags=None, id=None, input_details=None, lifecycle_state_details=None, model_id=None, output_details=None, project_id=None, sensitivity=None, state=None, system_tags=None, time_accepted=None, time_finished=None, time_started=None):
|
31
|
-
if compartment_id and not isinstance(compartment_id, str):
|
32
|
-
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
34
|
-
if defined_tags and not isinstance(defined_tags, dict):
|
35
|
-
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
36
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
37
|
-
if description and not isinstance(description, str):
|
38
|
-
raise TypeError("Expected argument 'description' to be a str")
|
39
|
-
pulumi.set(__self__, "description", description)
|
40
|
-
if detect_anomaly_job_id and not isinstance(detect_anomaly_job_id, str):
|
41
|
-
raise TypeError("Expected argument 'detect_anomaly_job_id' to be a str")
|
42
|
-
pulumi.set(__self__, "detect_anomaly_job_id", detect_anomaly_job_id)
|
43
|
-
if display_name and not isinstance(display_name, str):
|
44
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
45
|
-
pulumi.set(__self__, "display_name", display_name)
|
46
|
-
if freeform_tags and not isinstance(freeform_tags, dict):
|
47
|
-
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
48
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
49
|
-
if id and not isinstance(id, str):
|
50
|
-
raise TypeError("Expected argument 'id' to be a str")
|
51
|
-
pulumi.set(__self__, "id", id)
|
52
|
-
if input_details and not isinstance(input_details, list):
|
53
|
-
raise TypeError("Expected argument 'input_details' to be a list")
|
54
|
-
pulumi.set(__self__, "input_details", input_details)
|
55
|
-
if lifecycle_state_details and not isinstance(lifecycle_state_details, str):
|
56
|
-
raise TypeError("Expected argument 'lifecycle_state_details' to be a str")
|
57
|
-
pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
|
58
|
-
if model_id and not isinstance(model_id, str):
|
59
|
-
raise TypeError("Expected argument 'model_id' to be a str")
|
60
|
-
pulumi.set(__self__, "model_id", model_id)
|
61
|
-
if output_details and not isinstance(output_details, list):
|
62
|
-
raise TypeError("Expected argument 'output_details' to be a list")
|
63
|
-
pulumi.set(__self__, "output_details", output_details)
|
64
|
-
if project_id and not isinstance(project_id, str):
|
65
|
-
raise TypeError("Expected argument 'project_id' to be a str")
|
66
|
-
pulumi.set(__self__, "project_id", project_id)
|
67
|
-
if sensitivity and not isinstance(sensitivity, float):
|
68
|
-
raise TypeError("Expected argument 'sensitivity' to be a float")
|
69
|
-
pulumi.set(__self__, "sensitivity", sensitivity)
|
70
|
-
if state and not isinstance(state, str):
|
71
|
-
raise TypeError("Expected argument 'state' to be a str")
|
72
|
-
pulumi.set(__self__, "state", state)
|
73
|
-
if system_tags and not isinstance(system_tags, dict):
|
74
|
-
raise TypeError("Expected argument 'system_tags' to be a dict")
|
75
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
76
|
-
if time_accepted and not isinstance(time_accepted, str):
|
77
|
-
raise TypeError("Expected argument 'time_accepted' to be a str")
|
78
|
-
pulumi.set(__self__, "time_accepted", time_accepted)
|
79
|
-
if time_finished and not isinstance(time_finished, str):
|
80
|
-
raise TypeError("Expected argument 'time_finished' to be a str")
|
81
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
82
|
-
if time_started and not isinstance(time_started, str):
|
83
|
-
raise TypeError("Expected argument 'time_started' to be a str")
|
84
|
-
pulumi.set(__self__, "time_started", time_started)
|
85
|
-
|
86
|
-
@_builtins.property
|
87
|
-
@pulumi.getter(name="compartmentId")
|
88
|
-
def compartment_id(self) -> _builtins.str:
|
89
|
-
"""
|
90
|
-
The OCID of the compartment that starts the job.
|
91
|
-
"""
|
92
|
-
return pulumi.get(self, "compartment_id")
|
93
|
-
|
94
|
-
@_builtins.property
|
95
|
-
@pulumi.getter(name="definedTags")
|
96
|
-
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
97
|
-
"""
|
98
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
99
|
-
"""
|
100
|
-
return pulumi.get(self, "defined_tags")
|
101
|
-
|
102
|
-
@_builtins.property
|
103
|
-
@pulumi.getter
|
104
|
-
def description(self) -> _builtins.str:
|
105
|
-
"""
|
106
|
-
Detect anomaly job description.
|
107
|
-
"""
|
108
|
-
return pulumi.get(self, "description")
|
109
|
-
|
110
|
-
@_builtins.property
|
111
|
-
@pulumi.getter(name="detectAnomalyJobId")
|
112
|
-
def detect_anomaly_job_id(self) -> _builtins.str:
|
113
|
-
return pulumi.get(self, "detect_anomaly_job_id")
|
114
|
-
|
115
|
-
@_builtins.property
|
116
|
-
@pulumi.getter(name="displayName")
|
117
|
-
def display_name(self) -> _builtins.str:
|
118
|
-
"""
|
119
|
-
Detect anomaly job display name.
|
120
|
-
"""
|
121
|
-
return pulumi.get(self, "display_name")
|
122
|
-
|
123
|
-
@_builtins.property
|
124
|
-
@pulumi.getter(name="freeformTags")
|
125
|
-
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
126
|
-
"""
|
127
|
-
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
128
|
-
"""
|
129
|
-
return pulumi.get(self, "freeform_tags")
|
130
|
-
|
131
|
-
@_builtins.property
|
132
|
-
@pulumi.getter
|
133
|
-
def id(self) -> _builtins.str:
|
134
|
-
"""
|
135
|
-
Id of the job.
|
136
|
-
"""
|
137
|
-
return pulumi.get(self, "id")
|
138
|
-
|
139
|
-
@_builtins.property
|
140
|
-
@pulumi.getter(name="inputDetails")
|
141
|
-
def input_details(self) -> Sequence['outputs.GetDetectAnomalyJobInputDetailResult']:
|
142
|
-
"""
|
143
|
-
Input details for detect anomaly job.
|
144
|
-
"""
|
145
|
-
return pulumi.get(self, "input_details")
|
146
|
-
|
147
|
-
@_builtins.property
|
148
|
-
@pulumi.getter(name="lifecycleStateDetails")
|
149
|
-
def lifecycle_state_details(self) -> _builtins.str:
|
150
|
-
"""
|
151
|
-
The current state details of the batch document job.
|
152
|
-
"""
|
153
|
-
return pulumi.get(self, "lifecycle_state_details")
|
154
|
-
|
155
|
-
@_builtins.property
|
156
|
-
@pulumi.getter(name="modelId")
|
157
|
-
def model_id(self) -> _builtins.str:
|
158
|
-
"""
|
159
|
-
The OCID of the trained model.
|
160
|
-
"""
|
161
|
-
return pulumi.get(self, "model_id")
|
162
|
-
|
163
|
-
@_builtins.property
|
164
|
-
@pulumi.getter(name="outputDetails")
|
165
|
-
def output_details(self) -> Sequence['outputs.GetDetectAnomalyJobOutputDetailResult']:
|
166
|
-
"""
|
167
|
-
Output details for detect anomaly job.
|
168
|
-
"""
|
169
|
-
return pulumi.get(self, "output_details")
|
170
|
-
|
171
|
-
@_builtins.property
|
172
|
-
@pulumi.getter(name="projectId")
|
173
|
-
def project_id(self) -> _builtins.str:
|
174
|
-
"""
|
175
|
-
The OCID of the project.
|
176
|
-
"""
|
177
|
-
return pulumi.get(self, "project_id")
|
178
|
-
|
179
|
-
@_builtins.property
|
180
|
-
@pulumi.getter
|
181
|
-
def sensitivity(self) -> _builtins.float:
|
182
|
-
"""
|
183
|
-
The value that customer can adjust to control the sensitivity of anomaly detection
|
184
|
-
"""
|
185
|
-
return pulumi.get(self, "sensitivity")
|
186
|
-
|
187
|
-
@_builtins.property
|
188
|
-
@pulumi.getter
|
189
|
-
def state(self) -> _builtins.str:
|
190
|
-
"""
|
191
|
-
The current state of the batch document job.
|
192
|
-
"""
|
193
|
-
return pulumi.get(self, "state")
|
194
|
-
|
195
|
-
@_builtins.property
|
196
|
-
@pulumi.getter(name="systemTags")
|
197
|
-
def system_tags(self) -> Mapping[str, _builtins.str]:
|
198
|
-
"""
|
199
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
200
|
-
"""
|
201
|
-
return pulumi.get(self, "system_tags")
|
202
|
-
|
203
|
-
@_builtins.property
|
204
|
-
@pulumi.getter(name="timeAccepted")
|
205
|
-
def time_accepted(self) -> _builtins.str:
|
206
|
-
"""
|
207
|
-
Job accepted time
|
208
|
-
"""
|
209
|
-
return pulumi.get(self, "time_accepted")
|
210
|
-
|
211
|
-
@_builtins.property
|
212
|
-
@pulumi.getter(name="timeFinished")
|
213
|
-
def time_finished(self) -> _builtins.str:
|
214
|
-
"""
|
215
|
-
Job finished time
|
216
|
-
"""
|
217
|
-
return pulumi.get(self, "time_finished")
|
218
|
-
|
219
|
-
@_builtins.property
|
220
|
-
@pulumi.getter(name="timeStarted")
|
221
|
-
def time_started(self) -> _builtins.str:
|
222
|
-
"""
|
223
|
-
Job started time
|
224
|
-
"""
|
225
|
-
return pulumi.get(self, "time_started")
|
226
|
-
|
227
|
-
|
228
|
-
class AwaitableGetDetectAnomalyJobResult(GetDetectAnomalyJobResult):
|
229
|
-
# pylint: disable=using-constant-test
|
230
|
-
def __await__(self):
|
231
|
-
if False:
|
232
|
-
yield self
|
233
|
-
return GetDetectAnomalyJobResult(
|
234
|
-
compartment_id=self.compartment_id,
|
235
|
-
defined_tags=self.defined_tags,
|
236
|
-
description=self.description,
|
237
|
-
detect_anomaly_job_id=self.detect_anomaly_job_id,
|
238
|
-
display_name=self.display_name,
|
239
|
-
freeform_tags=self.freeform_tags,
|
240
|
-
id=self.id,
|
241
|
-
input_details=self.input_details,
|
242
|
-
lifecycle_state_details=self.lifecycle_state_details,
|
243
|
-
model_id=self.model_id,
|
244
|
-
output_details=self.output_details,
|
245
|
-
project_id=self.project_id,
|
246
|
-
sensitivity=self.sensitivity,
|
247
|
-
state=self.state,
|
248
|
-
system_tags=self.system_tags,
|
249
|
-
time_accepted=self.time_accepted,
|
250
|
-
time_finished=self.time_finished,
|
251
|
-
time_started=self.time_started)
|
252
|
-
|
253
|
-
|
254
|
-
def get_detect_anomaly_job(detect_anomaly_job_id: Optional[_builtins.str] = None,
|
255
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDetectAnomalyJobResult:
|
256
|
-
"""
|
257
|
-
This data source provides details about a specific Detect Anomaly Job resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
258
|
-
|
259
|
-
Gets a detect anomaly asynchronous job by identifier.
|
260
|
-
|
261
|
-
## Example Usage
|
262
|
-
|
263
|
-
```python
|
264
|
-
import pulumi
|
265
|
-
import pulumi_oci as oci
|
266
|
-
|
267
|
-
test_detect_anomaly_job = oci.AiAnomalyDetection.get_detect_anomaly_job(detect_anomaly_job_id=test_detect_anomaly_job_oci_ai_anomaly_detection_detect_anomaly_job["id"])
|
268
|
-
```
|
269
|
-
|
270
|
-
|
271
|
-
:param _builtins.str detect_anomaly_job_id: Unique asynchronous job identifier.
|
272
|
-
"""
|
273
|
-
__args__ = dict()
|
274
|
-
__args__['detectAnomalyJobId'] = detect_anomaly_job_id
|
275
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
276
|
-
__ret__ = pulumi.runtime.invoke('oci:AiAnomalyDetection/getDetectAnomalyJob:getDetectAnomalyJob', __args__, opts=opts, typ=GetDetectAnomalyJobResult).value
|
277
|
-
|
278
|
-
return AwaitableGetDetectAnomalyJobResult(
|
279
|
-
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
280
|
-
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
281
|
-
description=pulumi.get(__ret__, 'description'),
|
282
|
-
detect_anomaly_job_id=pulumi.get(__ret__, 'detect_anomaly_job_id'),
|
283
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
284
|
-
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
285
|
-
id=pulumi.get(__ret__, 'id'),
|
286
|
-
input_details=pulumi.get(__ret__, 'input_details'),
|
287
|
-
lifecycle_state_details=pulumi.get(__ret__, 'lifecycle_state_details'),
|
288
|
-
model_id=pulumi.get(__ret__, 'model_id'),
|
289
|
-
output_details=pulumi.get(__ret__, 'output_details'),
|
290
|
-
project_id=pulumi.get(__ret__, 'project_id'),
|
291
|
-
sensitivity=pulumi.get(__ret__, 'sensitivity'),
|
292
|
-
state=pulumi.get(__ret__, 'state'),
|
293
|
-
system_tags=pulumi.get(__ret__, 'system_tags'),
|
294
|
-
time_accepted=pulumi.get(__ret__, 'time_accepted'),
|
295
|
-
time_finished=pulumi.get(__ret__, 'time_finished'),
|
296
|
-
time_started=pulumi.get(__ret__, 'time_started'))
|
297
|
-
def get_detect_anomaly_job_output(detect_anomaly_job_id: Optional[pulumi.Input[_builtins.str]] = None,
|
298
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDetectAnomalyJobResult]:
|
299
|
-
"""
|
300
|
-
This data source provides details about a specific Detect Anomaly Job resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
301
|
-
|
302
|
-
Gets a detect anomaly asynchronous job by identifier.
|
303
|
-
|
304
|
-
## Example Usage
|
305
|
-
|
306
|
-
```python
|
307
|
-
import pulumi
|
308
|
-
import pulumi_oci as oci
|
309
|
-
|
310
|
-
test_detect_anomaly_job = oci.AiAnomalyDetection.get_detect_anomaly_job(detect_anomaly_job_id=test_detect_anomaly_job_oci_ai_anomaly_detection_detect_anomaly_job["id"])
|
311
|
-
```
|
312
|
-
|
313
|
-
|
314
|
-
:param _builtins.str detect_anomaly_job_id: Unique asynchronous job identifier.
|
315
|
-
"""
|
316
|
-
__args__ = dict()
|
317
|
-
__args__['detectAnomalyJobId'] = detect_anomaly_job_id
|
318
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
319
|
-
__ret__ = pulumi.runtime.invoke_output('oci:AiAnomalyDetection/getDetectAnomalyJob:getDetectAnomalyJob', __args__, opts=opts, typ=GetDetectAnomalyJobResult)
|
320
|
-
return __ret__.apply(lambda __response__: GetDetectAnomalyJobResult(
|
321
|
-
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
322
|
-
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
323
|
-
description=pulumi.get(__response__, 'description'),
|
324
|
-
detect_anomaly_job_id=pulumi.get(__response__, 'detect_anomaly_job_id'),
|
325
|
-
display_name=pulumi.get(__response__, 'display_name'),
|
326
|
-
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
327
|
-
id=pulumi.get(__response__, 'id'),
|
328
|
-
input_details=pulumi.get(__response__, 'input_details'),
|
329
|
-
lifecycle_state_details=pulumi.get(__response__, 'lifecycle_state_details'),
|
330
|
-
model_id=pulumi.get(__response__, 'model_id'),
|
331
|
-
output_details=pulumi.get(__response__, 'output_details'),
|
332
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
333
|
-
sensitivity=pulumi.get(__response__, 'sensitivity'),
|
334
|
-
state=pulumi.get(__response__, 'state'),
|
335
|
-
system_tags=pulumi.get(__response__, 'system_tags'),
|
336
|
-
time_accepted=pulumi.get(__response__, 'time_accepted'),
|
337
|
-
time_finished=pulumi.get(__response__, 'time_finished'),
|
338
|
-
time_started=pulumi.get(__response__, 'time_started')))
|
@@ -1,254 +0,0 @@
|
|
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
|
-
'GetDetectAnomalyJobsResult',
|
21
|
-
'AwaitableGetDetectAnomalyJobsResult',
|
22
|
-
'get_detect_anomaly_jobs',
|
23
|
-
'get_detect_anomaly_jobs_output',
|
24
|
-
]
|
25
|
-
|
26
|
-
@pulumi.output_type
|
27
|
-
class GetDetectAnomalyJobsResult:
|
28
|
-
"""
|
29
|
-
A collection of values returned by getDetectAnomalyJobs.
|
30
|
-
"""
|
31
|
-
def __init__(__self__, compartment_id=None, detect_anomaly_job_collections=None, detect_anomaly_job_id=None, display_name=None, filters=None, id=None, model_id=None, project_id=None, state=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 detect_anomaly_job_collections and not isinstance(detect_anomaly_job_collections, list):
|
36
|
-
raise TypeError("Expected argument 'detect_anomaly_job_collections' to be a list")
|
37
|
-
pulumi.set(__self__, "detect_anomaly_job_collections", detect_anomaly_job_collections)
|
38
|
-
if detect_anomaly_job_id and not isinstance(detect_anomaly_job_id, str):
|
39
|
-
raise TypeError("Expected argument 'detect_anomaly_job_id' to be a str")
|
40
|
-
pulumi.set(__self__, "detect_anomaly_job_id", detect_anomaly_job_id)
|
41
|
-
if display_name and not isinstance(display_name, str):
|
42
|
-
raise TypeError("Expected argument 'display_name' to be a str")
|
43
|
-
pulumi.set(__self__, "display_name", display_name)
|
44
|
-
if filters and not isinstance(filters, list):
|
45
|
-
raise TypeError("Expected argument 'filters' to be a list")
|
46
|
-
pulumi.set(__self__, "filters", filters)
|
47
|
-
if id and not isinstance(id, str):
|
48
|
-
raise TypeError("Expected argument 'id' to be a str")
|
49
|
-
pulumi.set(__self__, "id", id)
|
50
|
-
if model_id and not isinstance(model_id, str):
|
51
|
-
raise TypeError("Expected argument 'model_id' to be a str")
|
52
|
-
pulumi.set(__self__, "model_id", model_id)
|
53
|
-
if project_id and not isinstance(project_id, str):
|
54
|
-
raise TypeError("Expected argument 'project_id' to be a str")
|
55
|
-
pulumi.set(__self__, "project_id", project_id)
|
56
|
-
if state and not isinstance(state, str):
|
57
|
-
raise TypeError("Expected argument 'state' to be a str")
|
58
|
-
pulumi.set(__self__, "state", state)
|
59
|
-
|
60
|
-
@_builtins.property
|
61
|
-
@pulumi.getter(name="compartmentId")
|
62
|
-
def compartment_id(self) -> _builtins.str:
|
63
|
-
"""
|
64
|
-
The OCID of the compartment that starts the job.
|
65
|
-
"""
|
66
|
-
return pulumi.get(self, "compartment_id")
|
67
|
-
|
68
|
-
@_builtins.property
|
69
|
-
@pulumi.getter(name="detectAnomalyJobCollections")
|
70
|
-
def detect_anomaly_job_collections(self) -> Sequence['outputs.GetDetectAnomalyJobsDetectAnomalyJobCollectionResult']:
|
71
|
-
"""
|
72
|
-
The list of detect_anomaly_job_collection.
|
73
|
-
"""
|
74
|
-
return pulumi.get(self, "detect_anomaly_job_collections")
|
75
|
-
|
76
|
-
@_builtins.property
|
77
|
-
@pulumi.getter(name="detectAnomalyJobId")
|
78
|
-
def detect_anomaly_job_id(self) -> Optional[_builtins.str]:
|
79
|
-
return pulumi.get(self, "detect_anomaly_job_id")
|
80
|
-
|
81
|
-
@_builtins.property
|
82
|
-
@pulumi.getter(name="displayName")
|
83
|
-
def display_name(self) -> Optional[_builtins.str]:
|
84
|
-
"""
|
85
|
-
Detect anomaly job display name.
|
86
|
-
"""
|
87
|
-
return pulumi.get(self, "display_name")
|
88
|
-
|
89
|
-
@_builtins.property
|
90
|
-
@pulumi.getter
|
91
|
-
def filters(self) -> Optional[Sequence['outputs.GetDetectAnomalyJobsFilterResult']]:
|
92
|
-
return pulumi.get(self, "filters")
|
93
|
-
|
94
|
-
@_builtins.property
|
95
|
-
@pulumi.getter
|
96
|
-
def id(self) -> _builtins.str:
|
97
|
-
"""
|
98
|
-
The provider-assigned unique ID for this managed resource.
|
99
|
-
"""
|
100
|
-
return pulumi.get(self, "id")
|
101
|
-
|
102
|
-
@_builtins.property
|
103
|
-
@pulumi.getter(name="modelId")
|
104
|
-
def model_id(self) -> Optional[_builtins.str]:
|
105
|
-
"""
|
106
|
-
The OCID of the trained model.
|
107
|
-
"""
|
108
|
-
return pulumi.get(self, "model_id")
|
109
|
-
|
110
|
-
@_builtins.property
|
111
|
-
@pulumi.getter(name="projectId")
|
112
|
-
def project_id(self) -> Optional[_builtins.str]:
|
113
|
-
"""
|
114
|
-
The OCID of the project.
|
115
|
-
"""
|
116
|
-
return pulumi.get(self, "project_id")
|
117
|
-
|
118
|
-
@_builtins.property
|
119
|
-
@pulumi.getter
|
120
|
-
def state(self) -> Optional[_builtins.str]:
|
121
|
-
"""
|
122
|
-
The current state of the batch document job.
|
123
|
-
"""
|
124
|
-
return pulumi.get(self, "state")
|
125
|
-
|
126
|
-
|
127
|
-
class AwaitableGetDetectAnomalyJobsResult(GetDetectAnomalyJobsResult):
|
128
|
-
# pylint: disable=using-constant-test
|
129
|
-
def __await__(self):
|
130
|
-
if False:
|
131
|
-
yield self
|
132
|
-
return GetDetectAnomalyJobsResult(
|
133
|
-
compartment_id=self.compartment_id,
|
134
|
-
detect_anomaly_job_collections=self.detect_anomaly_job_collections,
|
135
|
-
detect_anomaly_job_id=self.detect_anomaly_job_id,
|
136
|
-
display_name=self.display_name,
|
137
|
-
filters=self.filters,
|
138
|
-
id=self.id,
|
139
|
-
model_id=self.model_id,
|
140
|
-
project_id=self.project_id,
|
141
|
-
state=self.state)
|
142
|
-
|
143
|
-
|
144
|
-
def get_detect_anomaly_jobs(compartment_id: Optional[_builtins.str] = None,
|
145
|
-
detect_anomaly_job_id: Optional[_builtins.str] = None,
|
146
|
-
display_name: Optional[_builtins.str] = None,
|
147
|
-
filters: Optional[Sequence[Union['GetDetectAnomalyJobsFilterArgs', 'GetDetectAnomalyJobsFilterArgsDict']]] = None,
|
148
|
-
model_id: Optional[_builtins.str] = None,
|
149
|
-
project_id: Optional[_builtins.str] = None,
|
150
|
-
state: Optional[_builtins.str] = None,
|
151
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDetectAnomalyJobsResult:
|
152
|
-
"""
|
153
|
-
This data source provides the list of Detect Anomaly Jobs in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
154
|
-
|
155
|
-
Returns a list of all the Anomaly Detection jobs in the specified compartment.
|
156
|
-
|
157
|
-
## Example Usage
|
158
|
-
|
159
|
-
```python
|
160
|
-
import pulumi
|
161
|
-
import pulumi_oci as oci
|
162
|
-
|
163
|
-
test_detect_anomaly_jobs = oci.AiAnomalyDetection.get_detect_anomaly_jobs(compartment_id=compartment_id,
|
164
|
-
detect_anomaly_job_id=test_detect_anomaly_job["id"],
|
165
|
-
display_name=detect_anomaly_job_display_name,
|
166
|
-
model_id=test_model["id"],
|
167
|
-
project_id=test_project["id"],
|
168
|
-
state=detect_anomaly_job_state)
|
169
|
-
```
|
170
|
-
|
171
|
-
|
172
|
-
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
173
|
-
:param _builtins.str detect_anomaly_job_id: Unique Async Job identifier
|
174
|
-
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
175
|
-
:param _builtins.str model_id: The ID of the trained model for which to list the resources.
|
176
|
-
:param _builtins.str project_id: The ID of the project for which to list the objects.
|
177
|
-
:param _builtins.str state: <b>Filter</b> results by the specified lifecycle state. Must be a valid state for the resource type.
|
178
|
-
"""
|
179
|
-
__args__ = dict()
|
180
|
-
__args__['compartmentId'] = compartment_id
|
181
|
-
__args__['detectAnomalyJobId'] = detect_anomaly_job_id
|
182
|
-
__args__['displayName'] = display_name
|
183
|
-
__args__['filters'] = filters
|
184
|
-
__args__['modelId'] = model_id
|
185
|
-
__args__['projectId'] = project_id
|
186
|
-
__args__['state'] = state
|
187
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
188
|
-
__ret__ = pulumi.runtime.invoke('oci:AiAnomalyDetection/getDetectAnomalyJobs:getDetectAnomalyJobs', __args__, opts=opts, typ=GetDetectAnomalyJobsResult).value
|
189
|
-
|
190
|
-
return AwaitableGetDetectAnomalyJobsResult(
|
191
|
-
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
192
|
-
detect_anomaly_job_collections=pulumi.get(__ret__, 'detect_anomaly_job_collections'),
|
193
|
-
detect_anomaly_job_id=pulumi.get(__ret__, 'detect_anomaly_job_id'),
|
194
|
-
display_name=pulumi.get(__ret__, 'display_name'),
|
195
|
-
filters=pulumi.get(__ret__, 'filters'),
|
196
|
-
id=pulumi.get(__ret__, 'id'),
|
197
|
-
model_id=pulumi.get(__ret__, 'model_id'),
|
198
|
-
project_id=pulumi.get(__ret__, 'project_id'),
|
199
|
-
state=pulumi.get(__ret__, 'state'))
|
200
|
-
def get_detect_anomaly_jobs_output(compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
201
|
-
detect_anomaly_job_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
202
|
-
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
203
|
-
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDetectAnomalyJobsFilterArgs', 'GetDetectAnomalyJobsFilterArgsDict']]]]] = None,
|
204
|
-
model_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
205
|
-
project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
206
|
-
state: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
207
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDetectAnomalyJobsResult]:
|
208
|
-
"""
|
209
|
-
This data source provides the list of Detect Anomaly Jobs in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
210
|
-
|
211
|
-
Returns a list of all the Anomaly Detection jobs in the specified compartment.
|
212
|
-
|
213
|
-
## Example Usage
|
214
|
-
|
215
|
-
```python
|
216
|
-
import pulumi
|
217
|
-
import pulumi_oci as oci
|
218
|
-
|
219
|
-
test_detect_anomaly_jobs = oci.AiAnomalyDetection.get_detect_anomaly_jobs(compartment_id=compartment_id,
|
220
|
-
detect_anomaly_job_id=test_detect_anomaly_job["id"],
|
221
|
-
display_name=detect_anomaly_job_display_name,
|
222
|
-
model_id=test_model["id"],
|
223
|
-
project_id=test_project["id"],
|
224
|
-
state=detect_anomaly_job_state)
|
225
|
-
```
|
226
|
-
|
227
|
-
|
228
|
-
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
229
|
-
:param _builtins.str detect_anomaly_job_id: Unique Async Job identifier
|
230
|
-
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
231
|
-
:param _builtins.str model_id: The ID of the trained model for which to list the resources.
|
232
|
-
:param _builtins.str project_id: The ID of the project for which to list the objects.
|
233
|
-
:param _builtins.str state: <b>Filter</b> results by the specified lifecycle state. Must be a valid state for the resource type.
|
234
|
-
"""
|
235
|
-
__args__ = dict()
|
236
|
-
__args__['compartmentId'] = compartment_id
|
237
|
-
__args__['detectAnomalyJobId'] = detect_anomaly_job_id
|
238
|
-
__args__['displayName'] = display_name
|
239
|
-
__args__['filters'] = filters
|
240
|
-
__args__['modelId'] = model_id
|
241
|
-
__args__['projectId'] = project_id
|
242
|
-
__args__['state'] = state
|
243
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
244
|
-
__ret__ = pulumi.runtime.invoke_output('oci:AiAnomalyDetection/getDetectAnomalyJobs:getDetectAnomalyJobs', __args__, opts=opts, typ=GetDetectAnomalyJobsResult)
|
245
|
-
return __ret__.apply(lambda __response__: GetDetectAnomalyJobsResult(
|
246
|
-
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
247
|
-
detect_anomaly_job_collections=pulumi.get(__response__, 'detect_anomaly_job_collections'),
|
248
|
-
detect_anomaly_job_id=pulumi.get(__response__, 'detect_anomaly_job_id'),
|
249
|
-
display_name=pulumi.get(__response__, 'display_name'),
|
250
|
-
filters=pulumi.get(__response__, 'filters'),
|
251
|
-
id=pulumi.get(__response__, 'id'),
|
252
|
-
model_id=pulumi.get(__response__, 'model_id'),
|
253
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
254
|
-
state=pulumi.get(__response__, 'state')))
|