pulumi-oci 2.16.0a1731504509__py3-none-any.whl → 2.17.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 +40 -0
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/generativeai/__init__.py +16 -0
- pulumi_oci/generativeai/_inputs.py +1090 -0
- pulumi_oci/generativeai/agent_agent.py +665 -0
- pulumi_oci/generativeai/agent_agent_endpoint.py +888 -0
- pulumi_oci/generativeai/agent_data_ingestion_job.py +647 -0
- pulumi_oci/generativeai/agent_data_source.py +697 -0
- pulumi_oci/generativeai/agent_knowledge_base.py +659 -0
- pulumi_oci/generativeai/get_agent_agent.py +285 -0
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +342 -0
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +217 -0
- pulumi_oci/generativeai/get_agent_agents.py +195 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +286 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +117 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +217 -0
- pulumi_oci/generativeai/get_agent_data_source.py +286 -0
- pulumi_oci/generativeai/get_agent_data_sources.py +217 -0
- pulumi_oci/generativeai/get_agent_knowledge_base.py +272 -0
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +195 -0
- pulumi_oci/generativeai/outputs.py +2840 -268
- pulumi_oci/goldengate/connection.py +1065 -78
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +49 -0
- pulumi_oci/goldengate/get_connection.py +288 -7
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +15 -1
- pulumi_oci/goldengate/outputs.py +240 -3
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/RECORD +38 -22
- {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.16.0a1731504509.dist-info → pulumi_oci-2.17.0.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,28 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'AgentAgentEndpointContentModerationConfigArgs',
|
19
|
+
'AgentAgentEndpointContentModerationConfigArgsDict',
|
20
|
+
'AgentAgentEndpointSessionConfigArgs',
|
21
|
+
'AgentAgentEndpointSessionConfigArgsDict',
|
22
|
+
'AgentDataIngestionJobDataIngestionJobStatisticArgs',
|
23
|
+
'AgentDataIngestionJobDataIngestionJobStatisticArgsDict',
|
24
|
+
'AgentDataSourceDataSourceConfigArgs',
|
25
|
+
'AgentDataSourceDataSourceConfigArgsDict',
|
26
|
+
'AgentDataSourceDataSourceConfigObjectStoragePrefixArgs',
|
27
|
+
'AgentDataSourceDataSourceConfigObjectStoragePrefixArgsDict',
|
28
|
+
'AgentKnowledgeBaseIndexConfigArgs',
|
29
|
+
'AgentKnowledgeBaseIndexConfigArgsDict',
|
30
|
+
'AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs',
|
31
|
+
'AgentKnowledgeBaseIndexConfigDatabaseConnectionArgsDict',
|
32
|
+
'AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs',
|
33
|
+
'AgentKnowledgeBaseIndexConfigDatabaseFunctionArgsDict',
|
34
|
+
'AgentKnowledgeBaseIndexConfigIndexArgs',
|
35
|
+
'AgentKnowledgeBaseIndexConfigIndexArgsDict',
|
36
|
+
'AgentKnowledgeBaseIndexConfigIndexSchemaArgs',
|
37
|
+
'AgentKnowledgeBaseIndexConfigIndexSchemaArgsDict',
|
38
|
+
'AgentKnowledgeBaseIndexConfigSecretDetailArgs',
|
39
|
+
'AgentKnowledgeBaseIndexConfigSecretDetailArgsDict',
|
18
40
|
'DedicatedAiClusterCapacityArgs',
|
19
41
|
'DedicatedAiClusterCapacityArgsDict',
|
20
42
|
'EndpointContentModerationConfigArgs',
|
@@ -27,6 +49,16 @@ __all__ = [
|
|
27
49
|
'ModelFineTuneDetailsTrainingDatasetArgsDict',
|
28
50
|
'ModelModelMetricArgs',
|
29
51
|
'ModelModelMetricArgsDict',
|
52
|
+
'GetAgentAgentEndpointsFilterArgs',
|
53
|
+
'GetAgentAgentEndpointsFilterArgsDict',
|
54
|
+
'GetAgentAgentsFilterArgs',
|
55
|
+
'GetAgentAgentsFilterArgsDict',
|
56
|
+
'GetAgentDataIngestionJobsFilterArgs',
|
57
|
+
'GetAgentDataIngestionJobsFilterArgsDict',
|
58
|
+
'GetAgentDataSourcesFilterArgs',
|
59
|
+
'GetAgentDataSourcesFilterArgsDict',
|
60
|
+
'GetAgentKnowledgeBasesFilterArgs',
|
61
|
+
'GetAgentKnowledgeBasesFilterArgsDict',
|
30
62
|
'GetDedicatedAiClustersFilterArgs',
|
31
63
|
'GetDedicatedAiClustersFilterArgsDict',
|
32
64
|
'GetEndpointsFilterArgs',
|
@@ -37,6 +69,820 @@ __all__ = [
|
|
37
69
|
|
38
70
|
MYPY = False
|
39
71
|
|
72
|
+
if not MYPY:
|
73
|
+
class AgentAgentEndpointContentModerationConfigArgsDict(TypedDict):
|
74
|
+
should_enable_on_input: NotRequired[pulumi.Input[bool]]
|
75
|
+
"""
|
76
|
+
(Updatable) A flag to enable or disable content moderation on input.
|
77
|
+
"""
|
78
|
+
should_enable_on_output: NotRequired[pulumi.Input[bool]]
|
79
|
+
"""
|
80
|
+
(Updatable) A flag to enable or disable content moderation on output.
|
81
|
+
"""
|
82
|
+
elif False:
|
83
|
+
AgentAgentEndpointContentModerationConfigArgsDict: TypeAlias = Mapping[str, Any]
|
84
|
+
|
85
|
+
@pulumi.input_type
|
86
|
+
class AgentAgentEndpointContentModerationConfigArgs:
|
87
|
+
def __init__(__self__, *,
|
88
|
+
should_enable_on_input: Optional[pulumi.Input[bool]] = None,
|
89
|
+
should_enable_on_output: Optional[pulumi.Input[bool]] = None):
|
90
|
+
"""
|
91
|
+
:param pulumi.Input[bool] should_enable_on_input: (Updatable) A flag to enable or disable content moderation on input.
|
92
|
+
:param pulumi.Input[bool] should_enable_on_output: (Updatable) A flag to enable or disable content moderation on output.
|
93
|
+
"""
|
94
|
+
if should_enable_on_input is not None:
|
95
|
+
pulumi.set(__self__, "should_enable_on_input", should_enable_on_input)
|
96
|
+
if should_enable_on_output is not None:
|
97
|
+
pulumi.set(__self__, "should_enable_on_output", should_enable_on_output)
|
98
|
+
|
99
|
+
@property
|
100
|
+
@pulumi.getter(name="shouldEnableOnInput")
|
101
|
+
def should_enable_on_input(self) -> Optional[pulumi.Input[bool]]:
|
102
|
+
"""
|
103
|
+
(Updatable) A flag to enable or disable content moderation on input.
|
104
|
+
"""
|
105
|
+
return pulumi.get(self, "should_enable_on_input")
|
106
|
+
|
107
|
+
@should_enable_on_input.setter
|
108
|
+
def should_enable_on_input(self, value: Optional[pulumi.Input[bool]]):
|
109
|
+
pulumi.set(self, "should_enable_on_input", value)
|
110
|
+
|
111
|
+
@property
|
112
|
+
@pulumi.getter(name="shouldEnableOnOutput")
|
113
|
+
def should_enable_on_output(self) -> Optional[pulumi.Input[bool]]:
|
114
|
+
"""
|
115
|
+
(Updatable) A flag to enable or disable content moderation on output.
|
116
|
+
"""
|
117
|
+
return pulumi.get(self, "should_enable_on_output")
|
118
|
+
|
119
|
+
@should_enable_on_output.setter
|
120
|
+
def should_enable_on_output(self, value: Optional[pulumi.Input[bool]]):
|
121
|
+
pulumi.set(self, "should_enable_on_output", value)
|
122
|
+
|
123
|
+
|
124
|
+
if not MYPY:
|
125
|
+
class AgentAgentEndpointSessionConfigArgsDict(TypedDict):
|
126
|
+
idle_timeout_in_seconds: NotRequired[pulumi.Input[int]]
|
127
|
+
"""
|
128
|
+
(Updatable) The session will become inactive after this timeout.
|
129
|
+
"""
|
130
|
+
elif False:
|
131
|
+
AgentAgentEndpointSessionConfigArgsDict: TypeAlias = Mapping[str, Any]
|
132
|
+
|
133
|
+
@pulumi.input_type
|
134
|
+
class AgentAgentEndpointSessionConfigArgs:
|
135
|
+
def __init__(__self__, *,
|
136
|
+
idle_timeout_in_seconds: Optional[pulumi.Input[int]] = None):
|
137
|
+
"""
|
138
|
+
:param pulumi.Input[int] idle_timeout_in_seconds: (Updatable) The session will become inactive after this timeout.
|
139
|
+
"""
|
140
|
+
if idle_timeout_in_seconds is not None:
|
141
|
+
pulumi.set(__self__, "idle_timeout_in_seconds", idle_timeout_in_seconds)
|
142
|
+
|
143
|
+
@property
|
144
|
+
@pulumi.getter(name="idleTimeoutInSeconds")
|
145
|
+
def idle_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
146
|
+
"""
|
147
|
+
(Updatable) The session will become inactive after this timeout.
|
148
|
+
"""
|
149
|
+
return pulumi.get(self, "idle_timeout_in_seconds")
|
150
|
+
|
151
|
+
@idle_timeout_in_seconds.setter
|
152
|
+
def idle_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
153
|
+
pulumi.set(self, "idle_timeout_in_seconds", value)
|
154
|
+
|
155
|
+
|
156
|
+
if not MYPY:
|
157
|
+
class AgentDataIngestionJobDataIngestionJobStatisticArgsDict(TypedDict):
|
158
|
+
duration_in_seconds: NotRequired[pulumi.Input[int]]
|
159
|
+
"""
|
160
|
+
The duration of this ingestion job.
|
161
|
+
"""
|
162
|
+
number_of_failed_files: NotRequired[pulumi.Input[int]]
|
163
|
+
"""
|
164
|
+
The number of files that have failed during the ingestion.
|
165
|
+
"""
|
166
|
+
number_of_ingested_files: NotRequired[pulumi.Input[int]]
|
167
|
+
"""
|
168
|
+
The number of files that have been successfully ingested during the ingestion.
|
169
|
+
"""
|
170
|
+
elif False:
|
171
|
+
AgentDataIngestionJobDataIngestionJobStatisticArgsDict: TypeAlias = Mapping[str, Any]
|
172
|
+
|
173
|
+
@pulumi.input_type
|
174
|
+
class AgentDataIngestionJobDataIngestionJobStatisticArgs:
|
175
|
+
def __init__(__self__, *,
|
176
|
+
duration_in_seconds: Optional[pulumi.Input[int]] = None,
|
177
|
+
number_of_failed_files: Optional[pulumi.Input[int]] = None,
|
178
|
+
number_of_ingested_files: Optional[pulumi.Input[int]] = None):
|
179
|
+
"""
|
180
|
+
:param pulumi.Input[int] duration_in_seconds: The duration of this ingestion job.
|
181
|
+
:param pulumi.Input[int] number_of_failed_files: The number of files that have failed during the ingestion.
|
182
|
+
:param pulumi.Input[int] number_of_ingested_files: The number of files that have been successfully ingested during the ingestion.
|
183
|
+
"""
|
184
|
+
if duration_in_seconds is not None:
|
185
|
+
pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
|
186
|
+
if number_of_failed_files is not None:
|
187
|
+
pulumi.set(__self__, "number_of_failed_files", number_of_failed_files)
|
188
|
+
if number_of_ingested_files is not None:
|
189
|
+
pulumi.set(__self__, "number_of_ingested_files", number_of_ingested_files)
|
190
|
+
|
191
|
+
@property
|
192
|
+
@pulumi.getter(name="durationInSeconds")
|
193
|
+
def duration_in_seconds(self) -> Optional[pulumi.Input[int]]:
|
194
|
+
"""
|
195
|
+
The duration of this ingestion job.
|
196
|
+
"""
|
197
|
+
return pulumi.get(self, "duration_in_seconds")
|
198
|
+
|
199
|
+
@duration_in_seconds.setter
|
200
|
+
def duration_in_seconds(self, value: Optional[pulumi.Input[int]]):
|
201
|
+
pulumi.set(self, "duration_in_seconds", value)
|
202
|
+
|
203
|
+
@property
|
204
|
+
@pulumi.getter(name="numberOfFailedFiles")
|
205
|
+
def number_of_failed_files(self) -> Optional[pulumi.Input[int]]:
|
206
|
+
"""
|
207
|
+
The number of files that have failed during the ingestion.
|
208
|
+
"""
|
209
|
+
return pulumi.get(self, "number_of_failed_files")
|
210
|
+
|
211
|
+
@number_of_failed_files.setter
|
212
|
+
def number_of_failed_files(self, value: Optional[pulumi.Input[int]]):
|
213
|
+
pulumi.set(self, "number_of_failed_files", value)
|
214
|
+
|
215
|
+
@property
|
216
|
+
@pulumi.getter(name="numberOfIngestedFiles")
|
217
|
+
def number_of_ingested_files(self) -> Optional[pulumi.Input[int]]:
|
218
|
+
"""
|
219
|
+
The number of files that have been successfully ingested during the ingestion.
|
220
|
+
"""
|
221
|
+
return pulumi.get(self, "number_of_ingested_files")
|
222
|
+
|
223
|
+
@number_of_ingested_files.setter
|
224
|
+
def number_of_ingested_files(self, value: Optional[pulumi.Input[int]]):
|
225
|
+
pulumi.set(self, "number_of_ingested_files", value)
|
226
|
+
|
227
|
+
|
228
|
+
if not MYPY:
|
229
|
+
class AgentDataSourceDataSourceConfigArgsDict(TypedDict):
|
230
|
+
data_source_config_type: pulumi.Input[str]
|
231
|
+
"""
|
232
|
+
(Updatable) The type of the tool. The allowed values are:
|
233
|
+
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
234
|
+
"""
|
235
|
+
object_storage_prefixes: pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgsDict']]]
|
236
|
+
"""
|
237
|
+
(Updatable) The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).
|
238
|
+
"""
|
239
|
+
elif False:
|
240
|
+
AgentDataSourceDataSourceConfigArgsDict: TypeAlias = Mapping[str, Any]
|
241
|
+
|
242
|
+
@pulumi.input_type
|
243
|
+
class AgentDataSourceDataSourceConfigArgs:
|
244
|
+
def __init__(__self__, *,
|
245
|
+
data_source_config_type: pulumi.Input[str],
|
246
|
+
object_storage_prefixes: pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgs']]]):
|
247
|
+
"""
|
248
|
+
:param pulumi.Input[str] data_source_config_type: (Updatable) The type of the tool. The allowed values are:
|
249
|
+
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
250
|
+
:param pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgs']]] object_storage_prefixes: (Updatable) The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).
|
251
|
+
"""
|
252
|
+
pulumi.set(__self__, "data_source_config_type", data_source_config_type)
|
253
|
+
pulumi.set(__self__, "object_storage_prefixes", object_storage_prefixes)
|
254
|
+
|
255
|
+
@property
|
256
|
+
@pulumi.getter(name="dataSourceConfigType")
|
257
|
+
def data_source_config_type(self) -> pulumi.Input[str]:
|
258
|
+
"""
|
259
|
+
(Updatable) The type of the tool. The allowed values are:
|
260
|
+
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
261
|
+
"""
|
262
|
+
return pulumi.get(self, "data_source_config_type")
|
263
|
+
|
264
|
+
@data_source_config_type.setter
|
265
|
+
def data_source_config_type(self, value: pulumi.Input[str]):
|
266
|
+
pulumi.set(self, "data_source_config_type", value)
|
267
|
+
|
268
|
+
@property
|
269
|
+
@pulumi.getter(name="objectStoragePrefixes")
|
270
|
+
def object_storage_prefixes(self) -> pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgs']]]:
|
271
|
+
"""
|
272
|
+
(Updatable) The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).
|
273
|
+
"""
|
274
|
+
return pulumi.get(self, "object_storage_prefixes")
|
275
|
+
|
276
|
+
@object_storage_prefixes.setter
|
277
|
+
def object_storage_prefixes(self, value: pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgs']]]):
|
278
|
+
pulumi.set(self, "object_storage_prefixes", value)
|
279
|
+
|
280
|
+
|
281
|
+
if not MYPY:
|
282
|
+
class AgentDataSourceDataSourceConfigObjectStoragePrefixArgsDict(TypedDict):
|
283
|
+
bucket: pulumi.Input[str]
|
284
|
+
"""
|
285
|
+
(Updatable) The bucket name of an object.
|
286
|
+
"""
|
287
|
+
namespace: pulumi.Input[str]
|
288
|
+
"""
|
289
|
+
(Updatable) The namespace name of an object.
|
290
|
+
"""
|
291
|
+
prefix: NotRequired[pulumi.Input[str]]
|
292
|
+
"""
|
293
|
+
(Updatable) The name of the object (file) or prefix (folder).
|
294
|
+
"""
|
295
|
+
elif False:
|
296
|
+
AgentDataSourceDataSourceConfigObjectStoragePrefixArgsDict: TypeAlias = Mapping[str, Any]
|
297
|
+
|
298
|
+
@pulumi.input_type
|
299
|
+
class AgentDataSourceDataSourceConfigObjectStoragePrefixArgs:
|
300
|
+
def __init__(__self__, *,
|
301
|
+
bucket: pulumi.Input[str],
|
302
|
+
namespace: pulumi.Input[str],
|
303
|
+
prefix: Optional[pulumi.Input[str]] = None):
|
304
|
+
"""
|
305
|
+
:param pulumi.Input[str] bucket: (Updatable) The bucket name of an object.
|
306
|
+
:param pulumi.Input[str] namespace: (Updatable) The namespace name of an object.
|
307
|
+
:param pulumi.Input[str] prefix: (Updatable) The name of the object (file) or prefix (folder).
|
308
|
+
"""
|
309
|
+
pulumi.set(__self__, "bucket", bucket)
|
310
|
+
pulumi.set(__self__, "namespace", namespace)
|
311
|
+
if prefix is not None:
|
312
|
+
pulumi.set(__self__, "prefix", prefix)
|
313
|
+
|
314
|
+
@property
|
315
|
+
@pulumi.getter
|
316
|
+
def bucket(self) -> pulumi.Input[str]:
|
317
|
+
"""
|
318
|
+
(Updatable) The bucket name of an object.
|
319
|
+
"""
|
320
|
+
return pulumi.get(self, "bucket")
|
321
|
+
|
322
|
+
@bucket.setter
|
323
|
+
def bucket(self, value: pulumi.Input[str]):
|
324
|
+
pulumi.set(self, "bucket", value)
|
325
|
+
|
326
|
+
@property
|
327
|
+
@pulumi.getter
|
328
|
+
def namespace(self) -> pulumi.Input[str]:
|
329
|
+
"""
|
330
|
+
(Updatable) The namespace name of an object.
|
331
|
+
"""
|
332
|
+
return pulumi.get(self, "namespace")
|
333
|
+
|
334
|
+
@namespace.setter
|
335
|
+
def namespace(self, value: pulumi.Input[str]):
|
336
|
+
pulumi.set(self, "namespace", value)
|
337
|
+
|
338
|
+
@property
|
339
|
+
@pulumi.getter
|
340
|
+
def prefix(self) -> Optional[pulumi.Input[str]]:
|
341
|
+
"""
|
342
|
+
(Updatable) The name of the object (file) or prefix (folder).
|
343
|
+
"""
|
344
|
+
return pulumi.get(self, "prefix")
|
345
|
+
|
346
|
+
@prefix.setter
|
347
|
+
def prefix(self, value: Optional[pulumi.Input[str]]):
|
348
|
+
pulumi.set(self, "prefix", value)
|
349
|
+
|
350
|
+
|
351
|
+
if not MYPY:
|
352
|
+
class AgentKnowledgeBaseIndexConfigArgsDict(TypedDict):
|
353
|
+
index_config_type: pulumi.Input[str]
|
354
|
+
"""
|
355
|
+
(Updatable) The type of index. The allowed values are:
|
356
|
+
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
357
|
+
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
358
|
+
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
359
|
+
"""
|
360
|
+
cluster_id: NotRequired[pulumi.Input[str]]
|
361
|
+
"""
|
362
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OpenSearch Cluster.
|
363
|
+
"""
|
364
|
+
database_connection: NotRequired[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgsDict']]
|
365
|
+
"""
|
366
|
+
(Updatable) **DatabaseConnection**
|
367
|
+
|
368
|
+
The connection type for Databases.
|
369
|
+
"""
|
370
|
+
database_functions: NotRequired[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgsDict']]]]
|
371
|
+
"""
|
372
|
+
(Updatable) Array of Database functions to be used.
|
373
|
+
"""
|
374
|
+
indexes: NotRequired[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexArgsDict']]]]
|
375
|
+
"""
|
376
|
+
(Updatable) Index configuration for open search.
|
377
|
+
"""
|
378
|
+
secret_detail: NotRequired[pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgsDict']]
|
379
|
+
"""
|
380
|
+
(Updatable) **SecretDetail**
|
381
|
+
|
382
|
+
The details of configured security configuration on OpenSearch.
|
383
|
+
"""
|
384
|
+
should_enable_hybrid_search: NotRequired[pulumi.Input[bool]]
|
385
|
+
"""
|
386
|
+
(Updatable) Whether to enable Hybrid search in service managed OpenSearch.
|
387
|
+
|
388
|
+
|
389
|
+
** IMPORTANT **
|
390
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
391
|
+
"""
|
392
|
+
elif False:
|
393
|
+
AgentKnowledgeBaseIndexConfigArgsDict: TypeAlias = Mapping[str, Any]
|
394
|
+
|
395
|
+
@pulumi.input_type
|
396
|
+
class AgentKnowledgeBaseIndexConfigArgs:
|
397
|
+
def __init__(__self__, *,
|
398
|
+
index_config_type: pulumi.Input[str],
|
399
|
+
cluster_id: Optional[pulumi.Input[str]] = None,
|
400
|
+
database_connection: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs']] = None,
|
401
|
+
database_functions: Optional[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs']]]] = None,
|
402
|
+
indexes: Optional[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexArgs']]]] = None,
|
403
|
+
secret_detail: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs']] = None,
|
404
|
+
should_enable_hybrid_search: Optional[pulumi.Input[bool]] = None):
|
405
|
+
"""
|
406
|
+
:param pulumi.Input[str] index_config_type: (Updatable) The type of index. The allowed values are:
|
407
|
+
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
408
|
+
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
409
|
+
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
410
|
+
:param pulumi.Input[str] cluster_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OpenSearch Cluster.
|
411
|
+
:param pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs'] database_connection: (Updatable) **DatabaseConnection**
|
412
|
+
|
413
|
+
The connection type for Databases.
|
414
|
+
:param pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs']]] database_functions: (Updatable) Array of Database functions to be used.
|
415
|
+
:param pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexArgs']]] indexes: (Updatable) Index configuration for open search.
|
416
|
+
:param pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs'] secret_detail: (Updatable) **SecretDetail**
|
417
|
+
|
418
|
+
The details of configured security configuration on OpenSearch.
|
419
|
+
:param pulumi.Input[bool] should_enable_hybrid_search: (Updatable) Whether to enable Hybrid search in service managed OpenSearch.
|
420
|
+
|
421
|
+
|
422
|
+
** IMPORTANT **
|
423
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
424
|
+
"""
|
425
|
+
pulumi.set(__self__, "index_config_type", index_config_type)
|
426
|
+
if cluster_id is not None:
|
427
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
428
|
+
if database_connection is not None:
|
429
|
+
pulumi.set(__self__, "database_connection", database_connection)
|
430
|
+
if database_functions is not None:
|
431
|
+
pulumi.set(__self__, "database_functions", database_functions)
|
432
|
+
if indexes is not None:
|
433
|
+
pulumi.set(__self__, "indexes", indexes)
|
434
|
+
if secret_detail is not None:
|
435
|
+
pulumi.set(__self__, "secret_detail", secret_detail)
|
436
|
+
if should_enable_hybrid_search is not None:
|
437
|
+
pulumi.set(__self__, "should_enable_hybrid_search", should_enable_hybrid_search)
|
438
|
+
|
439
|
+
@property
|
440
|
+
@pulumi.getter(name="indexConfigType")
|
441
|
+
def index_config_type(self) -> pulumi.Input[str]:
|
442
|
+
"""
|
443
|
+
(Updatable) The type of index. The allowed values are:
|
444
|
+
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
445
|
+
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
446
|
+
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
447
|
+
"""
|
448
|
+
return pulumi.get(self, "index_config_type")
|
449
|
+
|
450
|
+
@index_config_type.setter
|
451
|
+
def index_config_type(self, value: pulumi.Input[str]):
|
452
|
+
pulumi.set(self, "index_config_type", value)
|
453
|
+
|
454
|
+
@property
|
455
|
+
@pulumi.getter(name="clusterId")
|
456
|
+
def cluster_id(self) -> Optional[pulumi.Input[str]]:
|
457
|
+
"""
|
458
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OpenSearch Cluster.
|
459
|
+
"""
|
460
|
+
return pulumi.get(self, "cluster_id")
|
461
|
+
|
462
|
+
@cluster_id.setter
|
463
|
+
def cluster_id(self, value: Optional[pulumi.Input[str]]):
|
464
|
+
pulumi.set(self, "cluster_id", value)
|
465
|
+
|
466
|
+
@property
|
467
|
+
@pulumi.getter(name="databaseConnection")
|
468
|
+
def database_connection(self) -> Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs']]:
|
469
|
+
"""
|
470
|
+
(Updatable) **DatabaseConnection**
|
471
|
+
|
472
|
+
The connection type for Databases.
|
473
|
+
"""
|
474
|
+
return pulumi.get(self, "database_connection")
|
475
|
+
|
476
|
+
@database_connection.setter
|
477
|
+
def database_connection(self, value: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs']]):
|
478
|
+
pulumi.set(self, "database_connection", value)
|
479
|
+
|
480
|
+
@property
|
481
|
+
@pulumi.getter(name="databaseFunctions")
|
482
|
+
def database_functions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs']]]]:
|
483
|
+
"""
|
484
|
+
(Updatable) Array of Database functions to be used.
|
485
|
+
"""
|
486
|
+
return pulumi.get(self, "database_functions")
|
487
|
+
|
488
|
+
@database_functions.setter
|
489
|
+
def database_functions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs']]]]):
|
490
|
+
pulumi.set(self, "database_functions", value)
|
491
|
+
|
492
|
+
@property
|
493
|
+
@pulumi.getter
|
494
|
+
def indexes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexArgs']]]]:
|
495
|
+
"""
|
496
|
+
(Updatable) Index configuration for open search.
|
497
|
+
"""
|
498
|
+
return pulumi.get(self, "indexes")
|
499
|
+
|
500
|
+
@indexes.setter
|
501
|
+
def indexes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexArgs']]]]):
|
502
|
+
pulumi.set(self, "indexes", value)
|
503
|
+
|
504
|
+
@property
|
505
|
+
@pulumi.getter(name="secretDetail")
|
506
|
+
def secret_detail(self) -> Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs']]:
|
507
|
+
"""
|
508
|
+
(Updatable) **SecretDetail**
|
509
|
+
|
510
|
+
The details of configured security configuration on OpenSearch.
|
511
|
+
"""
|
512
|
+
return pulumi.get(self, "secret_detail")
|
513
|
+
|
514
|
+
@secret_detail.setter
|
515
|
+
def secret_detail(self, value: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs']]):
|
516
|
+
pulumi.set(self, "secret_detail", value)
|
517
|
+
|
518
|
+
@property
|
519
|
+
@pulumi.getter(name="shouldEnableHybridSearch")
|
520
|
+
def should_enable_hybrid_search(self) -> Optional[pulumi.Input[bool]]:
|
521
|
+
"""
|
522
|
+
(Updatable) Whether to enable Hybrid search in service managed OpenSearch.
|
523
|
+
|
524
|
+
|
525
|
+
** IMPORTANT **
|
526
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
527
|
+
"""
|
528
|
+
return pulumi.get(self, "should_enable_hybrid_search")
|
529
|
+
|
530
|
+
@should_enable_hybrid_search.setter
|
531
|
+
def should_enable_hybrid_search(self, value: Optional[pulumi.Input[bool]]):
|
532
|
+
pulumi.set(self, "should_enable_hybrid_search", value)
|
533
|
+
|
534
|
+
|
535
|
+
if not MYPY:
|
536
|
+
class AgentKnowledgeBaseIndexConfigDatabaseConnectionArgsDict(TypedDict):
|
537
|
+
connection_id: pulumi.Input[str]
|
538
|
+
"""
|
539
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
540
|
+
"""
|
541
|
+
connection_type: pulumi.Input[str]
|
542
|
+
"""
|
543
|
+
(Updatable) The type of Database connection. The allowed values are:
|
544
|
+
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
545
|
+
"""
|
546
|
+
elif False:
|
547
|
+
AgentKnowledgeBaseIndexConfigDatabaseConnectionArgsDict: TypeAlias = Mapping[str, Any]
|
548
|
+
|
549
|
+
@pulumi.input_type
|
550
|
+
class AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs:
|
551
|
+
def __init__(__self__, *,
|
552
|
+
connection_id: pulumi.Input[str],
|
553
|
+
connection_type: pulumi.Input[str]):
|
554
|
+
"""
|
555
|
+
:param pulumi.Input[str] connection_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
556
|
+
:param pulumi.Input[str] connection_type: (Updatable) The type of Database connection. The allowed values are:
|
557
|
+
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
558
|
+
"""
|
559
|
+
pulumi.set(__self__, "connection_id", connection_id)
|
560
|
+
pulumi.set(__self__, "connection_type", connection_type)
|
561
|
+
|
562
|
+
@property
|
563
|
+
@pulumi.getter(name="connectionId")
|
564
|
+
def connection_id(self) -> pulumi.Input[str]:
|
565
|
+
"""
|
566
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
567
|
+
"""
|
568
|
+
return pulumi.get(self, "connection_id")
|
569
|
+
|
570
|
+
@connection_id.setter
|
571
|
+
def connection_id(self, value: pulumi.Input[str]):
|
572
|
+
pulumi.set(self, "connection_id", value)
|
573
|
+
|
574
|
+
@property
|
575
|
+
@pulumi.getter(name="connectionType")
|
576
|
+
def connection_type(self) -> pulumi.Input[str]:
|
577
|
+
"""
|
578
|
+
(Updatable) The type of Database connection. The allowed values are:
|
579
|
+
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
580
|
+
"""
|
581
|
+
return pulumi.get(self, "connection_type")
|
582
|
+
|
583
|
+
@connection_type.setter
|
584
|
+
def connection_type(self, value: pulumi.Input[str]):
|
585
|
+
pulumi.set(self, "connection_type", value)
|
586
|
+
|
587
|
+
|
588
|
+
if not MYPY:
|
589
|
+
class AgentKnowledgeBaseIndexConfigDatabaseFunctionArgsDict(TypedDict):
|
590
|
+
name: NotRequired[pulumi.Input[str]]
|
591
|
+
"""
|
592
|
+
(Updatable) The name of the Database function.
|
593
|
+
"""
|
594
|
+
elif False:
|
595
|
+
AgentKnowledgeBaseIndexConfigDatabaseFunctionArgsDict: TypeAlias = Mapping[str, Any]
|
596
|
+
|
597
|
+
@pulumi.input_type
|
598
|
+
class AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs:
|
599
|
+
def __init__(__self__, *,
|
600
|
+
name: Optional[pulumi.Input[str]] = None):
|
601
|
+
"""
|
602
|
+
:param pulumi.Input[str] name: (Updatable) The name of the Database function.
|
603
|
+
"""
|
604
|
+
if name is not None:
|
605
|
+
pulumi.set(__self__, "name", name)
|
606
|
+
|
607
|
+
@property
|
608
|
+
@pulumi.getter
|
609
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
610
|
+
"""
|
611
|
+
(Updatable) The name of the Database function.
|
612
|
+
"""
|
613
|
+
return pulumi.get(self, "name")
|
614
|
+
|
615
|
+
@name.setter
|
616
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
617
|
+
pulumi.set(self, "name", value)
|
618
|
+
|
619
|
+
|
620
|
+
if not MYPY:
|
621
|
+
class AgentKnowledgeBaseIndexConfigIndexArgsDict(TypedDict):
|
622
|
+
name: NotRequired[pulumi.Input[str]]
|
623
|
+
"""
|
624
|
+
(Updatable) The index name in opensearch.
|
625
|
+
"""
|
626
|
+
schema: NotRequired[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgsDict']]
|
627
|
+
"""
|
628
|
+
(Updatable) **IndexSchema**
|
629
|
+
|
630
|
+
The index schema details.
|
631
|
+
"""
|
632
|
+
elif False:
|
633
|
+
AgentKnowledgeBaseIndexConfigIndexArgsDict: TypeAlias = Mapping[str, Any]
|
634
|
+
|
635
|
+
@pulumi.input_type
|
636
|
+
class AgentKnowledgeBaseIndexConfigIndexArgs:
|
637
|
+
def __init__(__self__, *,
|
638
|
+
name: Optional[pulumi.Input[str]] = None,
|
639
|
+
schema: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs']] = None):
|
640
|
+
"""
|
641
|
+
:param pulumi.Input[str] name: (Updatable) The index name in opensearch.
|
642
|
+
:param pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs'] schema: (Updatable) **IndexSchema**
|
643
|
+
|
644
|
+
The index schema details.
|
645
|
+
"""
|
646
|
+
if name is not None:
|
647
|
+
pulumi.set(__self__, "name", name)
|
648
|
+
if schema is not None:
|
649
|
+
pulumi.set(__self__, "schema", schema)
|
650
|
+
|
651
|
+
@property
|
652
|
+
@pulumi.getter
|
653
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
654
|
+
"""
|
655
|
+
(Updatable) The index name in opensearch.
|
656
|
+
"""
|
657
|
+
return pulumi.get(self, "name")
|
658
|
+
|
659
|
+
@name.setter
|
660
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
661
|
+
pulumi.set(self, "name", value)
|
662
|
+
|
663
|
+
@property
|
664
|
+
@pulumi.getter
|
665
|
+
def schema(self) -> Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs']]:
|
666
|
+
"""
|
667
|
+
(Updatable) **IndexSchema**
|
668
|
+
|
669
|
+
The index schema details.
|
670
|
+
"""
|
671
|
+
return pulumi.get(self, "schema")
|
672
|
+
|
673
|
+
@schema.setter
|
674
|
+
def schema(self, value: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs']]):
|
675
|
+
pulumi.set(self, "schema", value)
|
676
|
+
|
677
|
+
|
678
|
+
if not MYPY:
|
679
|
+
class AgentKnowledgeBaseIndexConfigIndexSchemaArgsDict(TypedDict):
|
680
|
+
body_key: NotRequired[pulumi.Input[str]]
|
681
|
+
"""
|
682
|
+
(Updatable) Body key name.
|
683
|
+
"""
|
684
|
+
embedding_body_key: NotRequired[pulumi.Input[str]]
|
685
|
+
"""
|
686
|
+
(Updatable) Field within customer managed Oracle Cloud Infrastructure OpenSearch document containing the vector embedding for queries.
|
687
|
+
"""
|
688
|
+
title_key: NotRequired[pulumi.Input[str]]
|
689
|
+
"""
|
690
|
+
(Updatable) Title key that stores the Title of a document, if available.
|
691
|
+
"""
|
692
|
+
url_key: NotRequired[pulumi.Input[str]]
|
693
|
+
"""
|
694
|
+
(Updatable) URL key that stores the URL of a document, if available.
|
695
|
+
"""
|
696
|
+
elif False:
|
697
|
+
AgentKnowledgeBaseIndexConfigIndexSchemaArgsDict: TypeAlias = Mapping[str, Any]
|
698
|
+
|
699
|
+
@pulumi.input_type
|
700
|
+
class AgentKnowledgeBaseIndexConfigIndexSchemaArgs:
|
701
|
+
def __init__(__self__, *,
|
702
|
+
body_key: Optional[pulumi.Input[str]] = None,
|
703
|
+
embedding_body_key: Optional[pulumi.Input[str]] = None,
|
704
|
+
title_key: Optional[pulumi.Input[str]] = None,
|
705
|
+
url_key: Optional[pulumi.Input[str]] = None):
|
706
|
+
"""
|
707
|
+
:param pulumi.Input[str] body_key: (Updatable) Body key name.
|
708
|
+
:param pulumi.Input[str] embedding_body_key: (Updatable) Field within customer managed Oracle Cloud Infrastructure OpenSearch document containing the vector embedding for queries.
|
709
|
+
:param pulumi.Input[str] title_key: (Updatable) Title key that stores the Title of a document, if available.
|
710
|
+
:param pulumi.Input[str] url_key: (Updatable) URL key that stores the URL of a document, if available.
|
711
|
+
"""
|
712
|
+
if body_key is not None:
|
713
|
+
pulumi.set(__self__, "body_key", body_key)
|
714
|
+
if embedding_body_key is not None:
|
715
|
+
pulumi.set(__self__, "embedding_body_key", embedding_body_key)
|
716
|
+
if title_key is not None:
|
717
|
+
pulumi.set(__self__, "title_key", title_key)
|
718
|
+
if url_key is not None:
|
719
|
+
pulumi.set(__self__, "url_key", url_key)
|
720
|
+
|
721
|
+
@property
|
722
|
+
@pulumi.getter(name="bodyKey")
|
723
|
+
def body_key(self) -> Optional[pulumi.Input[str]]:
|
724
|
+
"""
|
725
|
+
(Updatable) Body key name.
|
726
|
+
"""
|
727
|
+
return pulumi.get(self, "body_key")
|
728
|
+
|
729
|
+
@body_key.setter
|
730
|
+
def body_key(self, value: Optional[pulumi.Input[str]]):
|
731
|
+
pulumi.set(self, "body_key", value)
|
732
|
+
|
733
|
+
@property
|
734
|
+
@pulumi.getter(name="embeddingBodyKey")
|
735
|
+
def embedding_body_key(self) -> Optional[pulumi.Input[str]]:
|
736
|
+
"""
|
737
|
+
(Updatable) Field within customer managed Oracle Cloud Infrastructure OpenSearch document containing the vector embedding for queries.
|
738
|
+
"""
|
739
|
+
return pulumi.get(self, "embedding_body_key")
|
740
|
+
|
741
|
+
@embedding_body_key.setter
|
742
|
+
def embedding_body_key(self, value: Optional[pulumi.Input[str]]):
|
743
|
+
pulumi.set(self, "embedding_body_key", value)
|
744
|
+
|
745
|
+
@property
|
746
|
+
@pulumi.getter(name="titleKey")
|
747
|
+
def title_key(self) -> Optional[pulumi.Input[str]]:
|
748
|
+
"""
|
749
|
+
(Updatable) Title key that stores the Title of a document, if available.
|
750
|
+
"""
|
751
|
+
return pulumi.get(self, "title_key")
|
752
|
+
|
753
|
+
@title_key.setter
|
754
|
+
def title_key(self, value: Optional[pulumi.Input[str]]):
|
755
|
+
pulumi.set(self, "title_key", value)
|
756
|
+
|
757
|
+
@property
|
758
|
+
@pulumi.getter(name="urlKey")
|
759
|
+
def url_key(self) -> Optional[pulumi.Input[str]]:
|
760
|
+
"""
|
761
|
+
(Updatable) URL key that stores the URL of a document, if available.
|
762
|
+
"""
|
763
|
+
return pulumi.get(self, "url_key")
|
764
|
+
|
765
|
+
@url_key.setter
|
766
|
+
def url_key(self, value: Optional[pulumi.Input[str]]):
|
767
|
+
pulumi.set(self, "url_key", value)
|
768
|
+
|
769
|
+
|
770
|
+
if not MYPY:
|
771
|
+
class AgentKnowledgeBaseIndexConfigSecretDetailArgsDict(TypedDict):
|
772
|
+
type: pulumi.Input[str]
|
773
|
+
"""
|
774
|
+
(Updatable) The type of OpenID. The allowed values are:
|
775
|
+
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
776
|
+
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
777
|
+
"""
|
778
|
+
vault_secret_id: pulumi.Input[str]
|
779
|
+
"""
|
780
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret for basic authentication.
|
781
|
+
"""
|
782
|
+
client_id: NotRequired[pulumi.Input[str]]
|
783
|
+
"""
|
784
|
+
(Updatable) The IDCS Connect clientId.
|
785
|
+
"""
|
786
|
+
idcs_url: NotRequired[pulumi.Input[str]]
|
787
|
+
"""
|
788
|
+
(Updatable) The URL represent authentication url of the IDCS.
|
789
|
+
"""
|
790
|
+
scope_url: NotRequired[pulumi.Input[str]]
|
791
|
+
"""
|
792
|
+
(Updatable) Fully qualified scope url
|
793
|
+
"""
|
794
|
+
elif False:
|
795
|
+
AgentKnowledgeBaseIndexConfigSecretDetailArgsDict: TypeAlias = Mapping[str, Any]
|
796
|
+
|
797
|
+
@pulumi.input_type
|
798
|
+
class AgentKnowledgeBaseIndexConfigSecretDetailArgs:
|
799
|
+
def __init__(__self__, *,
|
800
|
+
type: pulumi.Input[str],
|
801
|
+
vault_secret_id: pulumi.Input[str],
|
802
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
803
|
+
idcs_url: Optional[pulumi.Input[str]] = None,
|
804
|
+
scope_url: Optional[pulumi.Input[str]] = None):
|
805
|
+
"""
|
806
|
+
:param pulumi.Input[str] type: (Updatable) The type of OpenID. The allowed values are:
|
807
|
+
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
808
|
+
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
809
|
+
:param pulumi.Input[str] vault_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret for basic authentication.
|
810
|
+
:param pulumi.Input[str] client_id: (Updatable) The IDCS Connect clientId.
|
811
|
+
:param pulumi.Input[str] idcs_url: (Updatable) The URL represent authentication url of the IDCS.
|
812
|
+
:param pulumi.Input[str] scope_url: (Updatable) Fully qualified scope url
|
813
|
+
"""
|
814
|
+
pulumi.set(__self__, "type", type)
|
815
|
+
pulumi.set(__self__, "vault_secret_id", vault_secret_id)
|
816
|
+
if client_id is not None:
|
817
|
+
pulumi.set(__self__, "client_id", client_id)
|
818
|
+
if idcs_url is not None:
|
819
|
+
pulumi.set(__self__, "idcs_url", idcs_url)
|
820
|
+
if scope_url is not None:
|
821
|
+
pulumi.set(__self__, "scope_url", scope_url)
|
822
|
+
|
823
|
+
@property
|
824
|
+
@pulumi.getter
|
825
|
+
def type(self) -> pulumi.Input[str]:
|
826
|
+
"""
|
827
|
+
(Updatable) The type of OpenID. The allowed values are:
|
828
|
+
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
829
|
+
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
830
|
+
"""
|
831
|
+
return pulumi.get(self, "type")
|
832
|
+
|
833
|
+
@type.setter
|
834
|
+
def type(self, value: pulumi.Input[str]):
|
835
|
+
pulumi.set(self, "type", value)
|
836
|
+
|
837
|
+
@property
|
838
|
+
@pulumi.getter(name="vaultSecretId")
|
839
|
+
def vault_secret_id(self) -> pulumi.Input[str]:
|
840
|
+
"""
|
841
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret for basic authentication.
|
842
|
+
"""
|
843
|
+
return pulumi.get(self, "vault_secret_id")
|
844
|
+
|
845
|
+
@vault_secret_id.setter
|
846
|
+
def vault_secret_id(self, value: pulumi.Input[str]):
|
847
|
+
pulumi.set(self, "vault_secret_id", value)
|
848
|
+
|
849
|
+
@property
|
850
|
+
@pulumi.getter(name="clientId")
|
851
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
852
|
+
"""
|
853
|
+
(Updatable) The IDCS Connect clientId.
|
854
|
+
"""
|
855
|
+
return pulumi.get(self, "client_id")
|
856
|
+
|
857
|
+
@client_id.setter
|
858
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
859
|
+
pulumi.set(self, "client_id", value)
|
860
|
+
|
861
|
+
@property
|
862
|
+
@pulumi.getter(name="idcsUrl")
|
863
|
+
def idcs_url(self) -> Optional[pulumi.Input[str]]:
|
864
|
+
"""
|
865
|
+
(Updatable) The URL represent authentication url of the IDCS.
|
866
|
+
"""
|
867
|
+
return pulumi.get(self, "idcs_url")
|
868
|
+
|
869
|
+
@idcs_url.setter
|
870
|
+
def idcs_url(self, value: Optional[pulumi.Input[str]]):
|
871
|
+
pulumi.set(self, "idcs_url", value)
|
872
|
+
|
873
|
+
@property
|
874
|
+
@pulumi.getter(name="scopeUrl")
|
875
|
+
def scope_url(self) -> Optional[pulumi.Input[str]]:
|
876
|
+
"""
|
877
|
+
(Updatable) Fully qualified scope url
|
878
|
+
"""
|
879
|
+
return pulumi.get(self, "scope_url")
|
880
|
+
|
881
|
+
@scope_url.setter
|
882
|
+
def scope_url(self, value: Optional[pulumi.Input[str]]):
|
883
|
+
pulumi.set(self, "scope_url", value)
|
884
|
+
|
885
|
+
|
40
886
|
if not MYPY:
|
41
887
|
class DedicatedAiClusterCapacityArgsDict(TypedDict):
|
42
888
|
capacity_type: NotRequired[pulumi.Input[str]]
|
@@ -613,6 +1459,250 @@ class ModelModelMetricArgs:
|
|
613
1459
|
pulumi.set(self, "model_metrics_type", value)
|
614
1460
|
|
615
1461
|
|
1462
|
+
if not MYPY:
|
1463
|
+
class GetAgentAgentEndpointsFilterArgsDict(TypedDict):
|
1464
|
+
name: str
|
1465
|
+
values: Sequence[str]
|
1466
|
+
regex: NotRequired[bool]
|
1467
|
+
elif False:
|
1468
|
+
GetAgentAgentEndpointsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
1469
|
+
|
1470
|
+
@pulumi.input_type
|
1471
|
+
class GetAgentAgentEndpointsFilterArgs:
|
1472
|
+
def __init__(__self__, *,
|
1473
|
+
name: str,
|
1474
|
+
values: Sequence[str],
|
1475
|
+
regex: Optional[bool] = None):
|
1476
|
+
pulumi.set(__self__, "name", name)
|
1477
|
+
pulumi.set(__self__, "values", values)
|
1478
|
+
if regex is not None:
|
1479
|
+
pulumi.set(__self__, "regex", regex)
|
1480
|
+
|
1481
|
+
@property
|
1482
|
+
@pulumi.getter
|
1483
|
+
def name(self) -> str:
|
1484
|
+
return pulumi.get(self, "name")
|
1485
|
+
|
1486
|
+
@name.setter
|
1487
|
+
def name(self, value: str):
|
1488
|
+
pulumi.set(self, "name", value)
|
1489
|
+
|
1490
|
+
@property
|
1491
|
+
@pulumi.getter
|
1492
|
+
def values(self) -> Sequence[str]:
|
1493
|
+
return pulumi.get(self, "values")
|
1494
|
+
|
1495
|
+
@values.setter
|
1496
|
+
def values(self, value: Sequence[str]):
|
1497
|
+
pulumi.set(self, "values", value)
|
1498
|
+
|
1499
|
+
@property
|
1500
|
+
@pulumi.getter
|
1501
|
+
def regex(self) -> Optional[bool]:
|
1502
|
+
return pulumi.get(self, "regex")
|
1503
|
+
|
1504
|
+
@regex.setter
|
1505
|
+
def regex(self, value: Optional[bool]):
|
1506
|
+
pulumi.set(self, "regex", value)
|
1507
|
+
|
1508
|
+
|
1509
|
+
if not MYPY:
|
1510
|
+
class GetAgentAgentsFilterArgsDict(TypedDict):
|
1511
|
+
name: str
|
1512
|
+
values: Sequence[str]
|
1513
|
+
regex: NotRequired[bool]
|
1514
|
+
elif False:
|
1515
|
+
GetAgentAgentsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
1516
|
+
|
1517
|
+
@pulumi.input_type
|
1518
|
+
class GetAgentAgentsFilterArgs:
|
1519
|
+
def __init__(__self__, *,
|
1520
|
+
name: str,
|
1521
|
+
values: Sequence[str],
|
1522
|
+
regex: Optional[bool] = None):
|
1523
|
+
pulumi.set(__self__, "name", name)
|
1524
|
+
pulumi.set(__self__, "values", values)
|
1525
|
+
if regex is not None:
|
1526
|
+
pulumi.set(__self__, "regex", regex)
|
1527
|
+
|
1528
|
+
@property
|
1529
|
+
@pulumi.getter
|
1530
|
+
def name(self) -> str:
|
1531
|
+
return pulumi.get(self, "name")
|
1532
|
+
|
1533
|
+
@name.setter
|
1534
|
+
def name(self, value: str):
|
1535
|
+
pulumi.set(self, "name", value)
|
1536
|
+
|
1537
|
+
@property
|
1538
|
+
@pulumi.getter
|
1539
|
+
def values(self) -> Sequence[str]:
|
1540
|
+
return pulumi.get(self, "values")
|
1541
|
+
|
1542
|
+
@values.setter
|
1543
|
+
def values(self, value: Sequence[str]):
|
1544
|
+
pulumi.set(self, "values", value)
|
1545
|
+
|
1546
|
+
@property
|
1547
|
+
@pulumi.getter
|
1548
|
+
def regex(self) -> Optional[bool]:
|
1549
|
+
return pulumi.get(self, "regex")
|
1550
|
+
|
1551
|
+
@regex.setter
|
1552
|
+
def regex(self, value: Optional[bool]):
|
1553
|
+
pulumi.set(self, "regex", value)
|
1554
|
+
|
1555
|
+
|
1556
|
+
if not MYPY:
|
1557
|
+
class GetAgentDataIngestionJobsFilterArgsDict(TypedDict):
|
1558
|
+
name: str
|
1559
|
+
values: Sequence[str]
|
1560
|
+
regex: NotRequired[bool]
|
1561
|
+
elif False:
|
1562
|
+
GetAgentDataIngestionJobsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
1563
|
+
|
1564
|
+
@pulumi.input_type
|
1565
|
+
class GetAgentDataIngestionJobsFilterArgs:
|
1566
|
+
def __init__(__self__, *,
|
1567
|
+
name: str,
|
1568
|
+
values: Sequence[str],
|
1569
|
+
regex: Optional[bool] = None):
|
1570
|
+
pulumi.set(__self__, "name", name)
|
1571
|
+
pulumi.set(__self__, "values", values)
|
1572
|
+
if regex is not None:
|
1573
|
+
pulumi.set(__self__, "regex", regex)
|
1574
|
+
|
1575
|
+
@property
|
1576
|
+
@pulumi.getter
|
1577
|
+
def name(self) -> str:
|
1578
|
+
return pulumi.get(self, "name")
|
1579
|
+
|
1580
|
+
@name.setter
|
1581
|
+
def name(self, value: str):
|
1582
|
+
pulumi.set(self, "name", value)
|
1583
|
+
|
1584
|
+
@property
|
1585
|
+
@pulumi.getter
|
1586
|
+
def values(self) -> Sequence[str]:
|
1587
|
+
return pulumi.get(self, "values")
|
1588
|
+
|
1589
|
+
@values.setter
|
1590
|
+
def values(self, value: Sequence[str]):
|
1591
|
+
pulumi.set(self, "values", value)
|
1592
|
+
|
1593
|
+
@property
|
1594
|
+
@pulumi.getter
|
1595
|
+
def regex(self) -> Optional[bool]:
|
1596
|
+
return pulumi.get(self, "regex")
|
1597
|
+
|
1598
|
+
@regex.setter
|
1599
|
+
def regex(self, value: Optional[bool]):
|
1600
|
+
pulumi.set(self, "regex", value)
|
1601
|
+
|
1602
|
+
|
1603
|
+
if not MYPY:
|
1604
|
+
class GetAgentDataSourcesFilterArgsDict(TypedDict):
|
1605
|
+
name: str
|
1606
|
+
values: Sequence[str]
|
1607
|
+
regex: NotRequired[bool]
|
1608
|
+
elif False:
|
1609
|
+
GetAgentDataSourcesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
1610
|
+
|
1611
|
+
@pulumi.input_type
|
1612
|
+
class GetAgentDataSourcesFilterArgs:
|
1613
|
+
def __init__(__self__, *,
|
1614
|
+
name: str,
|
1615
|
+
values: Sequence[str],
|
1616
|
+
regex: Optional[bool] = None):
|
1617
|
+
pulumi.set(__self__, "name", name)
|
1618
|
+
pulumi.set(__self__, "values", values)
|
1619
|
+
if regex is not None:
|
1620
|
+
pulumi.set(__self__, "regex", regex)
|
1621
|
+
|
1622
|
+
@property
|
1623
|
+
@pulumi.getter
|
1624
|
+
def name(self) -> str:
|
1625
|
+
return pulumi.get(self, "name")
|
1626
|
+
|
1627
|
+
@name.setter
|
1628
|
+
def name(self, value: str):
|
1629
|
+
pulumi.set(self, "name", value)
|
1630
|
+
|
1631
|
+
@property
|
1632
|
+
@pulumi.getter
|
1633
|
+
def values(self) -> Sequence[str]:
|
1634
|
+
return pulumi.get(self, "values")
|
1635
|
+
|
1636
|
+
@values.setter
|
1637
|
+
def values(self, value: Sequence[str]):
|
1638
|
+
pulumi.set(self, "values", value)
|
1639
|
+
|
1640
|
+
@property
|
1641
|
+
@pulumi.getter
|
1642
|
+
def regex(self) -> Optional[bool]:
|
1643
|
+
return pulumi.get(self, "regex")
|
1644
|
+
|
1645
|
+
@regex.setter
|
1646
|
+
def regex(self, value: Optional[bool]):
|
1647
|
+
pulumi.set(self, "regex", value)
|
1648
|
+
|
1649
|
+
|
1650
|
+
if not MYPY:
|
1651
|
+
class GetAgentKnowledgeBasesFilterArgsDict(TypedDict):
|
1652
|
+
name: str
|
1653
|
+
"""
|
1654
|
+
The index name in opensearch.
|
1655
|
+
"""
|
1656
|
+
values: Sequence[str]
|
1657
|
+
regex: NotRequired[bool]
|
1658
|
+
elif False:
|
1659
|
+
GetAgentKnowledgeBasesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
1660
|
+
|
1661
|
+
@pulumi.input_type
|
1662
|
+
class GetAgentKnowledgeBasesFilterArgs:
|
1663
|
+
def __init__(__self__, *,
|
1664
|
+
name: str,
|
1665
|
+
values: Sequence[str],
|
1666
|
+
regex: Optional[bool] = None):
|
1667
|
+
"""
|
1668
|
+
:param str name: The index name in opensearch.
|
1669
|
+
"""
|
1670
|
+
pulumi.set(__self__, "name", name)
|
1671
|
+
pulumi.set(__self__, "values", values)
|
1672
|
+
if regex is not None:
|
1673
|
+
pulumi.set(__self__, "regex", regex)
|
1674
|
+
|
1675
|
+
@property
|
1676
|
+
@pulumi.getter
|
1677
|
+
def name(self) -> str:
|
1678
|
+
"""
|
1679
|
+
The index name in opensearch.
|
1680
|
+
"""
|
1681
|
+
return pulumi.get(self, "name")
|
1682
|
+
|
1683
|
+
@name.setter
|
1684
|
+
def name(self, value: str):
|
1685
|
+
pulumi.set(self, "name", value)
|
1686
|
+
|
1687
|
+
@property
|
1688
|
+
@pulumi.getter
|
1689
|
+
def values(self) -> Sequence[str]:
|
1690
|
+
return pulumi.get(self, "values")
|
1691
|
+
|
1692
|
+
@values.setter
|
1693
|
+
def values(self, value: Sequence[str]):
|
1694
|
+
pulumi.set(self, "values", value)
|
1695
|
+
|
1696
|
+
@property
|
1697
|
+
@pulumi.getter
|
1698
|
+
def regex(self) -> Optional[bool]:
|
1699
|
+
return pulumi.get(self, "regex")
|
1700
|
+
|
1701
|
+
@regex.setter
|
1702
|
+
def regex(self, value: Optional[bool]):
|
1703
|
+
pulumi.set(self, "regex", value)
|
1704
|
+
|
1705
|
+
|
616
1706
|
if not MYPY:
|
617
1707
|
class GetDedicatedAiClustersFilterArgsDict(TypedDict):
|
618
1708
|
name: str
|