pulumi-oci 3.4.0a1755585924__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.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755585924.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.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755585924.dist-info → pulumi_oci-3.4.0a1755922408.dist-info}/top_level.txt +0 -0
@@ -1,739 +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__ = ['DetectAnomalyJobArgs', 'DetectAnomalyJob']
|
20
|
-
|
21
|
-
@pulumi.input_type
|
22
|
-
class DetectAnomalyJobArgs:
|
23
|
-
def __init__(__self__, *,
|
24
|
-
compartment_id: pulumi.Input[_builtins.str],
|
25
|
-
input_details: pulumi.Input['DetectAnomalyJobInputDetailsArgs'],
|
26
|
-
model_id: pulumi.Input[_builtins.str],
|
27
|
-
output_details: pulumi.Input['DetectAnomalyJobOutputDetailsArgs'],
|
28
|
-
description: Optional[pulumi.Input[_builtins.str]] = None,
|
29
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
30
|
-
sensitivity: Optional[pulumi.Input[_builtins.float]] = None):
|
31
|
-
"""
|
32
|
-
The set of arguments for constructing a DetectAnomalyJob resource.
|
33
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment that starts the job.
|
34
|
-
:param pulumi.Input['DetectAnomalyJobInputDetailsArgs'] input_details: Detect anomaly asynchronous job details.
|
35
|
-
:param pulumi.Input[_builtins.str] model_id: The OCID of the trained model.
|
36
|
-
:param pulumi.Input['DetectAnomalyJobOutputDetailsArgs'] output_details: Detect anomaly job output details.
|
37
|
-
:param pulumi.Input[_builtins.str] description: (Updatable) A short description of the detect anomaly job.
|
38
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Detect anomaly job display name.
|
39
|
-
:param pulumi.Input[_builtins.float] sensitivity: The value that customer can adjust to control the sensitivity of anomaly detection
|
40
|
-
|
41
|
-
|
42
|
-
** IMPORTANT **
|
43
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
44
|
-
"""
|
45
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
46
|
-
pulumi.set(__self__, "input_details", input_details)
|
47
|
-
pulumi.set(__self__, "model_id", model_id)
|
48
|
-
pulumi.set(__self__, "output_details", output_details)
|
49
|
-
if description is not None:
|
50
|
-
pulumi.set(__self__, "description", description)
|
51
|
-
if display_name is not None:
|
52
|
-
pulumi.set(__self__, "display_name", display_name)
|
53
|
-
if sensitivity is not None:
|
54
|
-
pulumi.set(__self__, "sensitivity", sensitivity)
|
55
|
-
|
56
|
-
@_builtins.property
|
57
|
-
@pulumi.getter(name="compartmentId")
|
58
|
-
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
59
|
-
"""
|
60
|
-
(Updatable) The OCID of the compartment that starts the job.
|
61
|
-
"""
|
62
|
-
return pulumi.get(self, "compartment_id")
|
63
|
-
|
64
|
-
@compartment_id.setter
|
65
|
-
def compartment_id(self, value: pulumi.Input[_builtins.str]):
|
66
|
-
pulumi.set(self, "compartment_id", value)
|
67
|
-
|
68
|
-
@_builtins.property
|
69
|
-
@pulumi.getter(name="inputDetails")
|
70
|
-
def input_details(self) -> pulumi.Input['DetectAnomalyJobInputDetailsArgs']:
|
71
|
-
"""
|
72
|
-
Detect anomaly asynchronous job details.
|
73
|
-
"""
|
74
|
-
return pulumi.get(self, "input_details")
|
75
|
-
|
76
|
-
@input_details.setter
|
77
|
-
def input_details(self, value: pulumi.Input['DetectAnomalyJobInputDetailsArgs']):
|
78
|
-
pulumi.set(self, "input_details", value)
|
79
|
-
|
80
|
-
@_builtins.property
|
81
|
-
@pulumi.getter(name="modelId")
|
82
|
-
def model_id(self) -> pulumi.Input[_builtins.str]:
|
83
|
-
"""
|
84
|
-
The OCID of the trained model.
|
85
|
-
"""
|
86
|
-
return pulumi.get(self, "model_id")
|
87
|
-
|
88
|
-
@model_id.setter
|
89
|
-
def model_id(self, value: pulumi.Input[_builtins.str]):
|
90
|
-
pulumi.set(self, "model_id", value)
|
91
|
-
|
92
|
-
@_builtins.property
|
93
|
-
@pulumi.getter(name="outputDetails")
|
94
|
-
def output_details(self) -> pulumi.Input['DetectAnomalyJobOutputDetailsArgs']:
|
95
|
-
"""
|
96
|
-
Detect anomaly job output details.
|
97
|
-
"""
|
98
|
-
return pulumi.get(self, "output_details")
|
99
|
-
|
100
|
-
@output_details.setter
|
101
|
-
def output_details(self, value: pulumi.Input['DetectAnomalyJobOutputDetailsArgs']):
|
102
|
-
pulumi.set(self, "output_details", value)
|
103
|
-
|
104
|
-
@_builtins.property
|
105
|
-
@pulumi.getter
|
106
|
-
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
107
|
-
"""
|
108
|
-
(Updatable) A short description of the detect anomaly job.
|
109
|
-
"""
|
110
|
-
return pulumi.get(self, "description")
|
111
|
-
|
112
|
-
@description.setter
|
113
|
-
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
114
|
-
pulumi.set(self, "description", value)
|
115
|
-
|
116
|
-
@_builtins.property
|
117
|
-
@pulumi.getter(name="displayName")
|
118
|
-
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
119
|
-
"""
|
120
|
-
(Updatable) Detect anomaly job display name.
|
121
|
-
"""
|
122
|
-
return pulumi.get(self, "display_name")
|
123
|
-
|
124
|
-
@display_name.setter
|
125
|
-
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
126
|
-
pulumi.set(self, "display_name", value)
|
127
|
-
|
128
|
-
@_builtins.property
|
129
|
-
@pulumi.getter
|
130
|
-
def sensitivity(self) -> Optional[pulumi.Input[_builtins.float]]:
|
131
|
-
"""
|
132
|
-
The value that customer can adjust to control the sensitivity of anomaly detection
|
133
|
-
|
134
|
-
|
135
|
-
** IMPORTANT **
|
136
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
137
|
-
"""
|
138
|
-
return pulumi.get(self, "sensitivity")
|
139
|
-
|
140
|
-
@sensitivity.setter
|
141
|
-
def sensitivity(self, value: Optional[pulumi.Input[_builtins.float]]):
|
142
|
-
pulumi.set(self, "sensitivity", value)
|
143
|
-
|
144
|
-
|
145
|
-
@pulumi.input_type
|
146
|
-
class _DetectAnomalyJobState:
|
147
|
-
def __init__(__self__, *,
|
148
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
149
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
150
|
-
description: Optional[pulumi.Input[_builtins.str]] = None,
|
151
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
152
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
153
|
-
input_details: Optional[pulumi.Input['DetectAnomalyJobInputDetailsArgs']] = None,
|
154
|
-
lifecycle_state_details: Optional[pulumi.Input[_builtins.str]] = None,
|
155
|
-
model_id: Optional[pulumi.Input[_builtins.str]] = None,
|
156
|
-
output_details: Optional[pulumi.Input['DetectAnomalyJobOutputDetailsArgs']] = None,
|
157
|
-
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
158
|
-
sensitivity: Optional[pulumi.Input[_builtins.float]] = None,
|
159
|
-
state: Optional[pulumi.Input[_builtins.str]] = None,
|
160
|
-
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
161
|
-
time_accepted: Optional[pulumi.Input[_builtins.str]] = None,
|
162
|
-
time_finished: Optional[pulumi.Input[_builtins.str]] = None,
|
163
|
-
time_started: Optional[pulumi.Input[_builtins.str]] = None):
|
164
|
-
"""
|
165
|
-
Input properties used for looking up and filtering DetectAnomalyJob resources.
|
166
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment that starts the job.
|
167
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
168
|
-
:param pulumi.Input[_builtins.str] description: (Updatable) A short description of the detect anomaly job.
|
169
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Detect anomaly job display name.
|
170
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
171
|
-
:param pulumi.Input['DetectAnomalyJobInputDetailsArgs'] input_details: Detect anomaly asynchronous job details.
|
172
|
-
:param pulumi.Input[_builtins.str] lifecycle_state_details: The current state details of the batch document job.
|
173
|
-
:param pulumi.Input[_builtins.str] model_id: The OCID of the trained model.
|
174
|
-
:param pulumi.Input['DetectAnomalyJobOutputDetailsArgs'] output_details: Detect anomaly job output details.
|
175
|
-
:param pulumi.Input[_builtins.str] project_id: The OCID of the project.
|
176
|
-
:param pulumi.Input[_builtins.float] sensitivity: The value that customer can adjust to control the sensitivity of anomaly detection
|
177
|
-
|
178
|
-
|
179
|
-
** IMPORTANT **
|
180
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
181
|
-
:param pulumi.Input[_builtins.str] state: The current state of the batch document job.
|
182
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
183
|
-
:param pulumi.Input[_builtins.str] time_accepted: Job accepted time
|
184
|
-
:param pulumi.Input[_builtins.str] time_finished: Job finished time
|
185
|
-
:param pulumi.Input[_builtins.str] time_started: Job started time
|
186
|
-
"""
|
187
|
-
if compartment_id is not None:
|
188
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
189
|
-
if defined_tags is not None:
|
190
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
191
|
-
if description is not None:
|
192
|
-
pulumi.set(__self__, "description", description)
|
193
|
-
if display_name is not None:
|
194
|
-
pulumi.set(__self__, "display_name", display_name)
|
195
|
-
if freeform_tags is not None:
|
196
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
197
|
-
if input_details is not None:
|
198
|
-
pulumi.set(__self__, "input_details", input_details)
|
199
|
-
if lifecycle_state_details is not None:
|
200
|
-
pulumi.set(__self__, "lifecycle_state_details", lifecycle_state_details)
|
201
|
-
if model_id is not None:
|
202
|
-
pulumi.set(__self__, "model_id", model_id)
|
203
|
-
if output_details is not None:
|
204
|
-
pulumi.set(__self__, "output_details", output_details)
|
205
|
-
if project_id is not None:
|
206
|
-
pulumi.set(__self__, "project_id", project_id)
|
207
|
-
if sensitivity is not None:
|
208
|
-
pulumi.set(__self__, "sensitivity", sensitivity)
|
209
|
-
if state is not None:
|
210
|
-
pulumi.set(__self__, "state", state)
|
211
|
-
if system_tags is not None:
|
212
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
213
|
-
if time_accepted is not None:
|
214
|
-
pulumi.set(__self__, "time_accepted", time_accepted)
|
215
|
-
if time_finished is not None:
|
216
|
-
pulumi.set(__self__, "time_finished", time_finished)
|
217
|
-
if time_started is not None:
|
218
|
-
pulumi.set(__self__, "time_started", time_started)
|
219
|
-
|
220
|
-
@_builtins.property
|
221
|
-
@pulumi.getter(name="compartmentId")
|
222
|
-
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
223
|
-
"""
|
224
|
-
(Updatable) The OCID of the compartment that starts the job.
|
225
|
-
"""
|
226
|
-
return pulumi.get(self, "compartment_id")
|
227
|
-
|
228
|
-
@compartment_id.setter
|
229
|
-
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
230
|
-
pulumi.set(self, "compartment_id", value)
|
231
|
-
|
232
|
-
@_builtins.property
|
233
|
-
@pulumi.getter(name="definedTags")
|
234
|
-
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
235
|
-
"""
|
236
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
237
|
-
"""
|
238
|
-
return pulumi.get(self, "defined_tags")
|
239
|
-
|
240
|
-
@defined_tags.setter
|
241
|
-
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
242
|
-
pulumi.set(self, "defined_tags", value)
|
243
|
-
|
244
|
-
@_builtins.property
|
245
|
-
@pulumi.getter
|
246
|
-
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
247
|
-
"""
|
248
|
-
(Updatable) A short description of the detect anomaly job.
|
249
|
-
"""
|
250
|
-
return pulumi.get(self, "description")
|
251
|
-
|
252
|
-
@description.setter
|
253
|
-
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
254
|
-
pulumi.set(self, "description", value)
|
255
|
-
|
256
|
-
@_builtins.property
|
257
|
-
@pulumi.getter(name="displayName")
|
258
|
-
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
259
|
-
"""
|
260
|
-
(Updatable) Detect anomaly job display name.
|
261
|
-
"""
|
262
|
-
return pulumi.get(self, "display_name")
|
263
|
-
|
264
|
-
@display_name.setter
|
265
|
-
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
266
|
-
pulumi.set(self, "display_name", value)
|
267
|
-
|
268
|
-
@_builtins.property
|
269
|
-
@pulumi.getter(name="freeformTags")
|
270
|
-
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
271
|
-
"""
|
272
|
-
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
273
|
-
"""
|
274
|
-
return pulumi.get(self, "freeform_tags")
|
275
|
-
|
276
|
-
@freeform_tags.setter
|
277
|
-
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
278
|
-
pulumi.set(self, "freeform_tags", value)
|
279
|
-
|
280
|
-
@_builtins.property
|
281
|
-
@pulumi.getter(name="inputDetails")
|
282
|
-
def input_details(self) -> Optional[pulumi.Input['DetectAnomalyJobInputDetailsArgs']]:
|
283
|
-
"""
|
284
|
-
Detect anomaly asynchronous job details.
|
285
|
-
"""
|
286
|
-
return pulumi.get(self, "input_details")
|
287
|
-
|
288
|
-
@input_details.setter
|
289
|
-
def input_details(self, value: Optional[pulumi.Input['DetectAnomalyJobInputDetailsArgs']]):
|
290
|
-
pulumi.set(self, "input_details", value)
|
291
|
-
|
292
|
-
@_builtins.property
|
293
|
-
@pulumi.getter(name="lifecycleStateDetails")
|
294
|
-
def lifecycle_state_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
295
|
-
"""
|
296
|
-
The current state details of the batch document job.
|
297
|
-
"""
|
298
|
-
return pulumi.get(self, "lifecycle_state_details")
|
299
|
-
|
300
|
-
@lifecycle_state_details.setter
|
301
|
-
def lifecycle_state_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
302
|
-
pulumi.set(self, "lifecycle_state_details", value)
|
303
|
-
|
304
|
-
@_builtins.property
|
305
|
-
@pulumi.getter(name="modelId")
|
306
|
-
def model_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
307
|
-
"""
|
308
|
-
The OCID of the trained model.
|
309
|
-
"""
|
310
|
-
return pulumi.get(self, "model_id")
|
311
|
-
|
312
|
-
@model_id.setter
|
313
|
-
def model_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
314
|
-
pulumi.set(self, "model_id", value)
|
315
|
-
|
316
|
-
@_builtins.property
|
317
|
-
@pulumi.getter(name="outputDetails")
|
318
|
-
def output_details(self) -> Optional[pulumi.Input['DetectAnomalyJobOutputDetailsArgs']]:
|
319
|
-
"""
|
320
|
-
Detect anomaly job output details.
|
321
|
-
"""
|
322
|
-
return pulumi.get(self, "output_details")
|
323
|
-
|
324
|
-
@output_details.setter
|
325
|
-
def output_details(self, value: Optional[pulumi.Input['DetectAnomalyJobOutputDetailsArgs']]):
|
326
|
-
pulumi.set(self, "output_details", value)
|
327
|
-
|
328
|
-
@_builtins.property
|
329
|
-
@pulumi.getter(name="projectId")
|
330
|
-
def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
331
|
-
"""
|
332
|
-
The OCID of the project.
|
333
|
-
"""
|
334
|
-
return pulumi.get(self, "project_id")
|
335
|
-
|
336
|
-
@project_id.setter
|
337
|
-
def project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
338
|
-
pulumi.set(self, "project_id", value)
|
339
|
-
|
340
|
-
@_builtins.property
|
341
|
-
@pulumi.getter
|
342
|
-
def sensitivity(self) -> Optional[pulumi.Input[_builtins.float]]:
|
343
|
-
"""
|
344
|
-
The value that customer can adjust to control the sensitivity of anomaly detection
|
345
|
-
|
346
|
-
|
347
|
-
** IMPORTANT **
|
348
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
349
|
-
"""
|
350
|
-
return pulumi.get(self, "sensitivity")
|
351
|
-
|
352
|
-
@sensitivity.setter
|
353
|
-
def sensitivity(self, value: Optional[pulumi.Input[_builtins.float]]):
|
354
|
-
pulumi.set(self, "sensitivity", value)
|
355
|
-
|
356
|
-
@_builtins.property
|
357
|
-
@pulumi.getter
|
358
|
-
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
359
|
-
"""
|
360
|
-
The current state of the batch document job.
|
361
|
-
"""
|
362
|
-
return pulumi.get(self, "state")
|
363
|
-
|
364
|
-
@state.setter
|
365
|
-
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
366
|
-
pulumi.set(self, "state", value)
|
367
|
-
|
368
|
-
@_builtins.property
|
369
|
-
@pulumi.getter(name="systemTags")
|
370
|
-
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
371
|
-
"""
|
372
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
373
|
-
"""
|
374
|
-
return pulumi.get(self, "system_tags")
|
375
|
-
|
376
|
-
@system_tags.setter
|
377
|
-
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
378
|
-
pulumi.set(self, "system_tags", value)
|
379
|
-
|
380
|
-
@_builtins.property
|
381
|
-
@pulumi.getter(name="timeAccepted")
|
382
|
-
def time_accepted(self) -> Optional[pulumi.Input[_builtins.str]]:
|
383
|
-
"""
|
384
|
-
Job accepted time
|
385
|
-
"""
|
386
|
-
return pulumi.get(self, "time_accepted")
|
387
|
-
|
388
|
-
@time_accepted.setter
|
389
|
-
def time_accepted(self, value: Optional[pulumi.Input[_builtins.str]]):
|
390
|
-
pulumi.set(self, "time_accepted", value)
|
391
|
-
|
392
|
-
@_builtins.property
|
393
|
-
@pulumi.getter(name="timeFinished")
|
394
|
-
def time_finished(self) -> Optional[pulumi.Input[_builtins.str]]:
|
395
|
-
"""
|
396
|
-
Job finished time
|
397
|
-
"""
|
398
|
-
return pulumi.get(self, "time_finished")
|
399
|
-
|
400
|
-
@time_finished.setter
|
401
|
-
def time_finished(self, value: Optional[pulumi.Input[_builtins.str]]):
|
402
|
-
pulumi.set(self, "time_finished", value)
|
403
|
-
|
404
|
-
@_builtins.property
|
405
|
-
@pulumi.getter(name="timeStarted")
|
406
|
-
def time_started(self) -> Optional[pulumi.Input[_builtins.str]]:
|
407
|
-
"""
|
408
|
-
Job started time
|
409
|
-
"""
|
410
|
-
return pulumi.get(self, "time_started")
|
411
|
-
|
412
|
-
@time_started.setter
|
413
|
-
def time_started(self, value: Optional[pulumi.Input[_builtins.str]]):
|
414
|
-
pulumi.set(self, "time_started", value)
|
415
|
-
|
416
|
-
|
417
|
-
@pulumi.type_token("oci:AiAnomalyDetection/detectAnomalyJob:DetectAnomalyJob")
|
418
|
-
class DetectAnomalyJob(pulumi.CustomResource):
|
419
|
-
@overload
|
420
|
-
def __init__(__self__,
|
421
|
-
resource_name: str,
|
422
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
423
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
424
|
-
description: Optional[pulumi.Input[_builtins.str]] = None,
|
425
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
426
|
-
input_details: Optional[pulumi.Input[Union['DetectAnomalyJobInputDetailsArgs', 'DetectAnomalyJobInputDetailsArgsDict']]] = None,
|
427
|
-
model_id: Optional[pulumi.Input[_builtins.str]] = None,
|
428
|
-
output_details: Optional[pulumi.Input[Union['DetectAnomalyJobOutputDetailsArgs', 'DetectAnomalyJobOutputDetailsArgsDict']]] = None,
|
429
|
-
sensitivity: Optional[pulumi.Input[_builtins.float]] = None,
|
430
|
-
__props__=None):
|
431
|
-
"""
|
432
|
-
This resource provides the Detect Anomaly Job resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
433
|
-
|
434
|
-
Creates a job to perform anomaly detection.
|
435
|
-
|
436
|
-
## Import
|
437
|
-
|
438
|
-
DetectAnomalyJobs can be imported using the `id`, e.g.
|
439
|
-
|
440
|
-
```sh
|
441
|
-
$ pulumi import oci:AiAnomalyDetection/detectAnomalyJob:DetectAnomalyJob test_detect_anomaly_job "id"
|
442
|
-
```
|
443
|
-
|
444
|
-
:param str resource_name: The name of the resource.
|
445
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
446
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment that starts the job.
|
447
|
-
:param pulumi.Input[_builtins.str] description: (Updatable) A short description of the detect anomaly job.
|
448
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Detect anomaly job display name.
|
449
|
-
:param pulumi.Input[Union['DetectAnomalyJobInputDetailsArgs', 'DetectAnomalyJobInputDetailsArgsDict']] input_details: Detect anomaly asynchronous job details.
|
450
|
-
:param pulumi.Input[_builtins.str] model_id: The OCID of the trained model.
|
451
|
-
:param pulumi.Input[Union['DetectAnomalyJobOutputDetailsArgs', 'DetectAnomalyJobOutputDetailsArgsDict']] output_details: Detect anomaly job output details.
|
452
|
-
:param pulumi.Input[_builtins.float] sensitivity: The value that customer can adjust to control the sensitivity of anomaly detection
|
453
|
-
|
454
|
-
|
455
|
-
** IMPORTANT **
|
456
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
457
|
-
"""
|
458
|
-
...
|
459
|
-
@overload
|
460
|
-
def __init__(__self__,
|
461
|
-
resource_name: str,
|
462
|
-
args: DetectAnomalyJobArgs,
|
463
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
464
|
-
"""
|
465
|
-
This resource provides the Detect Anomaly Job resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
|
466
|
-
|
467
|
-
Creates a job to perform anomaly detection.
|
468
|
-
|
469
|
-
## Import
|
470
|
-
|
471
|
-
DetectAnomalyJobs can be imported using the `id`, e.g.
|
472
|
-
|
473
|
-
```sh
|
474
|
-
$ pulumi import oci:AiAnomalyDetection/detectAnomalyJob:DetectAnomalyJob test_detect_anomaly_job "id"
|
475
|
-
```
|
476
|
-
|
477
|
-
:param str resource_name: The name of the resource.
|
478
|
-
:param DetectAnomalyJobArgs args: The arguments to use to populate this resource's properties.
|
479
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
480
|
-
"""
|
481
|
-
...
|
482
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
483
|
-
resource_args, opts = _utilities.get_resource_args_opts(DetectAnomalyJobArgs, pulumi.ResourceOptions, *args, **kwargs)
|
484
|
-
if resource_args is not None:
|
485
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
486
|
-
else:
|
487
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
488
|
-
|
489
|
-
def _internal_init(__self__,
|
490
|
-
resource_name: str,
|
491
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
492
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
493
|
-
description: Optional[pulumi.Input[_builtins.str]] = None,
|
494
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
495
|
-
input_details: Optional[pulumi.Input[Union['DetectAnomalyJobInputDetailsArgs', 'DetectAnomalyJobInputDetailsArgsDict']]] = None,
|
496
|
-
model_id: Optional[pulumi.Input[_builtins.str]] = None,
|
497
|
-
output_details: Optional[pulumi.Input[Union['DetectAnomalyJobOutputDetailsArgs', 'DetectAnomalyJobOutputDetailsArgsDict']]] = None,
|
498
|
-
sensitivity: Optional[pulumi.Input[_builtins.float]] = None,
|
499
|
-
__props__=None):
|
500
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
501
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
502
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
503
|
-
if opts.id is None:
|
504
|
-
if __props__ is not None:
|
505
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
506
|
-
__props__ = DetectAnomalyJobArgs.__new__(DetectAnomalyJobArgs)
|
507
|
-
|
508
|
-
if compartment_id is None and not opts.urn:
|
509
|
-
raise TypeError("Missing required property 'compartment_id'")
|
510
|
-
__props__.__dict__["compartment_id"] = compartment_id
|
511
|
-
__props__.__dict__["description"] = description
|
512
|
-
__props__.__dict__["display_name"] = display_name
|
513
|
-
if input_details is None and not opts.urn:
|
514
|
-
raise TypeError("Missing required property 'input_details'")
|
515
|
-
__props__.__dict__["input_details"] = input_details
|
516
|
-
if model_id is None and not opts.urn:
|
517
|
-
raise TypeError("Missing required property 'model_id'")
|
518
|
-
__props__.__dict__["model_id"] = model_id
|
519
|
-
if output_details is None and not opts.urn:
|
520
|
-
raise TypeError("Missing required property 'output_details'")
|
521
|
-
__props__.__dict__["output_details"] = output_details
|
522
|
-
__props__.__dict__["sensitivity"] = sensitivity
|
523
|
-
__props__.__dict__["defined_tags"] = None
|
524
|
-
__props__.__dict__["freeform_tags"] = None
|
525
|
-
__props__.__dict__["lifecycle_state_details"] = None
|
526
|
-
__props__.__dict__["project_id"] = None
|
527
|
-
__props__.__dict__["state"] = None
|
528
|
-
__props__.__dict__["system_tags"] = None
|
529
|
-
__props__.__dict__["time_accepted"] = None
|
530
|
-
__props__.__dict__["time_finished"] = None
|
531
|
-
__props__.__dict__["time_started"] = None
|
532
|
-
super(DetectAnomalyJob, __self__).__init__(
|
533
|
-
'oci:AiAnomalyDetection/detectAnomalyJob:DetectAnomalyJob',
|
534
|
-
resource_name,
|
535
|
-
__props__,
|
536
|
-
opts)
|
537
|
-
|
538
|
-
@staticmethod
|
539
|
-
def get(resource_name: str,
|
540
|
-
id: pulumi.Input[str],
|
541
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
542
|
-
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
543
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
544
|
-
description: Optional[pulumi.Input[_builtins.str]] = None,
|
545
|
-
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
546
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
547
|
-
input_details: Optional[pulumi.Input[Union['DetectAnomalyJobInputDetailsArgs', 'DetectAnomalyJobInputDetailsArgsDict']]] = None,
|
548
|
-
lifecycle_state_details: Optional[pulumi.Input[_builtins.str]] = None,
|
549
|
-
model_id: Optional[pulumi.Input[_builtins.str]] = None,
|
550
|
-
output_details: Optional[pulumi.Input[Union['DetectAnomalyJobOutputDetailsArgs', 'DetectAnomalyJobOutputDetailsArgsDict']]] = None,
|
551
|
-
project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
552
|
-
sensitivity: Optional[pulumi.Input[_builtins.float]] = None,
|
553
|
-
state: Optional[pulumi.Input[_builtins.str]] = None,
|
554
|
-
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
555
|
-
time_accepted: Optional[pulumi.Input[_builtins.str]] = None,
|
556
|
-
time_finished: Optional[pulumi.Input[_builtins.str]] = None,
|
557
|
-
time_started: Optional[pulumi.Input[_builtins.str]] = None) -> 'DetectAnomalyJob':
|
558
|
-
"""
|
559
|
-
Get an existing DetectAnomalyJob resource's state with the given name, id, and optional extra
|
560
|
-
properties used to qualify the lookup.
|
561
|
-
|
562
|
-
:param str resource_name: The unique name of the resulting resource.
|
563
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
564
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
565
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment that starts the job.
|
566
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
567
|
-
:param pulumi.Input[_builtins.str] description: (Updatable) A short description of the detect anomaly job.
|
568
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable) Detect anomaly job display name.
|
569
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
570
|
-
:param pulumi.Input[Union['DetectAnomalyJobInputDetailsArgs', 'DetectAnomalyJobInputDetailsArgsDict']] input_details: Detect anomaly asynchronous job details.
|
571
|
-
:param pulumi.Input[_builtins.str] lifecycle_state_details: The current state details of the batch document job.
|
572
|
-
:param pulumi.Input[_builtins.str] model_id: The OCID of the trained model.
|
573
|
-
:param pulumi.Input[Union['DetectAnomalyJobOutputDetailsArgs', 'DetectAnomalyJobOutputDetailsArgsDict']] output_details: Detect anomaly job output details.
|
574
|
-
:param pulumi.Input[_builtins.str] project_id: The OCID of the project.
|
575
|
-
:param pulumi.Input[_builtins.float] sensitivity: The value that customer can adjust to control the sensitivity of anomaly detection
|
576
|
-
|
577
|
-
|
578
|
-
** IMPORTANT **
|
579
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
580
|
-
:param pulumi.Input[_builtins.str] state: The current state of the batch document job.
|
581
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
582
|
-
:param pulumi.Input[_builtins.str] time_accepted: Job accepted time
|
583
|
-
:param pulumi.Input[_builtins.str] time_finished: Job finished time
|
584
|
-
:param pulumi.Input[_builtins.str] time_started: Job started time
|
585
|
-
"""
|
586
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
587
|
-
|
588
|
-
__props__ = _DetectAnomalyJobState.__new__(_DetectAnomalyJobState)
|
589
|
-
|
590
|
-
__props__.__dict__["compartment_id"] = compartment_id
|
591
|
-
__props__.__dict__["defined_tags"] = defined_tags
|
592
|
-
__props__.__dict__["description"] = description
|
593
|
-
__props__.__dict__["display_name"] = display_name
|
594
|
-
__props__.__dict__["freeform_tags"] = freeform_tags
|
595
|
-
__props__.__dict__["input_details"] = input_details
|
596
|
-
__props__.__dict__["lifecycle_state_details"] = lifecycle_state_details
|
597
|
-
__props__.__dict__["model_id"] = model_id
|
598
|
-
__props__.__dict__["output_details"] = output_details
|
599
|
-
__props__.__dict__["project_id"] = project_id
|
600
|
-
__props__.__dict__["sensitivity"] = sensitivity
|
601
|
-
__props__.__dict__["state"] = state
|
602
|
-
__props__.__dict__["system_tags"] = system_tags
|
603
|
-
__props__.__dict__["time_accepted"] = time_accepted
|
604
|
-
__props__.__dict__["time_finished"] = time_finished
|
605
|
-
__props__.__dict__["time_started"] = time_started
|
606
|
-
return DetectAnomalyJob(resource_name, opts=opts, __props__=__props__)
|
607
|
-
|
608
|
-
@_builtins.property
|
609
|
-
@pulumi.getter(name="compartmentId")
|
610
|
-
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
611
|
-
"""
|
612
|
-
(Updatable) The OCID of the compartment that starts the job.
|
613
|
-
"""
|
614
|
-
return pulumi.get(self, "compartment_id")
|
615
|
-
|
616
|
-
@_builtins.property
|
617
|
-
@pulumi.getter(name="definedTags")
|
618
|
-
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
619
|
-
"""
|
620
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
621
|
-
"""
|
622
|
-
return pulumi.get(self, "defined_tags")
|
623
|
-
|
624
|
-
@_builtins.property
|
625
|
-
@pulumi.getter
|
626
|
-
def description(self) -> pulumi.Output[_builtins.str]:
|
627
|
-
"""
|
628
|
-
(Updatable) A short description of the detect anomaly job.
|
629
|
-
"""
|
630
|
-
return pulumi.get(self, "description")
|
631
|
-
|
632
|
-
@_builtins.property
|
633
|
-
@pulumi.getter(name="displayName")
|
634
|
-
def display_name(self) -> pulumi.Output[_builtins.str]:
|
635
|
-
"""
|
636
|
-
(Updatable) Detect anomaly job display name.
|
637
|
-
"""
|
638
|
-
return pulumi.get(self, "display_name")
|
639
|
-
|
640
|
-
@_builtins.property
|
641
|
-
@pulumi.getter(name="freeformTags")
|
642
|
-
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
643
|
-
"""
|
644
|
-
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
645
|
-
"""
|
646
|
-
return pulumi.get(self, "freeform_tags")
|
647
|
-
|
648
|
-
@_builtins.property
|
649
|
-
@pulumi.getter(name="inputDetails")
|
650
|
-
def input_details(self) -> pulumi.Output['outputs.DetectAnomalyJobInputDetails']:
|
651
|
-
"""
|
652
|
-
Detect anomaly asynchronous job details.
|
653
|
-
"""
|
654
|
-
return pulumi.get(self, "input_details")
|
655
|
-
|
656
|
-
@_builtins.property
|
657
|
-
@pulumi.getter(name="lifecycleStateDetails")
|
658
|
-
def lifecycle_state_details(self) -> pulumi.Output[_builtins.str]:
|
659
|
-
"""
|
660
|
-
The current state details of the batch document job.
|
661
|
-
"""
|
662
|
-
return pulumi.get(self, "lifecycle_state_details")
|
663
|
-
|
664
|
-
@_builtins.property
|
665
|
-
@pulumi.getter(name="modelId")
|
666
|
-
def model_id(self) -> pulumi.Output[_builtins.str]:
|
667
|
-
"""
|
668
|
-
The OCID of the trained model.
|
669
|
-
"""
|
670
|
-
return pulumi.get(self, "model_id")
|
671
|
-
|
672
|
-
@_builtins.property
|
673
|
-
@pulumi.getter(name="outputDetails")
|
674
|
-
def output_details(self) -> pulumi.Output['outputs.DetectAnomalyJobOutputDetails']:
|
675
|
-
"""
|
676
|
-
Detect anomaly job output details.
|
677
|
-
"""
|
678
|
-
return pulumi.get(self, "output_details")
|
679
|
-
|
680
|
-
@_builtins.property
|
681
|
-
@pulumi.getter(name="projectId")
|
682
|
-
def project_id(self) -> pulumi.Output[_builtins.str]:
|
683
|
-
"""
|
684
|
-
The OCID of the project.
|
685
|
-
"""
|
686
|
-
return pulumi.get(self, "project_id")
|
687
|
-
|
688
|
-
@_builtins.property
|
689
|
-
@pulumi.getter
|
690
|
-
def sensitivity(self) -> pulumi.Output[_builtins.float]:
|
691
|
-
"""
|
692
|
-
The value that customer can adjust to control the sensitivity of anomaly detection
|
693
|
-
|
694
|
-
|
695
|
-
** IMPORTANT **
|
696
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
697
|
-
"""
|
698
|
-
return pulumi.get(self, "sensitivity")
|
699
|
-
|
700
|
-
@_builtins.property
|
701
|
-
@pulumi.getter
|
702
|
-
def state(self) -> pulumi.Output[_builtins.str]:
|
703
|
-
"""
|
704
|
-
The current state of the batch document job.
|
705
|
-
"""
|
706
|
-
return pulumi.get(self, "state")
|
707
|
-
|
708
|
-
@_builtins.property
|
709
|
-
@pulumi.getter(name="systemTags")
|
710
|
-
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
711
|
-
"""
|
712
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
713
|
-
"""
|
714
|
-
return pulumi.get(self, "system_tags")
|
715
|
-
|
716
|
-
@_builtins.property
|
717
|
-
@pulumi.getter(name="timeAccepted")
|
718
|
-
def time_accepted(self) -> pulumi.Output[_builtins.str]:
|
719
|
-
"""
|
720
|
-
Job accepted time
|
721
|
-
"""
|
722
|
-
return pulumi.get(self, "time_accepted")
|
723
|
-
|
724
|
-
@_builtins.property
|
725
|
-
@pulumi.getter(name="timeFinished")
|
726
|
-
def time_finished(self) -> pulumi.Output[_builtins.str]:
|
727
|
-
"""
|
728
|
-
Job finished time
|
729
|
-
"""
|
730
|
-
return pulumi.get(self, "time_finished")
|
731
|
-
|
732
|
-
@_builtins.property
|
733
|
-
@pulumi.getter(name="timeStarted")
|
734
|
-
def time_started(self) -> pulumi.Output[_builtins.str]:
|
735
|
-
"""
|
736
|
-
Job started time
|
737
|
-
"""
|
738
|
-
return pulumi.get(self, "time_started")
|
739
|
-
|