pulumi-oci 2.29.0a1744186202__py3-none-any.whl → 2.30.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +46 -0
- pulumi_oci/bigdataservice/bds_instance.py +7 -7
- pulumi_oci/core/_inputs.py +21 -21
- pulumi_oci/core/get_ipv6.py +32 -2
- pulumi_oci/core/get_private_ip.py +33 -3
- pulumi_oci/core/get_private_ips.py +51 -1
- pulumi_oci/core/get_vnic.py +4 -1
- pulumi_oci/core/ipv6.py +155 -44
- pulumi_oci/core/outputs.py +71 -17
- pulumi_oci/core/private_ip.py +124 -20
- pulumi_oci/datascience/__init__.py +9 -0
- pulumi_oci/datascience/_inputs.py +1215 -0
- pulumi_oci/datascience/get_ml_application.py +254 -0
- pulumi_oci/datascience/get_ml_application_implementation.py +389 -0
- pulumi_oci/datascience/get_ml_application_implementations.py +252 -0
- pulumi_oci/datascience/get_ml_application_instance.py +367 -0
- pulumi_oci/datascience/get_ml_application_instances.py +214 -0
- pulumi_oci/datascience/get_ml_applications.py +230 -0
- pulumi_oci/datascience/ml_application.py +564 -0
- pulumi_oci/datascience/ml_application_implementation.py +969 -0
- pulumi_oci/datascience/ml_application_instance.py +832 -0
- pulumi_oci/datascience/outputs.py +7154 -4464
- pulumi_oci/functions/invoke_function.py +52 -3
- pulumi_oci/goldengate/_inputs.py +135 -1
- pulumi_oci/goldengate/get_pipeline.py +15 -1
- pulumi_oci/goldengate/get_pipeline_running_processes.py +2 -2
- pulumi_oci/goldengate/outputs.py +263 -3
- pulumi_oci/goldengate/pipeline.py +28 -0
- pulumi_oci/kms/_inputs.py +48 -0
- pulumi_oci/kms/outputs.py +48 -0
- pulumi_oci/kms/vault_verification.py +37 -1
- pulumi_oci/lustre/__init__.py +13 -0
- pulumi_oci/lustre/_inputs.py +219 -0
- pulumi_oci/lustre/file_storage_lustre_file_system.py +1184 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_system.py +451 -0
- pulumi_oci/lustre/get_file_storage_lustre_file_systems.py +222 -0
- pulumi_oci/lustre/outputs.py +639 -0
- pulumi_oci/oci/__init__.py +13 -0
- pulumi_oci/oci/_inputs.py +219 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_system.py +455 -0
- pulumi_oci/oci/get_lustre_file_storage_lustre_file_systems.py +226 -0
- pulumi_oci/oci/lustre_file_storage_lustre_file_system.py +1188 -0
- pulumi_oci/oci/outputs.py +639 -0
- pulumi_oci/opsi/get_operations_insights_warehouse.py +16 -2
- pulumi_oci/opsi/operations_insights_warehouse.py +56 -7
- pulumi_oci/opsi/outputs.py +13 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/sch/_inputs.py +223 -1
- pulumi_oci/sch/outputs.py +472 -31
- pulumi_oci/stackmonitoring/_inputs.py +1423 -51
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +16 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +58 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +46 -2
- pulumi_oci/stackmonitoring/monitored_resource_task.py +116 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +119 -7
- pulumi_oci/stackmonitoring/outputs.py +6195 -3496
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/RECORD +60 -39
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.29.0a1744186202.dist-info → pulumi_oci-2.30.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,254 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetMlApplicationResult',
|
20
|
+
'AwaitableGetMlApplicationResult',
|
21
|
+
'get_ml_application',
|
22
|
+
'get_ml_application_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetMlApplicationResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getMlApplication.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, description=None, freeform_tags=None, id=None, lifecycle_details=None, ml_application_id=None, name=None, state=None, system_tags=None, time_created=None, time_updated=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 freeform_tags and not isinstance(freeform_tags, dict):
|
41
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
42
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
43
|
+
if id and not isinstance(id, str):
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
45
|
+
pulumi.set(__self__, "id", id)
|
46
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
47
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
48
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
49
|
+
if ml_application_id and not isinstance(ml_application_id, str):
|
50
|
+
raise TypeError("Expected argument 'ml_application_id' to be a str")
|
51
|
+
pulumi.set(__self__, "ml_application_id", ml_application_id)
|
52
|
+
if name and not isinstance(name, str):
|
53
|
+
raise TypeError("Expected argument 'name' to be a str")
|
54
|
+
pulumi.set(__self__, "name", name)
|
55
|
+
if state and not isinstance(state, str):
|
56
|
+
raise TypeError("Expected argument 'state' to be a str")
|
57
|
+
pulumi.set(__self__, "state", state)
|
58
|
+
if system_tags and not isinstance(system_tags, dict):
|
59
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
60
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
61
|
+
if time_created and not isinstance(time_created, str):
|
62
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
63
|
+
pulumi.set(__self__, "time_created", time_created)
|
64
|
+
if time_updated and not isinstance(time_updated, str):
|
65
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
66
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
67
|
+
|
68
|
+
@property
|
69
|
+
@pulumi.getter(name="compartmentId")
|
70
|
+
def compartment_id(self) -> builtins.str:
|
71
|
+
"""
|
72
|
+
The OCID of the compartment where the MlApplication is created.
|
73
|
+
"""
|
74
|
+
return pulumi.get(self, "compartment_id")
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter(name="definedTags")
|
78
|
+
def defined_tags(self) -> Mapping[str, builtins.str]:
|
79
|
+
"""
|
80
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "defined_tags")
|
83
|
+
|
84
|
+
@property
|
85
|
+
@pulumi.getter
|
86
|
+
def description(self) -> builtins.str:
|
87
|
+
"""
|
88
|
+
Optional description of the ML Application
|
89
|
+
"""
|
90
|
+
return pulumi.get(self, "description")
|
91
|
+
|
92
|
+
@property
|
93
|
+
@pulumi.getter(name="freeformTags")
|
94
|
+
def freeform_tags(self) -> Mapping[str, builtins.str]:
|
95
|
+
"""
|
96
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
97
|
+
"""
|
98
|
+
return pulumi.get(self, "freeform_tags")
|
99
|
+
|
100
|
+
@property
|
101
|
+
@pulumi.getter
|
102
|
+
def id(self) -> builtins.str:
|
103
|
+
"""
|
104
|
+
The OCID of the MlApplication. Unique identifier that is immutable after creation.
|
105
|
+
"""
|
106
|
+
return pulumi.get(self, "id")
|
107
|
+
|
108
|
+
@property
|
109
|
+
@pulumi.getter(name="lifecycleDetails")
|
110
|
+
def lifecycle_details(self) -> builtins.str:
|
111
|
+
"""
|
112
|
+
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
113
|
+
"""
|
114
|
+
return pulumi.get(self, "lifecycle_details")
|
115
|
+
|
116
|
+
@property
|
117
|
+
@pulumi.getter(name="mlApplicationId")
|
118
|
+
def ml_application_id(self) -> builtins.str:
|
119
|
+
return pulumi.get(self, "ml_application_id")
|
120
|
+
|
121
|
+
@property
|
122
|
+
@pulumi.getter
|
123
|
+
def name(self) -> builtins.str:
|
124
|
+
"""
|
125
|
+
The name of MlApplication. It is unique in a given tenancy.
|
126
|
+
"""
|
127
|
+
return pulumi.get(self, "name")
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter
|
131
|
+
def state(self) -> builtins.str:
|
132
|
+
"""
|
133
|
+
The current state of the MlApplication.
|
134
|
+
"""
|
135
|
+
return pulumi.get(self, "state")
|
136
|
+
|
137
|
+
@property
|
138
|
+
@pulumi.getter(name="systemTags")
|
139
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
140
|
+
"""
|
141
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
142
|
+
"""
|
143
|
+
return pulumi.get(self, "system_tags")
|
144
|
+
|
145
|
+
@property
|
146
|
+
@pulumi.getter(name="timeCreated")
|
147
|
+
def time_created(self) -> builtins.str:
|
148
|
+
"""
|
149
|
+
Creation time of MlApplication in the format defined by RFC 3339.
|
150
|
+
"""
|
151
|
+
return pulumi.get(self, "time_created")
|
152
|
+
|
153
|
+
@property
|
154
|
+
@pulumi.getter(name="timeUpdated")
|
155
|
+
def time_updated(self) -> builtins.str:
|
156
|
+
"""
|
157
|
+
Time of last MlApplication update in the format defined by RFC 3339.
|
158
|
+
"""
|
159
|
+
return pulumi.get(self, "time_updated")
|
160
|
+
|
161
|
+
|
162
|
+
class AwaitableGetMlApplicationResult(GetMlApplicationResult):
|
163
|
+
# pylint: disable=using-constant-test
|
164
|
+
def __await__(self):
|
165
|
+
if False:
|
166
|
+
yield self
|
167
|
+
return GetMlApplicationResult(
|
168
|
+
compartment_id=self.compartment_id,
|
169
|
+
defined_tags=self.defined_tags,
|
170
|
+
description=self.description,
|
171
|
+
freeform_tags=self.freeform_tags,
|
172
|
+
id=self.id,
|
173
|
+
lifecycle_details=self.lifecycle_details,
|
174
|
+
ml_application_id=self.ml_application_id,
|
175
|
+
name=self.name,
|
176
|
+
state=self.state,
|
177
|
+
system_tags=self.system_tags,
|
178
|
+
time_created=self.time_created,
|
179
|
+
time_updated=self.time_updated)
|
180
|
+
|
181
|
+
|
182
|
+
def get_ml_application(ml_application_id: Optional[builtins.str] = None,
|
183
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMlApplicationResult:
|
184
|
+
"""
|
185
|
+
This data source provides details about a specific Ml Application resource in Oracle Cloud Infrastructure Data Science service.
|
186
|
+
|
187
|
+
Gets a MlApplication by identifier
|
188
|
+
|
189
|
+
## Example Usage
|
190
|
+
|
191
|
+
```python
|
192
|
+
import pulumi
|
193
|
+
import pulumi_oci as oci
|
194
|
+
|
195
|
+
test_ml_application = oci.DataScience.get_ml_application(ml_application_id=test_ml_application_oci_datascience_ml_application["id"])
|
196
|
+
```
|
197
|
+
|
198
|
+
|
199
|
+
:param builtins.str ml_application_id: unique MlApplication identifier
|
200
|
+
"""
|
201
|
+
__args__ = dict()
|
202
|
+
__args__['mlApplicationId'] = ml_application_id
|
203
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
204
|
+
__ret__ = pulumi.runtime.invoke('oci:DataScience/getMlApplication:getMlApplication', __args__, opts=opts, typ=GetMlApplicationResult).value
|
205
|
+
|
206
|
+
return AwaitableGetMlApplicationResult(
|
207
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
208
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
209
|
+
description=pulumi.get(__ret__, 'description'),
|
210
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
211
|
+
id=pulumi.get(__ret__, 'id'),
|
212
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
213
|
+
ml_application_id=pulumi.get(__ret__, 'ml_application_id'),
|
214
|
+
name=pulumi.get(__ret__, 'name'),
|
215
|
+
state=pulumi.get(__ret__, 'state'),
|
216
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
217
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
218
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
219
|
+
def get_ml_application_output(ml_application_id: Optional[pulumi.Input[builtins.str]] = None,
|
220
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMlApplicationResult]:
|
221
|
+
"""
|
222
|
+
This data source provides details about a specific Ml Application resource in Oracle Cloud Infrastructure Data Science service.
|
223
|
+
|
224
|
+
Gets a MlApplication by identifier
|
225
|
+
|
226
|
+
## Example Usage
|
227
|
+
|
228
|
+
```python
|
229
|
+
import pulumi
|
230
|
+
import pulumi_oci as oci
|
231
|
+
|
232
|
+
test_ml_application = oci.DataScience.get_ml_application(ml_application_id=test_ml_application_oci_datascience_ml_application["id"])
|
233
|
+
```
|
234
|
+
|
235
|
+
|
236
|
+
:param builtins.str ml_application_id: unique MlApplication identifier
|
237
|
+
"""
|
238
|
+
__args__ = dict()
|
239
|
+
__args__['mlApplicationId'] = ml_application_id
|
240
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
241
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataScience/getMlApplication:getMlApplication', __args__, opts=opts, typ=GetMlApplicationResult)
|
242
|
+
return __ret__.apply(lambda __response__: GetMlApplicationResult(
|
243
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
244
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
245
|
+
description=pulumi.get(__response__, 'description'),
|
246
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
247
|
+
id=pulumi.get(__response__, 'id'),
|
248
|
+
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
249
|
+
ml_application_id=pulumi.get(__response__, 'ml_application_id'),
|
250
|
+
name=pulumi.get(__response__, 'name'),
|
251
|
+
state=pulumi.get(__response__, 'state'),
|
252
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
253
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
254
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -0,0 +1,389 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
from . import outputs
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetMlApplicationImplementationResult',
|
21
|
+
'AwaitableGetMlApplicationImplementationResult',
|
22
|
+
'get_ml_application_implementation',
|
23
|
+
'get_ml_application_implementation_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetMlApplicationImplementationResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getMlApplicationImplementation.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, allowed_migration_destinations=None, application_components=None, compartment_id=None, configuration_schemas=None, defined_tags=None, description=None, freeform_tags=None, id=None, lifecycle_details=None, loggings=None, ml_application_id=None, ml_application_implementation_id=None, ml_application_name=None, ml_application_package=None, ml_application_package_arguments=None, name=None, opc_ml_app_package_args=None, package_version=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
32
|
+
if allowed_migration_destinations and not isinstance(allowed_migration_destinations, list):
|
33
|
+
raise TypeError("Expected argument 'allowed_migration_destinations' to be a list")
|
34
|
+
pulumi.set(__self__, "allowed_migration_destinations", allowed_migration_destinations)
|
35
|
+
if application_components and not isinstance(application_components, list):
|
36
|
+
raise TypeError("Expected argument 'application_components' to be a list")
|
37
|
+
pulumi.set(__self__, "application_components", application_components)
|
38
|
+
if compartment_id and not isinstance(compartment_id, str):
|
39
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
40
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
41
|
+
if configuration_schemas and not isinstance(configuration_schemas, list):
|
42
|
+
raise TypeError("Expected argument 'configuration_schemas' to be a list")
|
43
|
+
pulumi.set(__self__, "configuration_schemas", configuration_schemas)
|
44
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
45
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
46
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
47
|
+
if description and not isinstance(description, str):
|
48
|
+
raise TypeError("Expected argument 'description' to be a str")
|
49
|
+
pulumi.set(__self__, "description", description)
|
50
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
51
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
52
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
53
|
+
if id and not isinstance(id, str):
|
54
|
+
raise TypeError("Expected argument 'id' to be a str")
|
55
|
+
pulumi.set(__self__, "id", id)
|
56
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
57
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
58
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
59
|
+
if loggings and not isinstance(loggings, list):
|
60
|
+
raise TypeError("Expected argument 'loggings' to be a list")
|
61
|
+
pulumi.set(__self__, "loggings", loggings)
|
62
|
+
if ml_application_id and not isinstance(ml_application_id, str):
|
63
|
+
raise TypeError("Expected argument 'ml_application_id' to be a str")
|
64
|
+
pulumi.set(__self__, "ml_application_id", ml_application_id)
|
65
|
+
if ml_application_implementation_id and not isinstance(ml_application_implementation_id, str):
|
66
|
+
raise TypeError("Expected argument 'ml_application_implementation_id' to be a str")
|
67
|
+
pulumi.set(__self__, "ml_application_implementation_id", ml_application_implementation_id)
|
68
|
+
if ml_application_name and not isinstance(ml_application_name, str):
|
69
|
+
raise TypeError("Expected argument 'ml_application_name' to be a str")
|
70
|
+
pulumi.set(__self__, "ml_application_name", ml_application_name)
|
71
|
+
if ml_application_package and not isinstance(ml_application_package, dict):
|
72
|
+
raise TypeError("Expected argument 'ml_application_package' to be a dict")
|
73
|
+
pulumi.set(__self__, "ml_application_package", ml_application_package)
|
74
|
+
if ml_application_package_arguments and not isinstance(ml_application_package_arguments, list):
|
75
|
+
raise TypeError("Expected argument 'ml_application_package_arguments' to be a list")
|
76
|
+
pulumi.set(__self__, "ml_application_package_arguments", ml_application_package_arguments)
|
77
|
+
if name and not isinstance(name, str):
|
78
|
+
raise TypeError("Expected argument 'name' to be a str")
|
79
|
+
pulumi.set(__self__, "name", name)
|
80
|
+
if opc_ml_app_package_args and not isinstance(opc_ml_app_package_args, dict):
|
81
|
+
raise TypeError("Expected argument 'opc_ml_app_package_args' to be a dict")
|
82
|
+
pulumi.set(__self__, "opc_ml_app_package_args", opc_ml_app_package_args)
|
83
|
+
if package_version and not isinstance(package_version, str):
|
84
|
+
raise TypeError("Expected argument 'package_version' to be a str")
|
85
|
+
pulumi.set(__self__, "package_version", package_version)
|
86
|
+
if state and not isinstance(state, str):
|
87
|
+
raise TypeError("Expected argument 'state' to be a str")
|
88
|
+
pulumi.set(__self__, "state", state)
|
89
|
+
if system_tags and not isinstance(system_tags, dict):
|
90
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
91
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
92
|
+
if time_created and not isinstance(time_created, str):
|
93
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
94
|
+
pulumi.set(__self__, "time_created", time_created)
|
95
|
+
if time_updated and not isinstance(time_updated, str):
|
96
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
97
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
98
|
+
|
99
|
+
@property
|
100
|
+
@pulumi.getter(name="allowedMigrationDestinations")
|
101
|
+
def allowed_migration_destinations(self) -> Sequence[builtins.str]:
|
102
|
+
"""
|
103
|
+
List of ML Application Implementation OCIDs for which migration from this implementation is allowed. Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed.
|
104
|
+
"""
|
105
|
+
return pulumi.get(self, "allowed_migration_destinations")
|
106
|
+
|
107
|
+
@property
|
108
|
+
@pulumi.getter(name="applicationComponents")
|
109
|
+
def application_components(self) -> Sequence['outputs.GetMlApplicationImplementationApplicationComponentResult']:
|
110
|
+
"""
|
111
|
+
List of application components (OCI resources shared for all MlApplicationInstances). These have been created automatically based on their definitions in the ML Application package.
|
112
|
+
"""
|
113
|
+
return pulumi.get(self, "application_components")
|
114
|
+
|
115
|
+
@property
|
116
|
+
@pulumi.getter(name="compartmentId")
|
117
|
+
def compartment_id(self) -> builtins.str:
|
118
|
+
"""
|
119
|
+
The OCID of the compartment where ML Application Implementation is created.
|
120
|
+
"""
|
121
|
+
return pulumi.get(self, "compartment_id")
|
122
|
+
|
123
|
+
@property
|
124
|
+
@pulumi.getter(name="configurationSchemas")
|
125
|
+
def configuration_schemas(self) -> Sequence['outputs.GetMlApplicationImplementationConfigurationSchemaResult']:
|
126
|
+
"""
|
127
|
+
Schema of configuration which needs to be provided for each ML Application Instance. It is defined in the ML Application package descriptor.
|
128
|
+
"""
|
129
|
+
return pulumi.get(self, "configuration_schemas")
|
130
|
+
|
131
|
+
@property
|
132
|
+
@pulumi.getter(name="definedTags")
|
133
|
+
def defined_tags(self) -> Mapping[str, builtins.str]:
|
134
|
+
"""
|
135
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "defined_tags")
|
138
|
+
|
139
|
+
@property
|
140
|
+
@pulumi.getter
|
141
|
+
def description(self) -> builtins.str:
|
142
|
+
"""
|
143
|
+
short description of the argument
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "description")
|
146
|
+
|
147
|
+
@property
|
148
|
+
@pulumi.getter(name="freeformTags")
|
149
|
+
def freeform_tags(self) -> Mapping[str, builtins.str]:
|
150
|
+
"""
|
151
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "freeform_tags")
|
154
|
+
|
155
|
+
@property
|
156
|
+
@pulumi.getter
|
157
|
+
def id(self) -> builtins.str:
|
158
|
+
"""
|
159
|
+
The OCID of the MlApplicationImplementation. Unique identifier that is immutable after creation.
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "id")
|
162
|
+
|
163
|
+
@property
|
164
|
+
@pulumi.getter(name="lifecycleDetails")
|
165
|
+
def lifecycle_details(self) -> builtins.str:
|
166
|
+
"""
|
167
|
+
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
168
|
+
"""
|
169
|
+
return pulumi.get(self, "lifecycle_details")
|
170
|
+
|
171
|
+
@property
|
172
|
+
@pulumi.getter
|
173
|
+
def loggings(self) -> Sequence['outputs.GetMlApplicationImplementationLoggingResult']:
|
174
|
+
"""
|
175
|
+
Configuration of Logging for ML Application Implementation.
|
176
|
+
"""
|
177
|
+
return pulumi.get(self, "loggings")
|
178
|
+
|
179
|
+
@property
|
180
|
+
@pulumi.getter(name="mlApplicationId")
|
181
|
+
def ml_application_id(self) -> builtins.str:
|
182
|
+
"""
|
183
|
+
The OCID of the ML Application implemented by this ML Application Implementation.
|
184
|
+
"""
|
185
|
+
return pulumi.get(self, "ml_application_id")
|
186
|
+
|
187
|
+
@property
|
188
|
+
@pulumi.getter(name="mlApplicationImplementationId")
|
189
|
+
def ml_application_implementation_id(self) -> builtins.str:
|
190
|
+
return pulumi.get(self, "ml_application_implementation_id")
|
191
|
+
|
192
|
+
@property
|
193
|
+
@pulumi.getter(name="mlApplicationName")
|
194
|
+
def ml_application_name(self) -> builtins.str:
|
195
|
+
"""
|
196
|
+
The name of ML Application (based on mlApplicationId)
|
197
|
+
"""
|
198
|
+
return pulumi.get(self, "ml_application_name")
|
199
|
+
|
200
|
+
@property
|
201
|
+
@pulumi.getter(name="mlApplicationPackage")
|
202
|
+
def ml_application_package(self) -> Mapping[str, builtins.str]:
|
203
|
+
return pulumi.get(self, "ml_application_package")
|
204
|
+
|
205
|
+
@property
|
206
|
+
@pulumi.getter(name="mlApplicationPackageArguments")
|
207
|
+
def ml_application_package_arguments(self) -> Sequence['outputs.GetMlApplicationImplementationMlApplicationPackageArgumentResult']:
|
208
|
+
"""
|
209
|
+
List of ML Application package arguments provided during ML Application package upload.
|
210
|
+
"""
|
211
|
+
return pulumi.get(self, "ml_application_package_arguments")
|
212
|
+
|
213
|
+
@property
|
214
|
+
@pulumi.getter
|
215
|
+
def name(self) -> builtins.str:
|
216
|
+
"""
|
217
|
+
ML Application Implementation name which is unique for given ML Application.
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "name")
|
220
|
+
|
221
|
+
@property
|
222
|
+
@pulumi.getter(name="opcMlAppPackageArgs")
|
223
|
+
def opc_ml_app_package_args(self) -> Mapping[str, builtins.str]:
|
224
|
+
return pulumi.get(self, "opc_ml_app_package_args")
|
225
|
+
|
226
|
+
@property
|
227
|
+
@pulumi.getter(name="packageVersion")
|
228
|
+
def package_version(self) -> builtins.str:
|
229
|
+
"""
|
230
|
+
The version of ML Application Package (e.g. "1.2" or "2.0.4") defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented.
|
231
|
+
"""
|
232
|
+
return pulumi.get(self, "package_version")
|
233
|
+
|
234
|
+
@property
|
235
|
+
@pulumi.getter
|
236
|
+
def state(self) -> builtins.str:
|
237
|
+
"""
|
238
|
+
The current state of the MlApplicationImplementation.
|
239
|
+
"""
|
240
|
+
return pulumi.get(self, "state")
|
241
|
+
|
242
|
+
@property
|
243
|
+
@pulumi.getter(name="systemTags")
|
244
|
+
def system_tags(self) -> Mapping[str, builtins.str]:
|
245
|
+
"""
|
246
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
247
|
+
"""
|
248
|
+
return pulumi.get(self, "system_tags")
|
249
|
+
|
250
|
+
@property
|
251
|
+
@pulumi.getter(name="timeCreated")
|
252
|
+
def time_created(self) -> builtins.str:
|
253
|
+
"""
|
254
|
+
Creation time of MlApplicationImplementation creation in the format defined by RFC 3339.
|
255
|
+
"""
|
256
|
+
return pulumi.get(self, "time_created")
|
257
|
+
|
258
|
+
@property
|
259
|
+
@pulumi.getter(name="timeUpdated")
|
260
|
+
def time_updated(self) -> builtins.str:
|
261
|
+
"""
|
262
|
+
Time of last MlApplicationImplementation update in the format defined by RFC 3339.
|
263
|
+
"""
|
264
|
+
return pulumi.get(self, "time_updated")
|
265
|
+
|
266
|
+
|
267
|
+
class AwaitableGetMlApplicationImplementationResult(GetMlApplicationImplementationResult):
|
268
|
+
# pylint: disable=using-constant-test
|
269
|
+
def __await__(self):
|
270
|
+
if False:
|
271
|
+
yield self
|
272
|
+
return GetMlApplicationImplementationResult(
|
273
|
+
allowed_migration_destinations=self.allowed_migration_destinations,
|
274
|
+
application_components=self.application_components,
|
275
|
+
compartment_id=self.compartment_id,
|
276
|
+
configuration_schemas=self.configuration_schemas,
|
277
|
+
defined_tags=self.defined_tags,
|
278
|
+
description=self.description,
|
279
|
+
freeform_tags=self.freeform_tags,
|
280
|
+
id=self.id,
|
281
|
+
lifecycle_details=self.lifecycle_details,
|
282
|
+
loggings=self.loggings,
|
283
|
+
ml_application_id=self.ml_application_id,
|
284
|
+
ml_application_implementation_id=self.ml_application_implementation_id,
|
285
|
+
ml_application_name=self.ml_application_name,
|
286
|
+
ml_application_package=self.ml_application_package,
|
287
|
+
ml_application_package_arguments=self.ml_application_package_arguments,
|
288
|
+
name=self.name,
|
289
|
+
opc_ml_app_package_args=self.opc_ml_app_package_args,
|
290
|
+
package_version=self.package_version,
|
291
|
+
state=self.state,
|
292
|
+
system_tags=self.system_tags,
|
293
|
+
time_created=self.time_created,
|
294
|
+
time_updated=self.time_updated)
|
295
|
+
|
296
|
+
|
297
|
+
def get_ml_application_implementation(ml_application_implementation_id: Optional[builtins.str] = None,
|
298
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMlApplicationImplementationResult:
|
299
|
+
"""
|
300
|
+
This data source provides details about a specific Ml Application Implementation resource in Oracle Cloud Infrastructure Data Science service.
|
301
|
+
|
302
|
+
Gets a MlApplicationImplementation by identifier
|
303
|
+
|
304
|
+
## Example Usage
|
305
|
+
|
306
|
+
```python
|
307
|
+
import pulumi
|
308
|
+
import pulumi_oci as oci
|
309
|
+
|
310
|
+
test_ml_application_implementation = oci.DataScience.get_ml_application_implementation(ml_application_implementation_id=test_ml_application_implementation_oci_datascience_ml_application_implementation["id"])
|
311
|
+
```
|
312
|
+
|
313
|
+
|
314
|
+
:param builtins.str ml_application_implementation_id: unique MlApplicationImplementation identifier
|
315
|
+
"""
|
316
|
+
__args__ = dict()
|
317
|
+
__args__['mlApplicationImplementationId'] = ml_application_implementation_id
|
318
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
319
|
+
__ret__ = pulumi.runtime.invoke('oci:DataScience/getMlApplicationImplementation:getMlApplicationImplementation', __args__, opts=opts, typ=GetMlApplicationImplementationResult).value
|
320
|
+
|
321
|
+
return AwaitableGetMlApplicationImplementationResult(
|
322
|
+
allowed_migration_destinations=pulumi.get(__ret__, 'allowed_migration_destinations'),
|
323
|
+
application_components=pulumi.get(__ret__, 'application_components'),
|
324
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
325
|
+
configuration_schemas=pulumi.get(__ret__, 'configuration_schemas'),
|
326
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
327
|
+
description=pulumi.get(__ret__, 'description'),
|
328
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
329
|
+
id=pulumi.get(__ret__, 'id'),
|
330
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
331
|
+
loggings=pulumi.get(__ret__, 'loggings'),
|
332
|
+
ml_application_id=pulumi.get(__ret__, 'ml_application_id'),
|
333
|
+
ml_application_implementation_id=pulumi.get(__ret__, 'ml_application_implementation_id'),
|
334
|
+
ml_application_name=pulumi.get(__ret__, 'ml_application_name'),
|
335
|
+
ml_application_package=pulumi.get(__ret__, 'ml_application_package'),
|
336
|
+
ml_application_package_arguments=pulumi.get(__ret__, 'ml_application_package_arguments'),
|
337
|
+
name=pulumi.get(__ret__, 'name'),
|
338
|
+
opc_ml_app_package_args=pulumi.get(__ret__, 'opc_ml_app_package_args'),
|
339
|
+
package_version=pulumi.get(__ret__, 'package_version'),
|
340
|
+
state=pulumi.get(__ret__, 'state'),
|
341
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
342
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
343
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
344
|
+
def get_ml_application_implementation_output(ml_application_implementation_id: Optional[pulumi.Input[builtins.str]] = None,
|
345
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMlApplicationImplementationResult]:
|
346
|
+
"""
|
347
|
+
This data source provides details about a specific Ml Application Implementation resource in Oracle Cloud Infrastructure Data Science service.
|
348
|
+
|
349
|
+
Gets a MlApplicationImplementation by identifier
|
350
|
+
|
351
|
+
## Example Usage
|
352
|
+
|
353
|
+
```python
|
354
|
+
import pulumi
|
355
|
+
import pulumi_oci as oci
|
356
|
+
|
357
|
+
test_ml_application_implementation = oci.DataScience.get_ml_application_implementation(ml_application_implementation_id=test_ml_application_implementation_oci_datascience_ml_application_implementation["id"])
|
358
|
+
```
|
359
|
+
|
360
|
+
|
361
|
+
:param builtins.str ml_application_implementation_id: unique MlApplicationImplementation identifier
|
362
|
+
"""
|
363
|
+
__args__ = dict()
|
364
|
+
__args__['mlApplicationImplementationId'] = ml_application_implementation_id
|
365
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
366
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataScience/getMlApplicationImplementation:getMlApplicationImplementation', __args__, opts=opts, typ=GetMlApplicationImplementationResult)
|
367
|
+
return __ret__.apply(lambda __response__: GetMlApplicationImplementationResult(
|
368
|
+
allowed_migration_destinations=pulumi.get(__response__, 'allowed_migration_destinations'),
|
369
|
+
application_components=pulumi.get(__response__, 'application_components'),
|
370
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
371
|
+
configuration_schemas=pulumi.get(__response__, 'configuration_schemas'),
|
372
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
373
|
+
description=pulumi.get(__response__, 'description'),
|
374
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
375
|
+
id=pulumi.get(__response__, 'id'),
|
376
|
+
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
377
|
+
loggings=pulumi.get(__response__, 'loggings'),
|
378
|
+
ml_application_id=pulumi.get(__response__, 'ml_application_id'),
|
379
|
+
ml_application_implementation_id=pulumi.get(__response__, 'ml_application_implementation_id'),
|
380
|
+
ml_application_name=pulumi.get(__response__, 'ml_application_name'),
|
381
|
+
ml_application_package=pulumi.get(__response__, 'ml_application_package'),
|
382
|
+
ml_application_package_arguments=pulumi.get(__response__, 'ml_application_package_arguments'),
|
383
|
+
name=pulumi.get(__response__, 'name'),
|
384
|
+
opc_ml_app_package_args=pulumi.get(__response__, 'opc_ml_app_package_args'),
|
385
|
+
package_version=pulumi.get(__response__, 'package_version'),
|
386
|
+
state=pulumi.get(__response__, 'state'),
|
387
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
388
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
389
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|