pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.6.0a1757045455__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.
Files changed (71) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/aivision/__init__.py +12 -0
  3. pulumi_oci/aivision/_inputs.py +787 -51
  4. pulumi_oci/aivision/get_model.py +4 -4
  5. pulumi_oci/aivision/get_models.py +11 -11
  6. pulumi_oci/aivision/get_project.py +15 -15
  7. pulumi_oci/aivision/get_projects.py +10 -10
  8. pulumi_oci/aivision/get_stream_group.py +268 -0
  9. pulumi_oci/aivision/get_stream_groups.py +177 -0
  10. pulumi_oci/aivision/get_stream_job.py +296 -0
  11. pulumi_oci/aivision/get_stream_jobs.py +199 -0
  12. pulumi_oci/aivision/get_stream_source.py +240 -0
  13. pulumi_oci/aivision/get_stream_sources.py +199 -0
  14. pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
  15. pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
  16. pulumi_oci/aivision/model.py +149 -157
  17. pulumi_oci/aivision/outputs.py +1920 -116
  18. pulumi_oci/aivision/project.py +61 -69
  19. pulumi_oci/aivision/stream_group.py +632 -0
  20. pulumi_oci/aivision/stream_job.py +744 -0
  21. pulumi_oci/aivision/stream_source.py +519 -0
  22. pulumi_oci/aivision/vision_private_endpoint.py +606 -0
  23. pulumi_oci/cloudguard/_inputs.py +1198 -72
  24. pulumi_oci/cloudguard/get_managed_list.py +15 -1
  25. pulumi_oci/cloudguard/managed_list.py +47 -0
  26. pulumi_oci/cloudguard/outputs.py +2104 -67
  27. pulumi_oci/database/_inputs.py +41 -1
  28. pulumi_oci/database/exascale_db_storage_vault.py +98 -0
  29. pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
  30. pulumi_oci/database/outputs.py +121 -5
  31. pulumi_oci/mysql/_inputs.py +221 -0
  32. pulumi_oci/mysql/get_mysql_backup.py +40 -4
  33. pulumi_oci/mysql/get_mysql_backups.py +2 -2
  34. pulumi_oci/mysql/mysql_backup.py +119 -3
  35. pulumi_oci/mysql/outputs.py +343 -957
  36. pulumi_oci/oci/__init__.py +8 -0
  37. pulumi_oci/oci/_inputs.py +256 -15
  38. pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
  39. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
  40. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
  41. pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
  42. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
  43. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
  44. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
  45. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
  46. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
  47. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
  48. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
  49. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
  50. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
  51. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
  52. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
  53. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
  54. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
  55. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
  56. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
  57. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
  58. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
  59. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
  60. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
  61. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
  62. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
  63. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
  64. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
  65. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
  66. pulumi_oci/oci/outputs.py +1042 -142
  67. pulumi_oci/pulumi-plugin.json +1 -1
  68. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/METADATA +1 -1
  69. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/RECORD +71 -51
  70. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/WHEEL +0 -0
  71. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/top_level.txt +0 -0
@@ -19,6 +19,12 @@ __all__ = [
19
19
  'ModelTestingDataset',
20
20
  'ModelTrainingDataset',
21
21
  'ModelValidationDataset',
22
+ 'StreamGroupStreamOverlap',
23
+ 'StreamJobFeature',
24
+ 'StreamJobFeatureTrackingType',
25
+ 'StreamJobStreamOutputLocation',
26
+ 'StreamSourceStreamSourceDetails',
27
+ 'StreamSourceStreamSourceDetailsStreamNetworkAccessDetails',
22
28
  'GetModelTestingDatasetResult',
23
29
  'GetModelTrainingDatasetResult',
24
30
  'GetModelValidationDatasetResult',
@@ -31,6 +37,30 @@ __all__ = [
31
37
  'GetProjectsFilterResult',
32
38
  'GetProjectsProjectCollectionResult',
33
39
  'GetProjectsProjectCollectionItemResult',
40
+ 'GetStreamGroupStreamOverlapResult',
41
+ 'GetStreamGroupsFilterResult',
42
+ 'GetStreamGroupsStreamGroupCollectionResult',
43
+ 'GetStreamGroupsStreamGroupCollectionItemResult',
44
+ 'GetStreamGroupsStreamGroupCollectionItemStreamOverlapResult',
45
+ 'GetStreamJobFeatureResult',
46
+ 'GetStreamJobFeatureTrackingTypeResult',
47
+ 'GetStreamJobStreamOutputLocationResult',
48
+ 'GetStreamJobsFilterResult',
49
+ 'GetStreamJobsStreamJobCollectionResult',
50
+ 'GetStreamJobsStreamJobCollectionItemResult',
51
+ 'GetStreamJobsStreamJobCollectionItemFeatureResult',
52
+ 'GetStreamJobsStreamJobCollectionItemFeatureTrackingTypeResult',
53
+ 'GetStreamJobsStreamJobCollectionItemStreamOutputLocationResult',
54
+ 'GetStreamSourceStreamSourceDetailResult',
55
+ 'GetStreamSourceStreamSourceDetailStreamNetworkAccessDetailResult',
56
+ 'GetStreamSourcesFilterResult',
57
+ 'GetStreamSourcesStreamSourceCollectionResult',
58
+ 'GetStreamSourcesStreamSourceCollectionItemResult',
59
+ 'GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailResult',
60
+ 'GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailStreamNetworkAccessDetailResult',
61
+ 'GetVisionPrivateEndpointsFilterResult',
62
+ 'GetVisionPrivateEndpointsVisionPrivateEndpointCollectionResult',
63
+ 'GetVisionPrivateEndpointsVisionPrivateEndpointCollectionItemResult',
34
64
  ]
35
65
 
36
66
  @pulumi.output_type
@@ -63,10 +93,9 @@ class ModelTestingDataset(dict):
63
93
  namespace_name: Optional[_builtins.str] = None,
64
94
  object: Optional[_builtins.str] = None):
65
95
  """
66
- :param _builtins.str dataset_type: Type of the Dataset.
67
- :param _builtins.str bucket: The name of the ObjectStorage bucket that contains the input data file.
68
- :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
69
- :param _builtins.str namespace_name: The namespace name of the ObjectStorage bucket that contains the input data file.
96
+ :param _builtins.str dataset_type: The dataset type, based on where it is stored.
97
+ :param _builtins.str bucket: The name of the Object Storage bucket that contains the input data file.
98
+ :param _builtins.str dataset_id: OCID of the Data Labeling dataset.
70
99
  :param _builtins.str object: The object name of the input data file.
71
100
  """
72
101
  pulumi.set(__self__, "dataset_type", dataset_type)
@@ -83,7 +112,7 @@ class ModelTestingDataset(dict):
83
112
  @pulumi.getter(name="datasetType")
84
113
  def dataset_type(self) -> _builtins.str:
85
114
  """
86
- Type of the Dataset.
115
+ The dataset type, based on where it is stored.
87
116
  """
88
117
  return pulumi.get(self, "dataset_type")
89
118
 
@@ -91,7 +120,7 @@ class ModelTestingDataset(dict):
91
120
  @pulumi.getter
92
121
  def bucket(self) -> Optional[_builtins.str]:
93
122
  """
94
- The name of the ObjectStorage bucket that contains the input data file.
123
+ The name of the Object Storage bucket that contains the input data file.
95
124
  """
96
125
  return pulumi.get(self, "bucket")
97
126
 
@@ -99,16 +128,13 @@ class ModelTestingDataset(dict):
99
128
  @pulumi.getter(name="datasetId")
100
129
  def dataset_id(self) -> Optional[_builtins.str]:
101
130
  """
102
- The OCID of the Data Science Labeling Dataset.
131
+ OCID of the Data Labeling dataset.
103
132
  """
104
133
  return pulumi.get(self, "dataset_id")
105
134
 
106
135
  @_builtins.property
107
136
  @pulumi.getter(name="namespaceName")
108
137
  def namespace_name(self) -> Optional[_builtins.str]:
109
- """
110
- The namespace name of the ObjectStorage bucket that contains the input data file.
111
- """
112
138
  return pulumi.get(self, "namespace_name")
113
139
 
114
140
  @_builtins.property
@@ -150,10 +176,9 @@ class ModelTrainingDataset(dict):
150
176
  namespace_name: Optional[_builtins.str] = None,
151
177
  object: Optional[_builtins.str] = None):
152
178
  """
153
- :param _builtins.str dataset_type: Type of the Dataset.
154
- :param _builtins.str bucket: The name of the ObjectStorage bucket that contains the input data file.
155
- :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
156
- :param _builtins.str namespace_name: The namespace name of the ObjectStorage bucket that contains the input data file.
179
+ :param _builtins.str dataset_type: The dataset type, based on where it is stored.
180
+ :param _builtins.str bucket: The name of the Object Storage bucket that contains the input data file.
181
+ :param _builtins.str dataset_id: OCID of the Data Labeling dataset.
157
182
  :param _builtins.str object: The object name of the input data file.
158
183
  """
159
184
  pulumi.set(__self__, "dataset_type", dataset_type)
@@ -170,7 +195,7 @@ class ModelTrainingDataset(dict):
170
195
  @pulumi.getter(name="datasetType")
171
196
  def dataset_type(self) -> _builtins.str:
172
197
  """
173
- Type of the Dataset.
198
+ The dataset type, based on where it is stored.
174
199
  """
175
200
  return pulumi.get(self, "dataset_type")
176
201
 
@@ -178,7 +203,7 @@ class ModelTrainingDataset(dict):
178
203
  @pulumi.getter
179
204
  def bucket(self) -> Optional[_builtins.str]:
180
205
  """
181
- The name of the ObjectStorage bucket that contains the input data file.
206
+ The name of the Object Storage bucket that contains the input data file.
182
207
  """
183
208
  return pulumi.get(self, "bucket")
184
209
 
@@ -186,16 +211,13 @@ class ModelTrainingDataset(dict):
186
211
  @pulumi.getter(name="datasetId")
187
212
  def dataset_id(self) -> Optional[_builtins.str]:
188
213
  """
189
- The OCID of the Data Science Labeling Dataset.
214
+ OCID of the Data Labeling dataset.
190
215
  """
191
216
  return pulumi.get(self, "dataset_id")
192
217
 
193
218
  @_builtins.property
194
219
  @pulumi.getter(name="namespaceName")
195
220
  def namespace_name(self) -> Optional[_builtins.str]:
196
- """
197
- The namespace name of the ObjectStorage bucket that contains the input data file.
198
- """
199
221
  return pulumi.get(self, "namespace_name")
200
222
 
201
223
  @_builtins.property
@@ -237,13 +259,11 @@ class ModelValidationDataset(dict):
237
259
  namespace_name: Optional[_builtins.str] = None,
238
260
  object: Optional[_builtins.str] = None):
239
261
  """
240
- :param _builtins.str dataset_type: Type of the Dataset.
241
- :param _builtins.str bucket: The name of the ObjectStorage bucket that contains the input data file.
242
- :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
243
- :param _builtins.str namespace_name: The namespace name of the ObjectStorage bucket that contains the input data file.
262
+ :param _builtins.str dataset_type: The dataset type, based on where it is stored.
263
+ :param _builtins.str bucket: The name of the Object Storage bucket that contains the input data file.
264
+ :param _builtins.str dataset_id: OCID of the Data Labeling dataset.
244
265
  :param _builtins.str object: The object name of the input data file.
245
266
 
246
-
247
267
  ** IMPORTANT **
248
268
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
249
269
  """
@@ -261,7 +281,7 @@ class ModelValidationDataset(dict):
261
281
  @pulumi.getter(name="datasetType")
262
282
  def dataset_type(self) -> _builtins.str:
263
283
  """
264
- Type of the Dataset.
284
+ The dataset type, based on where it is stored.
265
285
  """
266
286
  return pulumi.get(self, "dataset_type")
267
287
 
@@ -269,7 +289,7 @@ class ModelValidationDataset(dict):
269
289
  @pulumi.getter
270
290
  def bucket(self) -> Optional[_builtins.str]:
271
291
  """
272
- The name of the ObjectStorage bucket that contains the input data file.
292
+ The name of the Object Storage bucket that contains the input data file.
273
293
  """
274
294
  return pulumi.get(self, "bucket")
275
295
 
@@ -277,16 +297,13 @@ class ModelValidationDataset(dict):
277
297
  @pulumi.getter(name="datasetId")
278
298
  def dataset_id(self) -> Optional[_builtins.str]:
279
299
  """
280
- The OCID of the Data Science Labeling Dataset.
300
+ OCID of the Data Labeling dataset.
281
301
  """
282
302
  return pulumi.get(self, "dataset_id")
283
303
 
284
304
  @_builtins.property
285
305
  @pulumi.getter(name="namespaceName")
286
306
  def namespace_name(self) -> Optional[_builtins.str]:
287
- """
288
- The namespace name of the ObjectStorage bucket that contains the input data file.
289
- """
290
307
  return pulumi.get(self, "namespace_name")
291
308
 
292
309
  @_builtins.property
@@ -295,13 +312,468 @@ class ModelValidationDataset(dict):
295
312
  """
296
313
  The object name of the input data file.
297
314
 
298
-
299
315
  ** IMPORTANT **
300
316
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
301
317
  """
302
318
  return pulumi.get(self, "object")
303
319
 
304
320
 
321
+ @pulumi.output_type
322
+ class StreamGroupStreamOverlap(dict):
323
+ @staticmethod
324
+ def __key_warning(key: str):
325
+ suggest = None
326
+ if key == "overlappingStreams":
327
+ suggest = "overlapping_streams"
328
+
329
+ if suggest:
330
+ pulumi.log.warn(f"Key '{key}' not found in StreamGroupStreamOverlap. Access the value via the '{suggest}' property getter instead.")
331
+
332
+ def __getitem__(self, key: str) -> Any:
333
+ StreamGroupStreamOverlap.__key_warning(key)
334
+ return super().__getitem__(key)
335
+
336
+ def get(self, key: str, default = None) -> Any:
337
+ StreamGroupStreamOverlap.__key_warning(key)
338
+ return super().get(key, default)
339
+
340
+ def __init__(__self__, *,
341
+ overlapping_streams: Optional[Sequence[_builtins.str]] = None):
342
+ """
343
+ :param Sequence[_builtins.str] overlapping_streams: (Updatable) List of streamSource OCIDs.
344
+ """
345
+ if overlapping_streams is not None:
346
+ pulumi.set(__self__, "overlapping_streams", overlapping_streams)
347
+
348
+ @_builtins.property
349
+ @pulumi.getter(name="overlappingStreams")
350
+ def overlapping_streams(self) -> Optional[Sequence[_builtins.str]]:
351
+ """
352
+ (Updatable) List of streamSource OCIDs.
353
+ """
354
+ return pulumi.get(self, "overlapping_streams")
355
+
356
+
357
+ @pulumi.output_type
358
+ class StreamJobFeature(dict):
359
+ @staticmethod
360
+ def __key_warning(key: str):
361
+ suggest = None
362
+ if key == "featureType":
363
+ suggest = "feature_type"
364
+ elif key == "maxResults":
365
+ suggest = "max_results"
366
+ elif key == "shouldReturnLandmarks":
367
+ suggest = "should_return_landmarks"
368
+ elif key == "trackingTypes":
369
+ suggest = "tracking_types"
370
+
371
+ if suggest:
372
+ pulumi.log.warn(f"Key '{key}' not found in StreamJobFeature. Access the value via the '{suggest}' property getter instead.")
373
+
374
+ def __getitem__(self, key: str) -> Any:
375
+ StreamJobFeature.__key_warning(key)
376
+ return super().__getitem__(key)
377
+
378
+ def get(self, key: str, default = None) -> Any:
379
+ StreamJobFeature.__key_warning(key)
380
+ return super().get(key, default)
381
+
382
+ def __init__(__self__, *,
383
+ feature_type: _builtins.str,
384
+ max_results: Optional[_builtins.int] = None,
385
+ should_return_landmarks: Optional[_builtins.bool] = None,
386
+ tracking_types: Optional[Sequence['outputs.StreamJobFeatureTrackingType']] = None):
387
+ """
388
+ :param _builtins.str feature_type: (Updatable) The feature of video analysis. Allowed values are:
389
+ * OBJECT_TRACKING: Object tracking feature(OT).
390
+ * FACE_DETECTION: Face detection feature(FD).
391
+ :param _builtins.int max_results: (Updatable) The maximum number of results to return.
392
+ :param _builtins.bool should_return_landmarks: (Updatable) Whether or not return face landmarks.
393
+ :param Sequence['StreamJobFeatureTrackingTypeArgs'] tracking_types: (Updatable) List of details of what to track.
394
+ """
395
+ pulumi.set(__self__, "feature_type", feature_type)
396
+ if max_results is not None:
397
+ pulumi.set(__self__, "max_results", max_results)
398
+ if should_return_landmarks is not None:
399
+ pulumi.set(__self__, "should_return_landmarks", should_return_landmarks)
400
+ if tracking_types is not None:
401
+ pulumi.set(__self__, "tracking_types", tracking_types)
402
+
403
+ @_builtins.property
404
+ @pulumi.getter(name="featureType")
405
+ def feature_type(self) -> _builtins.str:
406
+ """
407
+ (Updatable) The feature of video analysis. Allowed values are:
408
+ * OBJECT_TRACKING: Object tracking feature(OT).
409
+ * FACE_DETECTION: Face detection feature(FD).
410
+ """
411
+ return pulumi.get(self, "feature_type")
412
+
413
+ @_builtins.property
414
+ @pulumi.getter(name="maxResults")
415
+ def max_results(self) -> Optional[_builtins.int]:
416
+ """
417
+ (Updatable) The maximum number of results to return.
418
+ """
419
+ return pulumi.get(self, "max_results")
420
+
421
+ @_builtins.property
422
+ @pulumi.getter(name="shouldReturnLandmarks")
423
+ def should_return_landmarks(self) -> Optional[_builtins.bool]:
424
+ """
425
+ (Updatable) Whether or not return face landmarks.
426
+ """
427
+ return pulumi.get(self, "should_return_landmarks")
428
+
429
+ @_builtins.property
430
+ @pulumi.getter(name="trackingTypes")
431
+ def tracking_types(self) -> Optional[Sequence['outputs.StreamJobFeatureTrackingType']]:
432
+ """
433
+ (Updatable) List of details of what to track.
434
+ """
435
+ return pulumi.get(self, "tracking_types")
436
+
437
+
438
+ @pulumi.output_type
439
+ class StreamJobFeatureTrackingType(dict):
440
+ @staticmethod
441
+ def __key_warning(key: str):
442
+ suggest = None
443
+ if key == "biometricStoreCompartmentId":
444
+ suggest = "biometric_store_compartment_id"
445
+ elif key == "biometricStoreId":
446
+ suggest = "biometric_store_id"
447
+ elif key == "detectionModelId":
448
+ suggest = "detection_model_id"
449
+ elif key == "maxResults":
450
+ suggest = "max_results"
451
+ elif key == "shouldReturnLandmarks":
452
+ suggest = "should_return_landmarks"
453
+ elif key == "trackingModelId":
454
+ suggest = "tracking_model_id"
455
+
456
+ if suggest:
457
+ pulumi.log.warn(f"Key '{key}' not found in StreamJobFeatureTrackingType. Access the value via the '{suggest}' property getter instead.")
458
+
459
+ def __getitem__(self, key: str) -> Any:
460
+ StreamJobFeatureTrackingType.__key_warning(key)
461
+ return super().__getitem__(key)
462
+
463
+ def get(self, key: str, default = None) -> Any:
464
+ StreamJobFeatureTrackingType.__key_warning(key)
465
+ return super().get(key, default)
466
+
467
+ def __init__(__self__, *,
468
+ biometric_store_compartment_id: Optional[_builtins.str] = None,
469
+ biometric_store_id: Optional[_builtins.str] = None,
470
+ detection_model_id: Optional[_builtins.str] = None,
471
+ max_results: Optional[_builtins.int] = None,
472
+ objects: Optional[Sequence[_builtins.str]] = None,
473
+ should_return_landmarks: Optional[_builtins.bool] = None,
474
+ tracking_model_id: Optional[_builtins.str] = None):
475
+ """
476
+ :param _builtins.str biometric_store_compartment_id: (Updatable) compartment Id of biometric compartment.
477
+ :param _builtins.str biometric_store_id: (Updatable) Which biometric store user wants to do face recognition
478
+ :param _builtins.str detection_model_id: (Updatable) The detection model OCID.
479
+ :param _builtins.int max_results: (Updatable) The maximum number of results to return.
480
+ :param Sequence[_builtins.str] objects: (Updatable) List of the objects to be tracked.
481
+ :param _builtins.bool should_return_landmarks: (Updatable) Whether or not return face landmarks.
482
+ :param _builtins.str tracking_model_id: (Updatable) The tracking model OCID.
483
+ """
484
+ if biometric_store_compartment_id is not None:
485
+ pulumi.set(__self__, "biometric_store_compartment_id", biometric_store_compartment_id)
486
+ if biometric_store_id is not None:
487
+ pulumi.set(__self__, "biometric_store_id", biometric_store_id)
488
+ if detection_model_id is not None:
489
+ pulumi.set(__self__, "detection_model_id", detection_model_id)
490
+ if max_results is not None:
491
+ pulumi.set(__self__, "max_results", max_results)
492
+ if objects is not None:
493
+ pulumi.set(__self__, "objects", objects)
494
+ if should_return_landmarks is not None:
495
+ pulumi.set(__self__, "should_return_landmarks", should_return_landmarks)
496
+ if tracking_model_id is not None:
497
+ pulumi.set(__self__, "tracking_model_id", tracking_model_id)
498
+
499
+ @_builtins.property
500
+ @pulumi.getter(name="biometricStoreCompartmentId")
501
+ def biometric_store_compartment_id(self) -> Optional[_builtins.str]:
502
+ """
503
+ (Updatable) compartment Id of biometric compartment.
504
+ """
505
+ return pulumi.get(self, "biometric_store_compartment_id")
506
+
507
+ @_builtins.property
508
+ @pulumi.getter(name="biometricStoreId")
509
+ def biometric_store_id(self) -> Optional[_builtins.str]:
510
+ """
511
+ (Updatable) Which biometric store user wants to do face recognition
512
+ """
513
+ return pulumi.get(self, "biometric_store_id")
514
+
515
+ @_builtins.property
516
+ @pulumi.getter(name="detectionModelId")
517
+ def detection_model_id(self) -> Optional[_builtins.str]:
518
+ """
519
+ (Updatable) The detection model OCID.
520
+ """
521
+ return pulumi.get(self, "detection_model_id")
522
+
523
+ @_builtins.property
524
+ @pulumi.getter(name="maxResults")
525
+ def max_results(self) -> Optional[_builtins.int]:
526
+ """
527
+ (Updatable) The maximum number of results to return.
528
+ """
529
+ return pulumi.get(self, "max_results")
530
+
531
+ @_builtins.property
532
+ @pulumi.getter
533
+ def objects(self) -> Optional[Sequence[_builtins.str]]:
534
+ """
535
+ (Updatable) List of the objects to be tracked.
536
+ """
537
+ return pulumi.get(self, "objects")
538
+
539
+ @_builtins.property
540
+ @pulumi.getter(name="shouldReturnLandmarks")
541
+ def should_return_landmarks(self) -> Optional[_builtins.bool]:
542
+ """
543
+ (Updatable) Whether or not return face landmarks.
544
+ """
545
+ return pulumi.get(self, "should_return_landmarks")
546
+
547
+ @_builtins.property
548
+ @pulumi.getter(name="trackingModelId")
549
+ def tracking_model_id(self) -> Optional[_builtins.str]:
550
+ """
551
+ (Updatable) The tracking model OCID.
552
+ """
553
+ return pulumi.get(self, "tracking_model_id")
554
+
555
+
556
+ @pulumi.output_type
557
+ class StreamJobStreamOutputLocation(dict):
558
+ @staticmethod
559
+ def __key_warning(key: str):
560
+ suggest = None
561
+ if key == "outputLocationType":
562
+ suggest = "output_location_type"
563
+ elif key == "oboToken":
564
+ suggest = "obo_token"
565
+
566
+ if suggest:
567
+ pulumi.log.warn(f"Key '{key}' not found in StreamJobStreamOutputLocation. Access the value via the '{suggest}' property getter instead.")
568
+
569
+ def __getitem__(self, key: str) -> Any:
570
+ StreamJobStreamOutputLocation.__key_warning(key)
571
+ return super().__getitem__(key)
572
+
573
+ def get(self, key: str, default = None) -> Any:
574
+ StreamJobStreamOutputLocation.__key_warning(key)
575
+ return super().get(key, default)
576
+
577
+ def __init__(__self__, *,
578
+ bucket: _builtins.str,
579
+ namespace: _builtins.str,
580
+ output_location_type: _builtins.str,
581
+ prefix: _builtins.str,
582
+ obo_token: Optional[_builtins.str] = None):
583
+ """
584
+ :param _builtins.str bucket: (Updatable) The Object Storage bucket name.
585
+ :param _builtins.str namespace: (Updatable) The Object Storage namespace.
586
+ :param _builtins.str output_location_type: (Updatable) Type of device Allowed values are:
587
+ * OBJECT_STORAGE
588
+ * LIVEKIT_WEBRTC_AGENT
589
+ :param _builtins.str prefix: (Updatable) The Object Storage folder name.
590
+ :param _builtins.str obo_token: (Updatable) Object storage output location
591
+ """
592
+ pulumi.set(__self__, "bucket", bucket)
593
+ pulumi.set(__self__, "namespace", namespace)
594
+ pulumi.set(__self__, "output_location_type", output_location_type)
595
+ pulumi.set(__self__, "prefix", prefix)
596
+ if obo_token is not None:
597
+ pulumi.set(__self__, "obo_token", obo_token)
598
+
599
+ @_builtins.property
600
+ @pulumi.getter
601
+ def bucket(self) -> _builtins.str:
602
+ """
603
+ (Updatable) The Object Storage bucket name.
604
+ """
605
+ return pulumi.get(self, "bucket")
606
+
607
+ @_builtins.property
608
+ @pulumi.getter
609
+ def namespace(self) -> _builtins.str:
610
+ """
611
+ (Updatable) The Object Storage namespace.
612
+ """
613
+ return pulumi.get(self, "namespace")
614
+
615
+ @_builtins.property
616
+ @pulumi.getter(name="outputLocationType")
617
+ def output_location_type(self) -> _builtins.str:
618
+ """
619
+ (Updatable) Type of device Allowed values are:
620
+ * OBJECT_STORAGE
621
+ * LIVEKIT_WEBRTC_AGENT
622
+ """
623
+ return pulumi.get(self, "output_location_type")
624
+
625
+ @_builtins.property
626
+ @pulumi.getter
627
+ def prefix(self) -> _builtins.str:
628
+ """
629
+ (Updatable) The Object Storage folder name.
630
+ """
631
+ return pulumi.get(self, "prefix")
632
+
633
+ @_builtins.property
634
+ @pulumi.getter(name="oboToken")
635
+ def obo_token(self) -> Optional[_builtins.str]:
636
+ """
637
+ (Updatable) Object storage output location
638
+ """
639
+ return pulumi.get(self, "obo_token")
640
+
641
+
642
+ @pulumi.output_type
643
+ class StreamSourceStreamSourceDetails(dict):
644
+ @staticmethod
645
+ def __key_warning(key: str):
646
+ suggest = None
647
+ if key == "cameraUrl":
648
+ suggest = "camera_url"
649
+ elif key == "sourceType":
650
+ suggest = "source_type"
651
+ elif key == "streamNetworkAccessDetails":
652
+ suggest = "stream_network_access_details"
653
+ elif key == "secretId":
654
+ suggest = "secret_id"
655
+
656
+ if suggest:
657
+ pulumi.log.warn(f"Key '{key}' not found in StreamSourceStreamSourceDetails. Access the value via the '{suggest}' property getter instead.")
658
+
659
+ def __getitem__(self, key: str) -> Any:
660
+ StreamSourceStreamSourceDetails.__key_warning(key)
661
+ return super().__getitem__(key)
662
+
663
+ def get(self, key: str, default = None) -> Any:
664
+ StreamSourceStreamSourceDetails.__key_warning(key)
665
+ return super().get(key, default)
666
+
667
+ def __init__(__self__, *,
668
+ camera_url: _builtins.str,
669
+ source_type: _builtins.str,
670
+ stream_network_access_details: 'outputs.StreamSourceStreamSourceDetailsStreamNetworkAccessDetails',
671
+ secret_id: Optional[_builtins.str] = None):
672
+ """
673
+ :param _builtins.str camera_url: (Updatable) url of camera
674
+ :param _builtins.str source_type: (Updatable) Type of source Allowed values are:
675
+ * RTSP
676
+ :param 'StreamSourceStreamSourceDetailsStreamNetworkAccessDetailsArgs' stream_network_access_details: (Updatable) Details about a stream Connection type
677
+ :param _builtins.str secret_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
678
+ """
679
+ pulumi.set(__self__, "camera_url", camera_url)
680
+ pulumi.set(__self__, "source_type", source_type)
681
+ pulumi.set(__self__, "stream_network_access_details", stream_network_access_details)
682
+ if secret_id is not None:
683
+ pulumi.set(__self__, "secret_id", secret_id)
684
+
685
+ @_builtins.property
686
+ @pulumi.getter(name="cameraUrl")
687
+ def camera_url(self) -> _builtins.str:
688
+ """
689
+ (Updatable) url of camera
690
+ """
691
+ return pulumi.get(self, "camera_url")
692
+
693
+ @_builtins.property
694
+ @pulumi.getter(name="sourceType")
695
+ def source_type(self) -> _builtins.str:
696
+ """
697
+ (Updatable) Type of source Allowed values are:
698
+ * RTSP
699
+ """
700
+ return pulumi.get(self, "source_type")
701
+
702
+ @_builtins.property
703
+ @pulumi.getter(name="streamNetworkAccessDetails")
704
+ def stream_network_access_details(self) -> 'outputs.StreamSourceStreamSourceDetailsStreamNetworkAccessDetails':
705
+ """
706
+ (Updatable) Details about a stream Connection type
707
+ """
708
+ return pulumi.get(self, "stream_network_access_details")
709
+
710
+ @_builtins.property
711
+ @pulumi.getter(name="secretId")
712
+ def secret_id(self) -> Optional[_builtins.str]:
713
+ """
714
+ (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
715
+ """
716
+ return pulumi.get(self, "secret_id")
717
+
718
+
719
+ @pulumi.output_type
720
+ class StreamSourceStreamSourceDetailsStreamNetworkAccessDetails(dict):
721
+ @staticmethod
722
+ def __key_warning(key: str):
723
+ suggest = None
724
+ if key == "privateEndpointId":
725
+ suggest = "private_endpoint_id"
726
+ elif key == "streamAccessType":
727
+ suggest = "stream_access_type"
728
+
729
+ if suggest:
730
+ pulumi.log.warn(f"Key '{key}' not found in StreamSourceStreamSourceDetailsStreamNetworkAccessDetails. Access the value via the '{suggest}' property getter instead.")
731
+
732
+ def __getitem__(self, key: str) -> Any:
733
+ StreamSourceStreamSourceDetailsStreamNetworkAccessDetails.__key_warning(key)
734
+ return super().__getitem__(key)
735
+
736
+ def get(self, key: str, default = None) -> Any:
737
+ StreamSourceStreamSourceDetailsStreamNetworkAccessDetails.__key_warning(key)
738
+ return super().get(key, default)
739
+
740
+ def __init__(__self__, *,
741
+ private_endpoint_id: _builtins.str,
742
+ stream_access_type: _builtins.str):
743
+ """
744
+ :param _builtins.str private_endpoint_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
745
+ :param _builtins.str stream_access_type: (Updatable) Type of access Allowed values are:
746
+ * PRIVATE
747
+
748
+
749
+ ** IMPORTANT **
750
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
751
+ """
752
+ pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
753
+ pulumi.set(__self__, "stream_access_type", stream_access_type)
754
+
755
+ @_builtins.property
756
+ @pulumi.getter(name="privateEndpointId")
757
+ def private_endpoint_id(self) -> _builtins.str:
758
+ """
759
+ (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
760
+ """
761
+ return pulumi.get(self, "private_endpoint_id")
762
+
763
+ @_builtins.property
764
+ @pulumi.getter(name="streamAccessType")
765
+ def stream_access_type(self) -> _builtins.str:
766
+ """
767
+ (Updatable) Type of access Allowed values are:
768
+ * PRIVATE
769
+
770
+
771
+ ** IMPORTANT **
772
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
773
+ """
774
+ return pulumi.get(self, "stream_access_type")
775
+
776
+
305
777
  @pulumi.output_type
306
778
  class GetModelTestingDatasetResult(dict):
307
779
  def __init__(__self__, *,
@@ -315,6 +787,7 @@ class GetModelTestingDatasetResult(dict):
315
787
  :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
316
788
  :param _builtins.str dataset_type: Type of the Dataset.
317
789
  :param _builtins.str namespace_name: The namespace name of the ObjectStorage bucket that contains the input data file.
790
+ >>>>>>> theirs
318
791
  :param _builtins.str object: The object name of the input data file.
319
792
  """
320
793
  pulumi.set(__self__, "bucket", bucket)
@@ -352,6 +825,7 @@ class GetModelTestingDatasetResult(dict):
352
825
  def namespace_name(self) -> _builtins.str:
353
826
  """
354
827
  The namespace name of the ObjectStorage bucket that contains the input data file.
828
+ >>>>>>> theirs
355
829
  """
356
830
  return pulumi.get(self, "namespace_name")
357
831
 
@@ -377,6 +851,7 @@ class GetModelTrainingDatasetResult(dict):
377
851
  :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
378
852
  :param _builtins.str dataset_type: Type of the Dataset.
379
853
  :param _builtins.str namespace_name: The namespace name of the ObjectStorage bucket that contains the input data file.
854
+ >>>>>>> theirs
380
855
  :param _builtins.str object: The object name of the input data file.
381
856
  """
382
857
  pulumi.set(__self__, "bucket", bucket)
@@ -414,6 +889,7 @@ class GetModelTrainingDatasetResult(dict):
414
889
  def namespace_name(self) -> _builtins.str:
415
890
  """
416
891
  The namespace name of the ObjectStorage bucket that contains the input data file.
892
+ >>>>>>> theirs
417
893
  """
418
894
  return pulumi.get(self, "namespace_name")
419
895
 
@@ -439,6 +915,7 @@ class GetModelValidationDatasetResult(dict):
439
915
  :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
440
916
  :param _builtins.str dataset_type: Type of the Dataset.
441
917
  :param _builtins.str namespace_name: The namespace name of the ObjectStorage bucket that contains the input data file.
918
+ >>>>>>> theirs
442
919
  :param _builtins.str object: The object name of the input data file.
443
920
  """
444
921
  pulumi.set(__self__, "bucket", bucket)
@@ -476,6 +953,7 @@ class GetModelValidationDatasetResult(dict):
476
953
  def namespace_name(self) -> _builtins.str:
477
954
  """
478
955
  The namespace name of the ObjectStorage bucket that contains the input data file.
956
+ >>>>>>> theirs
479
957
  """
480
958
  return pulumi.get(self, "namespace_name")
481
959
 
@@ -558,33 +1036,33 @@ class GetModelsModelCollectionItemResult(dict):
558
1036
  training_datasets: Sequence['outputs.GetModelsModelCollectionItemTrainingDatasetResult'],
559
1037
  validation_datasets: Sequence['outputs.GetModelsModelCollectionItemValidationDatasetResult']):
560
1038
  """
561
- :param _builtins.float average_precision: Average precision of the trained model
1039
+ :param _builtins.float average_precision: The mean average precision of the trained model.
562
1040
  :param _builtins.str compartment_id: The ID of the compartment in which to list resources.
563
- :param _builtins.float confidence_threshold: Confidence ratio of the calculation
564
- :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
565
- :param _builtins.str description: A short description of the model.
1041
+ :param _builtins.float confidence_threshold: The intersection over the union threshold used for calculating precision and recall.
1042
+ :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
1043
+ :param _builtins.str description: An optional description of the model.
566
1044
  :param _builtins.str display_name: A filter to return only resources that match the entire display name given.
567
- :param Mapping[str, _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"}`
568
- :param _builtins.str id: unique Model identifier
569
- :param _builtins.bool is_quick_mode: If It's true, Training is set for recommended epochs needed for quick training.
570
- :param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
571
- :param _builtins.float max_training_duration_in_hours: The maximum duration in hours for which the training will run.
572
- :param _builtins.str metrics: Complete Training Metrics for successful trained model
573
- :param _builtins.str model_type: Type of the Model.
574
- :param _builtins.str model_version: The version of the model
575
- :param _builtins.float precision: Precision of the trained model
1045
+ :param Mapping[str, _builtins.str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
1046
+ :param _builtins.str id: The filter to find the model with the given identifier.
1047
+ :param _builtins.bool is_quick_mode: Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
1048
+ :param _builtins.str lifecycle_details: A message describing the current state in more detail, that can provide actionable information if training failed.
1049
+ :param _builtins.float max_training_duration_in_hours: The maximum model training duration in hours, expressed as a decimal fraction.
1050
+ :param _builtins.str metrics: The complete set of per-label metrics for successfully trained models.
1051
+ :param _builtins.str model_type: What type of Vision model this is.
1052
+ :param _builtins.str model_version: The version of the model.
1053
+ :param _builtins.float precision: The precision of the trained model.
576
1054
  :param _builtins.str project_id: The ID of the project for which to list the objects.
577
- :param _builtins.float recall: Recall of the trained model
578
- :param _builtins.str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
579
- :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
580
- :param _builtins.int test_image_count: Total number of testing Images
581
- :param Sequence['GetModelsModelCollectionItemTestingDatasetArgs'] testing_datasets: The base entity for a Dataset, which is the input for Model creation.
582
- :param _builtins.str time_created: The time the Model was created. An RFC3339 formatted datetime string
583
- :param _builtins.str time_updated: The time the Model was updated. An RFC3339 formatted datetime string
584
- :param _builtins.int total_image_count: Total number of training Images
585
- :param _builtins.float trained_duration_in_hours: Total hours actually used for training
586
- :param Sequence['GetModelsModelCollectionItemTrainingDatasetArgs'] training_datasets: The base entity for a Dataset, which is the input for Model creation.
587
- :param Sequence['GetModelsModelCollectionItemValidationDatasetArgs'] validation_datasets: The base entity for a Dataset, which is the input for Model creation.
1055
+ :param _builtins.float recall: Recall of the trained model.
1056
+ :param _builtins.str state: The filter to match models with the given lifecycleState.
1057
+ :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
1058
+ :param _builtins.int test_image_count: The number of images set aside for evaluating model performance metrics after training.
1059
+ :param Sequence['GetModelsModelCollectionItemTestingDatasetArgs'] testing_datasets: The base entity which is the input for creating and training a model.
1060
+ :param _builtins.str time_created: When the model was created, as an RFC3339 datetime string.
1061
+ :param _builtins.str time_updated: When the model was updated, as an RFC3339 datetime string.
1062
+ :param _builtins.int total_image_count: The number of images in the dataset used to train, validate, and test the model.
1063
+ :param _builtins.float trained_duration_in_hours: The total hours actually used for model training.
1064
+ :param Sequence['GetModelsModelCollectionItemTrainingDatasetArgs'] training_datasets: The base entity which is the input for creating and training a model.
1065
+ :param Sequence['GetModelsModelCollectionItemValidationDatasetArgs'] validation_datasets: The base entity which is the input for creating and training a model.
588
1066
  """
589
1067
  pulumi.set(__self__, "average_precision", average_precision)
590
1068
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -618,7 +1096,7 @@ class GetModelsModelCollectionItemResult(dict):
618
1096
  @pulumi.getter(name="averagePrecision")
619
1097
  def average_precision(self) -> _builtins.float:
620
1098
  """
621
- Average precision of the trained model
1099
+ The mean average precision of the trained model.
622
1100
  """
623
1101
  return pulumi.get(self, "average_precision")
624
1102
 
@@ -634,7 +1112,7 @@ class GetModelsModelCollectionItemResult(dict):
634
1112
  @pulumi.getter(name="confidenceThreshold")
635
1113
  def confidence_threshold(self) -> _builtins.float:
636
1114
  """
637
- Confidence ratio of the calculation
1115
+ The intersection over the union threshold used for calculating precision and recall.
638
1116
  """
639
1117
  return pulumi.get(self, "confidence_threshold")
640
1118
 
@@ -642,7 +1120,7 @@ class GetModelsModelCollectionItemResult(dict):
642
1120
  @pulumi.getter(name="definedTags")
643
1121
  def defined_tags(self) -> Mapping[str, _builtins.str]:
644
1122
  """
645
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1123
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
646
1124
  """
647
1125
  return pulumi.get(self, "defined_tags")
648
1126
 
@@ -650,7 +1128,7 @@ class GetModelsModelCollectionItemResult(dict):
650
1128
  @pulumi.getter
651
1129
  def description(self) -> _builtins.str:
652
1130
  """
653
- A short description of the model.
1131
+ An optional description of the model.
654
1132
  """
655
1133
  return pulumi.get(self, "description")
656
1134
 
@@ -666,7 +1144,7 @@ class GetModelsModelCollectionItemResult(dict):
666
1144
  @pulumi.getter(name="freeformTags")
667
1145
  def freeform_tags(self) -> Mapping[str, _builtins.str]:
668
1146
  """
669
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1147
+ A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
670
1148
  """
671
1149
  return pulumi.get(self, "freeform_tags")
672
1150
 
@@ -674,7 +1152,7 @@ class GetModelsModelCollectionItemResult(dict):
674
1152
  @pulumi.getter
675
1153
  def id(self) -> _builtins.str:
676
1154
  """
677
- unique Model identifier
1155
+ The filter to find the model with the given identifier.
678
1156
  """
679
1157
  return pulumi.get(self, "id")
680
1158
 
@@ -682,7 +1160,7 @@ class GetModelsModelCollectionItemResult(dict):
682
1160
  @pulumi.getter(name="isQuickMode")
683
1161
  def is_quick_mode(self) -> _builtins.bool:
684
1162
  """
685
- If It's true, Training is set for recommended epochs needed for quick training.
1163
+ Set to true when experimenting with a new model type or dataset, so model training is quick, with a predefined low number of passes through the training data.
686
1164
  """
687
1165
  return pulumi.get(self, "is_quick_mode")
688
1166
 
@@ -690,7 +1168,7 @@ class GetModelsModelCollectionItemResult(dict):
690
1168
  @pulumi.getter(name="lifecycleDetails")
691
1169
  def lifecycle_details(self) -> _builtins.str:
692
1170
  """
693
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1171
+ A message describing the current state in more detail, that can provide actionable information if training failed.
694
1172
  """
695
1173
  return pulumi.get(self, "lifecycle_details")
696
1174
 
@@ -698,7 +1176,7 @@ class GetModelsModelCollectionItemResult(dict):
698
1176
  @pulumi.getter(name="maxTrainingDurationInHours")
699
1177
  def max_training_duration_in_hours(self) -> _builtins.float:
700
1178
  """
701
- The maximum duration in hours for which the training will run.
1179
+ The maximum model training duration in hours, expressed as a decimal fraction.
702
1180
  """
703
1181
  return pulumi.get(self, "max_training_duration_in_hours")
704
1182
 
@@ -706,7 +1184,7 @@ class GetModelsModelCollectionItemResult(dict):
706
1184
  @pulumi.getter
707
1185
  def metrics(self) -> _builtins.str:
708
1186
  """
709
- Complete Training Metrics for successful trained model
1187
+ The complete set of per-label metrics for successfully trained models.
710
1188
  """
711
1189
  return pulumi.get(self, "metrics")
712
1190
 
@@ -714,7 +1192,7 @@ class GetModelsModelCollectionItemResult(dict):
714
1192
  @pulumi.getter(name="modelType")
715
1193
  def model_type(self) -> _builtins.str:
716
1194
  """
717
- Type of the Model.
1195
+ What type of Vision model this is.
718
1196
  """
719
1197
  return pulumi.get(self, "model_type")
720
1198
 
@@ -722,7 +1200,7 @@ class GetModelsModelCollectionItemResult(dict):
722
1200
  @pulumi.getter(name="modelVersion")
723
1201
  def model_version(self) -> _builtins.str:
724
1202
  """
725
- The version of the model
1203
+ The version of the model.
726
1204
  """
727
1205
  return pulumi.get(self, "model_version")
728
1206
 
@@ -730,7 +1208,7 @@ class GetModelsModelCollectionItemResult(dict):
730
1208
  @pulumi.getter
731
1209
  def precision(self) -> _builtins.float:
732
1210
  """
733
- Precision of the trained model
1211
+ The precision of the trained model.
734
1212
  """
735
1213
  return pulumi.get(self, "precision")
736
1214
 
@@ -746,7 +1224,7 @@ class GetModelsModelCollectionItemResult(dict):
746
1224
  @pulumi.getter
747
1225
  def recall(self) -> _builtins.float:
748
1226
  """
749
- Recall of the trained model
1227
+ Recall of the trained model.
750
1228
  """
751
1229
  return pulumi.get(self, "recall")
752
1230
 
@@ -754,7 +1232,7 @@ class GetModelsModelCollectionItemResult(dict):
754
1232
  @pulumi.getter
755
1233
  def state(self) -> _builtins.str:
756
1234
  """
757
- A filter to return only resources their lifecycleState matches the given lifecycleState.
1235
+ The filter to match models with the given lifecycleState.
758
1236
  """
759
1237
  return pulumi.get(self, "state")
760
1238
 
@@ -762,7 +1240,7 @@ class GetModelsModelCollectionItemResult(dict):
762
1240
  @pulumi.getter(name="systemTags")
763
1241
  def system_tags(self) -> Mapping[str, _builtins.str]:
764
1242
  """
765
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1243
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
766
1244
  """
767
1245
  return pulumi.get(self, "system_tags")
768
1246
 
@@ -770,7 +1248,7 @@ class GetModelsModelCollectionItemResult(dict):
770
1248
  @pulumi.getter(name="testImageCount")
771
1249
  def test_image_count(self) -> _builtins.int:
772
1250
  """
773
- Total number of testing Images
1251
+ The number of images set aside for evaluating model performance metrics after training.
774
1252
  """
775
1253
  return pulumi.get(self, "test_image_count")
776
1254
 
@@ -778,7 +1256,7 @@ class GetModelsModelCollectionItemResult(dict):
778
1256
  @pulumi.getter(name="testingDatasets")
779
1257
  def testing_datasets(self) -> Sequence['outputs.GetModelsModelCollectionItemTestingDatasetResult']:
780
1258
  """
781
- The base entity for a Dataset, which is the input for Model creation.
1259
+ The base entity which is the input for creating and training a model.
782
1260
  """
783
1261
  return pulumi.get(self, "testing_datasets")
784
1262
 
@@ -786,7 +1264,7 @@ class GetModelsModelCollectionItemResult(dict):
786
1264
  @pulumi.getter(name="timeCreated")
787
1265
  def time_created(self) -> _builtins.str:
788
1266
  """
789
- The time the Model was created. An RFC3339 formatted datetime string
1267
+ When the model was created, as an RFC3339 datetime string.
790
1268
  """
791
1269
  return pulumi.get(self, "time_created")
792
1270
 
@@ -794,7 +1272,7 @@ class GetModelsModelCollectionItemResult(dict):
794
1272
  @pulumi.getter(name="timeUpdated")
795
1273
  def time_updated(self) -> _builtins.str:
796
1274
  """
797
- The time the Model was updated. An RFC3339 formatted datetime string
1275
+ When the model was updated, as an RFC3339 datetime string.
798
1276
  """
799
1277
  return pulumi.get(self, "time_updated")
800
1278
 
@@ -802,7 +1280,7 @@ class GetModelsModelCollectionItemResult(dict):
802
1280
  @pulumi.getter(name="totalImageCount")
803
1281
  def total_image_count(self) -> _builtins.int:
804
1282
  """
805
- Total number of training Images
1283
+ The number of images in the dataset used to train, validate, and test the model.
806
1284
  """
807
1285
  return pulumi.get(self, "total_image_count")
808
1286
 
@@ -810,7 +1288,7 @@ class GetModelsModelCollectionItemResult(dict):
810
1288
  @pulumi.getter(name="trainedDurationInHours")
811
1289
  def trained_duration_in_hours(self) -> _builtins.float:
812
1290
  """
813
- Total hours actually used for training
1291
+ The total hours actually used for model training.
814
1292
  """
815
1293
  return pulumi.get(self, "trained_duration_in_hours")
816
1294
 
@@ -818,7 +1296,7 @@ class GetModelsModelCollectionItemResult(dict):
818
1296
  @pulumi.getter(name="trainingDatasets")
819
1297
  def training_datasets(self) -> Sequence['outputs.GetModelsModelCollectionItemTrainingDatasetResult']:
820
1298
  """
821
- The base entity for a Dataset, which is the input for Model creation.
1299
+ The base entity which is the input for creating and training a model.
822
1300
  """
823
1301
  return pulumi.get(self, "training_datasets")
824
1302
 
@@ -826,7 +1304,7 @@ class GetModelsModelCollectionItemResult(dict):
826
1304
  @pulumi.getter(name="validationDatasets")
827
1305
  def validation_datasets(self) -> Sequence['outputs.GetModelsModelCollectionItemValidationDatasetResult']:
828
1306
  """
829
- The base entity for a Dataset, which is the input for Model creation.
1307
+ The base entity which is the input for creating and training a model.
830
1308
  """
831
1309
  return pulumi.get(self, "validation_datasets")
832
1310
 
@@ -840,9 +1318,9 @@ class GetModelsModelCollectionItemTestingDatasetResult(dict):
840
1318
  namespace_name: _builtins.str,
841
1319
  object: _builtins.str):
842
1320
  """
843
- :param _builtins.str bucket: The name of the ObjectStorage bucket that contains the input data file.
844
- :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
845
- :param _builtins.str dataset_type: Type of the Dataset.
1321
+ :param _builtins.str bucket: The name of the Object Storage bucket that contains the input data file.
1322
+ :param _builtins.str dataset_id: OCID of the Data Labeling dataset.
1323
+ :param _builtins.str dataset_type: The dataset type, based on where it is stored.
846
1324
  :param _builtins.str object: The object name of the input data file.
847
1325
  """
848
1326
  pulumi.set(__self__, "bucket", bucket)
@@ -855,7 +1333,7 @@ class GetModelsModelCollectionItemTestingDatasetResult(dict):
855
1333
  @pulumi.getter
856
1334
  def bucket(self) -> _builtins.str:
857
1335
  """
858
- The name of the ObjectStorage bucket that contains the input data file.
1336
+ The name of the Object Storage bucket that contains the input data file.
859
1337
  """
860
1338
  return pulumi.get(self, "bucket")
861
1339
 
@@ -863,7 +1341,7 @@ class GetModelsModelCollectionItemTestingDatasetResult(dict):
863
1341
  @pulumi.getter(name="datasetId")
864
1342
  def dataset_id(self) -> _builtins.str:
865
1343
  """
866
- The OCID of the Data Science Labeling Dataset.
1344
+ OCID of the Data Labeling dataset.
867
1345
  """
868
1346
  return pulumi.get(self, "dataset_id")
869
1347
 
@@ -871,7 +1349,7 @@ class GetModelsModelCollectionItemTestingDatasetResult(dict):
871
1349
  @pulumi.getter(name="datasetType")
872
1350
  def dataset_type(self) -> _builtins.str:
873
1351
  """
874
- Type of the Dataset.
1352
+ The dataset type, based on where it is stored.
875
1353
  """
876
1354
  return pulumi.get(self, "dataset_type")
877
1355
 
@@ -898,9 +1376,9 @@ class GetModelsModelCollectionItemTrainingDatasetResult(dict):
898
1376
  namespace_name: _builtins.str,
899
1377
  object: _builtins.str):
900
1378
  """
901
- :param _builtins.str bucket: The name of the ObjectStorage bucket that contains the input data file.
902
- :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
903
- :param _builtins.str dataset_type: Type of the Dataset.
1379
+ :param _builtins.str bucket: The name of the Object Storage bucket that contains the input data file.
1380
+ :param _builtins.str dataset_id: OCID of the Data Labeling dataset.
1381
+ :param _builtins.str dataset_type: The dataset type, based on where it is stored.
904
1382
  :param _builtins.str object: The object name of the input data file.
905
1383
  """
906
1384
  pulumi.set(__self__, "bucket", bucket)
@@ -913,7 +1391,7 @@ class GetModelsModelCollectionItemTrainingDatasetResult(dict):
913
1391
  @pulumi.getter
914
1392
  def bucket(self) -> _builtins.str:
915
1393
  """
916
- The name of the ObjectStorage bucket that contains the input data file.
1394
+ The name of the Object Storage bucket that contains the input data file.
917
1395
  """
918
1396
  return pulumi.get(self, "bucket")
919
1397
 
@@ -921,7 +1399,7 @@ class GetModelsModelCollectionItemTrainingDatasetResult(dict):
921
1399
  @pulumi.getter(name="datasetId")
922
1400
  def dataset_id(self) -> _builtins.str:
923
1401
  """
924
- The OCID of the Data Science Labeling Dataset.
1402
+ OCID of the Data Labeling dataset.
925
1403
  """
926
1404
  return pulumi.get(self, "dataset_id")
927
1405
 
@@ -929,7 +1407,7 @@ class GetModelsModelCollectionItemTrainingDatasetResult(dict):
929
1407
  @pulumi.getter(name="datasetType")
930
1408
  def dataset_type(self) -> _builtins.str:
931
1409
  """
932
- Type of the Dataset.
1410
+ The dataset type, based on where it is stored.
933
1411
  """
934
1412
  return pulumi.get(self, "dataset_type")
935
1413
 
@@ -956,9 +1434,9 @@ class GetModelsModelCollectionItemValidationDatasetResult(dict):
956
1434
  namespace_name: _builtins.str,
957
1435
  object: _builtins.str):
958
1436
  """
959
- :param _builtins.str bucket: The name of the ObjectStorage bucket that contains the input data file.
960
- :param _builtins.str dataset_id: The OCID of the Data Science Labeling Dataset.
961
- :param _builtins.str dataset_type: Type of the Dataset.
1437
+ :param _builtins.str bucket: The name of the Object Storage bucket that contains the input data file.
1438
+ :param _builtins.str dataset_id: OCID of the Data Labeling dataset.
1439
+ :param _builtins.str dataset_type: The dataset type, based on where it is stored.
962
1440
  :param _builtins.str object: The object name of the input data file.
963
1441
  """
964
1442
  pulumi.set(__self__, "bucket", bucket)
@@ -971,7 +1449,7 @@ class GetModelsModelCollectionItemValidationDatasetResult(dict):
971
1449
  @pulumi.getter
972
1450
  def bucket(self) -> _builtins.str:
973
1451
  """
974
- The name of the ObjectStorage bucket that contains the input data file.
1452
+ The name of the Object Storage bucket that contains the input data file.
975
1453
  """
976
1454
  return pulumi.get(self, "bucket")
977
1455
 
@@ -979,7 +1457,7 @@ class GetModelsModelCollectionItemValidationDatasetResult(dict):
979
1457
  @pulumi.getter(name="datasetId")
980
1458
  def dataset_id(self) -> _builtins.str:
981
1459
  """
982
- The OCID of the Data Science Labeling Dataset.
1460
+ OCID of the Data Labeling dataset.
983
1461
  """
984
1462
  return pulumi.get(self, "dataset_id")
985
1463
 
@@ -987,7 +1465,7 @@ class GetModelsModelCollectionItemValidationDatasetResult(dict):
987
1465
  @pulumi.getter(name="datasetType")
988
1466
  def dataset_type(self) -> _builtins.str:
989
1467
  """
990
- Type of the Dataset.
1468
+ The dataset type, based on where it is stored.
991
1469
  """
992
1470
  return pulumi.get(self, "dataset_type")
993
1471
 
@@ -1060,16 +1538,16 @@ class GetProjectsProjectCollectionItemResult(dict):
1060
1538
  time_updated: _builtins.str):
1061
1539
  """
1062
1540
  :param _builtins.str compartment_id: The ID of the compartment in which to list resources.
1063
- :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1064
- :param _builtins.str description: A short description of the project.
1541
+ :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
1542
+ :param _builtins.str description: An optional description of the project.
1065
1543
  :param _builtins.str display_name: A filter to return only resources that match the entire display name given.
1066
- :param Mapping[str, _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"}`
1067
- :param _builtins.str id: unique Project identifier
1068
- :param _builtins.str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1069
- :param _builtins.str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
1070
- :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1071
- :param _builtins.str time_created: The time the Project was created. An RFC3339 formatted datetime string
1072
- :param _builtins.str time_updated: The time the Project was updated. An RFC3339 formatted datetime string
1544
+ :param Mapping[str, _builtins.str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
1545
+ :param _builtins.str id: The filter to find the project with the given identifier.
1546
+ :param _builtins.str lifecycle_details: A message describing the current state in more detail, that can provide actionable information if creation failed.
1547
+ :param _builtins.str state: The filter to match projects with the given lifecycleState.
1548
+ :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
1549
+ :param _builtins.str time_created: When the project was created, as an RFC3339 datetime string.
1550
+ :param _builtins.str time_updated: When the project was updated, as an RFC3339 datetime string.
1073
1551
  """
1074
1552
  pulumi.set(__self__, "compartment_id", compartment_id)
1075
1553
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -1095,7 +1573,7 @@ class GetProjectsProjectCollectionItemResult(dict):
1095
1573
  @pulumi.getter(name="definedTags")
1096
1574
  def defined_tags(self) -> Mapping[str, _builtins.str]:
1097
1575
  """
1098
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1576
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
1099
1577
  """
1100
1578
  return pulumi.get(self, "defined_tags")
1101
1579
 
@@ -1103,7 +1581,7 @@ class GetProjectsProjectCollectionItemResult(dict):
1103
1581
  @pulumi.getter
1104
1582
  def description(self) -> _builtins.str:
1105
1583
  """
1106
- A short description of the project.
1584
+ An optional description of the project.
1107
1585
  """
1108
1586
  return pulumi.get(self, "description")
1109
1587
 
@@ -1119,7 +1597,7 @@ class GetProjectsProjectCollectionItemResult(dict):
1119
1597
  @pulumi.getter(name="freeformTags")
1120
1598
  def freeform_tags(self) -> Mapping[str, _builtins.str]:
1121
1599
  """
1122
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1600
+ A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
1123
1601
  """
1124
1602
  return pulumi.get(self, "freeform_tags")
1125
1603
 
@@ -1127,7 +1605,7 @@ class GetProjectsProjectCollectionItemResult(dict):
1127
1605
  @pulumi.getter
1128
1606
  def id(self) -> _builtins.str:
1129
1607
  """
1130
- unique Project identifier
1608
+ The filter to find the project with the given identifier.
1131
1609
  """
1132
1610
  return pulumi.get(self, "id")
1133
1611
 
@@ -1135,7 +1613,7 @@ class GetProjectsProjectCollectionItemResult(dict):
1135
1613
  @pulumi.getter(name="lifecycleDetails")
1136
1614
  def lifecycle_details(self) -> _builtins.str:
1137
1615
  """
1138
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1616
+ A message describing the current state in more detail, that can provide actionable information if creation failed.
1139
1617
  """
1140
1618
  return pulumi.get(self, "lifecycle_details")
1141
1619
 
@@ -1143,15 +1621,1341 @@ class GetProjectsProjectCollectionItemResult(dict):
1143
1621
  @pulumi.getter
1144
1622
  def state(self) -> _builtins.str:
1145
1623
  """
1146
- A filter to return only resources their lifecycleState matches the given lifecycleState.
1624
+ The filter to match projects with the given lifecycleState.
1625
+ """
1626
+ return pulumi.get(self, "state")
1627
+
1628
+ @_builtins.property
1629
+ @pulumi.getter(name="systemTags")
1630
+ def system_tags(self) -> Mapping[str, _builtins.str]:
1631
+ """
1632
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
1633
+ """
1634
+ return pulumi.get(self, "system_tags")
1635
+
1636
+ @_builtins.property
1637
+ @pulumi.getter(name="timeCreated")
1638
+ def time_created(self) -> _builtins.str:
1639
+ """
1640
+ When the project was created, as an RFC3339 datetime string.
1641
+ """
1642
+ return pulumi.get(self, "time_created")
1643
+
1644
+ @_builtins.property
1645
+ @pulumi.getter(name="timeUpdated")
1646
+ def time_updated(self) -> _builtins.str:
1647
+ """
1648
+ When the project was updated, as an RFC3339 datetime string.
1649
+ """
1650
+ return pulumi.get(self, "time_updated")
1651
+
1652
+
1653
+ @pulumi.output_type
1654
+ class GetStreamGroupStreamOverlapResult(dict):
1655
+ def __init__(__self__, *,
1656
+ overlapping_streams: Sequence[_builtins.str]):
1657
+ """
1658
+ :param Sequence[_builtins.str] overlapping_streams: List of streamSource OCIDs.
1659
+ """
1660
+ pulumi.set(__self__, "overlapping_streams", overlapping_streams)
1661
+
1662
+ @_builtins.property
1663
+ @pulumi.getter(name="overlappingStreams")
1664
+ def overlapping_streams(self) -> Sequence[_builtins.str]:
1665
+ """
1666
+ List of streamSource OCIDs.
1667
+ """
1668
+ return pulumi.get(self, "overlapping_streams")
1669
+
1670
+
1671
+ @pulumi.output_type
1672
+ class GetStreamGroupsFilterResult(dict):
1673
+ def __init__(__self__, *,
1674
+ name: _builtins.str,
1675
+ values: Sequence[_builtins.str],
1676
+ regex: Optional[_builtins.bool] = None):
1677
+ pulumi.set(__self__, "name", name)
1678
+ pulumi.set(__self__, "values", values)
1679
+ if regex is not None:
1680
+ pulumi.set(__self__, "regex", regex)
1681
+
1682
+ @_builtins.property
1683
+ @pulumi.getter
1684
+ def name(self) -> _builtins.str:
1685
+ return pulumi.get(self, "name")
1686
+
1687
+ @_builtins.property
1688
+ @pulumi.getter
1689
+ def values(self) -> Sequence[_builtins.str]:
1690
+ return pulumi.get(self, "values")
1691
+
1692
+ @_builtins.property
1693
+ @pulumi.getter
1694
+ def regex(self) -> Optional[_builtins.bool]:
1695
+ return pulumi.get(self, "regex")
1696
+
1697
+
1698
+ @pulumi.output_type
1699
+ class GetStreamGroupsStreamGroupCollectionResult(dict):
1700
+ def __init__(__self__, *,
1701
+ items: Sequence['outputs.GetStreamGroupsStreamGroupCollectionItemResult']):
1702
+ pulumi.set(__self__, "items", items)
1703
+
1704
+ @_builtins.property
1705
+ @pulumi.getter
1706
+ def items(self) -> Sequence['outputs.GetStreamGroupsStreamGroupCollectionItemResult']:
1707
+ return pulumi.get(self, "items")
1708
+
1709
+
1710
+ @pulumi.output_type
1711
+ class GetStreamGroupsStreamGroupCollectionItemResult(dict):
1712
+ def __init__(__self__, *,
1713
+ compartment_id: _builtins.str,
1714
+ defined_tags: Mapping[str, _builtins.str],
1715
+ display_name: _builtins.str,
1716
+ freeform_tags: Mapping[str, _builtins.str],
1717
+ id: _builtins.str,
1718
+ is_enabled: _builtins.bool,
1719
+ state: _builtins.str,
1720
+ stream_overlaps: Sequence['outputs.GetStreamGroupsStreamGroupCollectionItemStreamOverlapResult'],
1721
+ stream_source_ids: Sequence[_builtins.str],
1722
+ system_tags: Mapping[str, _builtins.str],
1723
+ time_created: _builtins.str,
1724
+ time_updated: _builtins.str):
1725
+ """
1726
+ :param _builtins.str compartment_id: The ID of the compartment in which to list resources.
1727
+ :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
1728
+ :param _builtins.str display_name: A filter to return only resources that match the entire display name given.
1729
+ :param Mapping[str, _builtins.str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
1730
+ :param _builtins.str id: The filter to find the device with the given identifier.
1731
+ :param _builtins.bool is_enabled: Stream
1732
+ :param _builtins.str state: The current state of the streamGroup.
1733
+ :param Sequence['GetStreamGroupsStreamGroupCollectionItemStreamOverlapArgs'] stream_overlaps: List of streamSource OCIDs where the streamSource overlaps in field of view.
1734
+ :param Sequence[_builtins.str] stream_source_ids: List of streamSource OCIDs associated with the stream group
1735
+ :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
1736
+ :param _builtins.str time_created: When the streamGroup was created, as an RFC3339 datetime string.
1737
+ :param _builtins.str time_updated: When the streamGroup was updated, as an RFC3339 datetime string.
1738
+ """
1739
+ pulumi.set(__self__, "compartment_id", compartment_id)
1740
+ pulumi.set(__self__, "defined_tags", defined_tags)
1741
+ pulumi.set(__self__, "display_name", display_name)
1742
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
1743
+ pulumi.set(__self__, "id", id)
1744
+ pulumi.set(__self__, "is_enabled", is_enabled)
1745
+ pulumi.set(__self__, "state", state)
1746
+ pulumi.set(__self__, "stream_overlaps", stream_overlaps)
1747
+ pulumi.set(__self__, "stream_source_ids", stream_source_ids)
1748
+ pulumi.set(__self__, "system_tags", system_tags)
1749
+ pulumi.set(__self__, "time_created", time_created)
1750
+ pulumi.set(__self__, "time_updated", time_updated)
1751
+
1752
+ @_builtins.property
1753
+ @pulumi.getter(name="compartmentId")
1754
+ def compartment_id(self) -> _builtins.str:
1755
+ """
1756
+ The ID of the compartment in which to list resources.
1757
+ """
1758
+ return pulumi.get(self, "compartment_id")
1759
+
1760
+ @_builtins.property
1761
+ @pulumi.getter(name="definedTags")
1762
+ def defined_tags(self) -> Mapping[str, _builtins.str]:
1763
+ """
1764
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
1765
+ """
1766
+ return pulumi.get(self, "defined_tags")
1767
+
1768
+ @_builtins.property
1769
+ @pulumi.getter(name="displayName")
1770
+ def display_name(self) -> _builtins.str:
1771
+ """
1772
+ A filter to return only resources that match the entire display name given.
1773
+ """
1774
+ return pulumi.get(self, "display_name")
1775
+
1776
+ @_builtins.property
1777
+ @pulumi.getter(name="freeformTags")
1778
+ def freeform_tags(self) -> Mapping[str, _builtins.str]:
1779
+ """
1780
+ A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
1781
+ """
1782
+ return pulumi.get(self, "freeform_tags")
1783
+
1784
+ @_builtins.property
1785
+ @pulumi.getter
1786
+ def id(self) -> _builtins.str:
1787
+ """
1788
+ The filter to find the device with the given identifier.
1789
+ """
1790
+ return pulumi.get(self, "id")
1791
+
1792
+ @_builtins.property
1793
+ @pulumi.getter(name="isEnabled")
1794
+ def is_enabled(self) -> _builtins.bool:
1795
+ """
1796
+ Stream
1797
+ """
1798
+ return pulumi.get(self, "is_enabled")
1799
+
1800
+ @_builtins.property
1801
+ @pulumi.getter
1802
+ def state(self) -> _builtins.str:
1803
+ """
1804
+ The current state of the streamGroup.
1147
1805
  """
1148
1806
  return pulumi.get(self, "state")
1149
1807
 
1808
+ @_builtins.property
1809
+ @pulumi.getter(name="streamOverlaps")
1810
+ def stream_overlaps(self) -> Sequence['outputs.GetStreamGroupsStreamGroupCollectionItemStreamOverlapResult']:
1811
+ """
1812
+ List of streamSource OCIDs where the streamSource overlaps in field of view.
1813
+ """
1814
+ return pulumi.get(self, "stream_overlaps")
1815
+
1816
+ @_builtins.property
1817
+ @pulumi.getter(name="streamSourceIds")
1818
+ def stream_source_ids(self) -> Sequence[_builtins.str]:
1819
+ """
1820
+ List of streamSource OCIDs associated with the stream group
1821
+ """
1822
+ return pulumi.get(self, "stream_source_ids")
1823
+
1824
+ @_builtins.property
1825
+ @pulumi.getter(name="systemTags")
1826
+ def system_tags(self) -> Mapping[str, _builtins.str]:
1827
+ """
1828
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
1829
+ """
1830
+ return pulumi.get(self, "system_tags")
1831
+
1832
+ @_builtins.property
1833
+ @pulumi.getter(name="timeCreated")
1834
+ def time_created(self) -> _builtins.str:
1835
+ """
1836
+ When the streamGroup was created, as an RFC3339 datetime string.
1837
+ """
1838
+ return pulumi.get(self, "time_created")
1839
+
1840
+ @_builtins.property
1841
+ @pulumi.getter(name="timeUpdated")
1842
+ def time_updated(self) -> _builtins.str:
1843
+ """
1844
+ When the streamGroup was updated, as an RFC3339 datetime string.
1845
+ """
1846
+ return pulumi.get(self, "time_updated")
1847
+
1848
+
1849
+ @pulumi.output_type
1850
+ class GetStreamGroupsStreamGroupCollectionItemStreamOverlapResult(dict):
1851
+ def __init__(__self__, *,
1852
+ overlapping_streams: Sequence[_builtins.str]):
1853
+ """
1854
+ :param Sequence[_builtins.str] overlapping_streams: List of streamSource OCIDs.
1855
+ """
1856
+ pulumi.set(__self__, "overlapping_streams", overlapping_streams)
1857
+
1858
+ @_builtins.property
1859
+ @pulumi.getter(name="overlappingStreams")
1860
+ def overlapping_streams(self) -> Sequence[_builtins.str]:
1861
+ """
1862
+ List of streamSource OCIDs.
1863
+ """
1864
+ return pulumi.get(self, "overlapping_streams")
1865
+
1866
+
1867
+ @pulumi.output_type
1868
+ class GetStreamJobFeatureResult(dict):
1869
+ def __init__(__self__, *,
1870
+ feature_type: _builtins.str,
1871
+ max_results: _builtins.int,
1872
+ should_return_landmarks: _builtins.bool,
1873
+ tracking_types: Sequence['outputs.GetStreamJobFeatureTrackingTypeResult']):
1874
+ """
1875
+ :param _builtins.str feature_type: The feature of video analysis. Allowed values are:
1876
+ * OBJECT_TRACKING: Object tracking feature(OT).
1877
+ * FACE_DETECTION: Face detection feature(FD).
1878
+ :param _builtins.int max_results: The maximum number of results to return.
1879
+ :param _builtins.bool should_return_landmarks: Whether or not return face landmarks.
1880
+ :param Sequence['GetStreamJobFeatureTrackingTypeArgs'] tracking_types: List of details of what to track.
1881
+ """
1882
+ pulumi.set(__self__, "feature_type", feature_type)
1883
+ pulumi.set(__self__, "max_results", max_results)
1884
+ pulumi.set(__self__, "should_return_landmarks", should_return_landmarks)
1885
+ pulumi.set(__self__, "tracking_types", tracking_types)
1886
+
1887
+ @_builtins.property
1888
+ @pulumi.getter(name="featureType")
1889
+ def feature_type(self) -> _builtins.str:
1890
+ """
1891
+ The feature of video analysis. Allowed values are:
1892
+ * OBJECT_TRACKING: Object tracking feature(OT).
1893
+ * FACE_DETECTION: Face detection feature(FD).
1894
+ """
1895
+ return pulumi.get(self, "feature_type")
1896
+
1897
+ @_builtins.property
1898
+ @pulumi.getter(name="maxResults")
1899
+ def max_results(self) -> _builtins.int:
1900
+ """
1901
+ The maximum number of results to return.
1902
+ """
1903
+ return pulumi.get(self, "max_results")
1904
+
1905
+ @_builtins.property
1906
+ @pulumi.getter(name="shouldReturnLandmarks")
1907
+ def should_return_landmarks(self) -> _builtins.bool:
1908
+ """
1909
+ Whether or not return face landmarks.
1910
+ """
1911
+ return pulumi.get(self, "should_return_landmarks")
1912
+
1913
+ @_builtins.property
1914
+ @pulumi.getter(name="trackingTypes")
1915
+ def tracking_types(self) -> Sequence['outputs.GetStreamJobFeatureTrackingTypeResult']:
1916
+ """
1917
+ List of details of what to track.
1918
+ """
1919
+ return pulumi.get(self, "tracking_types")
1920
+
1921
+
1922
+ @pulumi.output_type
1923
+ class GetStreamJobFeatureTrackingTypeResult(dict):
1924
+ def __init__(__self__, *,
1925
+ biometric_store_compartment_id: _builtins.str,
1926
+ biometric_store_id: _builtins.str,
1927
+ detection_model_id: _builtins.str,
1928
+ max_results: _builtins.int,
1929
+ objects: Sequence[_builtins.str],
1930
+ should_return_landmarks: _builtins.bool,
1931
+ tracking_model_id: _builtins.str):
1932
+ """
1933
+ :param _builtins.str biometric_store_compartment_id: compartment Id of biometric compartment.
1934
+ :param _builtins.str biometric_store_id: Which biometric store user wants to do face recognition
1935
+ :param _builtins.str detection_model_id: The detection model OCID.
1936
+ :param _builtins.int max_results: The maximum number of results to return.
1937
+ :param Sequence[_builtins.str] objects: List of the objects to be tracked.
1938
+ :param _builtins.bool should_return_landmarks: Whether or not return face landmarks.
1939
+ :param _builtins.str tracking_model_id: The tracking model OCID.
1940
+ """
1941
+ pulumi.set(__self__, "biometric_store_compartment_id", biometric_store_compartment_id)
1942
+ pulumi.set(__self__, "biometric_store_id", biometric_store_id)
1943
+ pulumi.set(__self__, "detection_model_id", detection_model_id)
1944
+ pulumi.set(__self__, "max_results", max_results)
1945
+ pulumi.set(__self__, "objects", objects)
1946
+ pulumi.set(__self__, "should_return_landmarks", should_return_landmarks)
1947
+ pulumi.set(__self__, "tracking_model_id", tracking_model_id)
1948
+
1949
+ @_builtins.property
1950
+ @pulumi.getter(name="biometricStoreCompartmentId")
1951
+ def biometric_store_compartment_id(self) -> _builtins.str:
1952
+ """
1953
+ compartment Id of biometric compartment.
1954
+ """
1955
+ return pulumi.get(self, "biometric_store_compartment_id")
1956
+
1957
+ @_builtins.property
1958
+ @pulumi.getter(name="biometricStoreId")
1959
+ def biometric_store_id(self) -> _builtins.str:
1960
+ """
1961
+ Which biometric store user wants to do face recognition
1962
+ """
1963
+ return pulumi.get(self, "biometric_store_id")
1964
+
1965
+ @_builtins.property
1966
+ @pulumi.getter(name="detectionModelId")
1967
+ def detection_model_id(self) -> _builtins.str:
1968
+ """
1969
+ The detection model OCID.
1970
+ """
1971
+ return pulumi.get(self, "detection_model_id")
1972
+
1973
+ @_builtins.property
1974
+ @pulumi.getter(name="maxResults")
1975
+ def max_results(self) -> _builtins.int:
1976
+ """
1977
+ The maximum number of results to return.
1978
+ """
1979
+ return pulumi.get(self, "max_results")
1980
+
1981
+ @_builtins.property
1982
+ @pulumi.getter
1983
+ def objects(self) -> Sequence[_builtins.str]:
1984
+ """
1985
+ List of the objects to be tracked.
1986
+ """
1987
+ return pulumi.get(self, "objects")
1988
+
1989
+ @_builtins.property
1990
+ @pulumi.getter(name="shouldReturnLandmarks")
1991
+ def should_return_landmarks(self) -> _builtins.bool:
1992
+ """
1993
+ Whether or not return face landmarks.
1994
+ """
1995
+ return pulumi.get(self, "should_return_landmarks")
1996
+
1997
+ @_builtins.property
1998
+ @pulumi.getter(name="trackingModelId")
1999
+ def tracking_model_id(self) -> _builtins.str:
2000
+ """
2001
+ The tracking model OCID.
2002
+ """
2003
+ return pulumi.get(self, "tracking_model_id")
2004
+
2005
+
2006
+ @pulumi.output_type
2007
+ class GetStreamJobStreamOutputLocationResult(dict):
2008
+ def __init__(__self__, *,
2009
+ bucket: _builtins.str,
2010
+ namespace: _builtins.str,
2011
+ obo_token: _builtins.str,
2012
+ output_location_type: _builtins.str,
2013
+ prefix: _builtins.str):
2014
+ """
2015
+ :param _builtins.str bucket: The Object Storage bucket name.
2016
+ :param _builtins.str namespace: The Object Storage namespace.
2017
+ :param _builtins.str obo_token: Object storage output location
2018
+ :param _builtins.str output_location_type: Type of device Allowed values are:
2019
+ * OBJECT_STORAGE
2020
+ * LIVEKIT_WEBRTC_AGENT
2021
+ :param _builtins.str prefix: The Object Storage folder name.
2022
+ """
2023
+ pulumi.set(__self__, "bucket", bucket)
2024
+ pulumi.set(__self__, "namespace", namespace)
2025
+ pulumi.set(__self__, "obo_token", obo_token)
2026
+ pulumi.set(__self__, "output_location_type", output_location_type)
2027
+ pulumi.set(__self__, "prefix", prefix)
2028
+
2029
+ @_builtins.property
2030
+ @pulumi.getter
2031
+ def bucket(self) -> _builtins.str:
2032
+ """
2033
+ The Object Storage bucket name.
2034
+ """
2035
+ return pulumi.get(self, "bucket")
2036
+
2037
+ @_builtins.property
2038
+ @pulumi.getter
2039
+ def namespace(self) -> _builtins.str:
2040
+ """
2041
+ The Object Storage namespace.
2042
+ """
2043
+ return pulumi.get(self, "namespace")
2044
+
2045
+ @_builtins.property
2046
+ @pulumi.getter(name="oboToken")
2047
+ def obo_token(self) -> _builtins.str:
2048
+ """
2049
+ Object storage output location
2050
+ """
2051
+ return pulumi.get(self, "obo_token")
2052
+
2053
+ @_builtins.property
2054
+ @pulumi.getter(name="outputLocationType")
2055
+ def output_location_type(self) -> _builtins.str:
2056
+ """
2057
+ Type of device Allowed values are:
2058
+ * OBJECT_STORAGE
2059
+ * LIVEKIT_WEBRTC_AGENT
2060
+ """
2061
+ return pulumi.get(self, "output_location_type")
2062
+
2063
+ @_builtins.property
2064
+ @pulumi.getter
2065
+ def prefix(self) -> _builtins.str:
2066
+ """
2067
+ The Object Storage folder name.
2068
+ """
2069
+ return pulumi.get(self, "prefix")
2070
+
2071
+
2072
+ @pulumi.output_type
2073
+ class GetStreamJobsFilterResult(dict):
2074
+ def __init__(__self__, *,
2075
+ name: _builtins.str,
2076
+ values: Sequence[_builtins.str],
2077
+ regex: Optional[_builtins.bool] = None):
2078
+ pulumi.set(__self__, "name", name)
2079
+ pulumi.set(__self__, "values", values)
2080
+ if regex is not None:
2081
+ pulumi.set(__self__, "regex", regex)
2082
+
2083
+ @_builtins.property
2084
+ @pulumi.getter
2085
+ def name(self) -> _builtins.str:
2086
+ return pulumi.get(self, "name")
2087
+
2088
+ @_builtins.property
2089
+ @pulumi.getter
2090
+ def values(self) -> Sequence[_builtins.str]:
2091
+ return pulumi.get(self, "values")
2092
+
2093
+ @_builtins.property
2094
+ @pulumi.getter
2095
+ def regex(self) -> Optional[_builtins.bool]:
2096
+ return pulumi.get(self, "regex")
2097
+
2098
+
2099
+ @pulumi.output_type
2100
+ class GetStreamJobsStreamJobCollectionResult(dict):
2101
+ def __init__(__self__, *,
2102
+ items: Sequence['outputs.GetStreamJobsStreamJobCollectionItemResult']):
2103
+ pulumi.set(__self__, "items", items)
2104
+
2105
+ @_builtins.property
2106
+ @pulumi.getter
2107
+ def items(self) -> Sequence['outputs.GetStreamJobsStreamJobCollectionItemResult']:
2108
+ return pulumi.get(self, "items")
2109
+
2110
+
2111
+ @pulumi.output_type
2112
+ class GetStreamJobsStreamJobCollectionItemResult(dict):
2113
+ def __init__(__self__, *,
2114
+ agent_participant_id: _builtins.str,
2115
+ compartment_id: _builtins.str,
2116
+ defined_tags: Mapping[str, _builtins.str],
2117
+ display_name: _builtins.str,
2118
+ features: Sequence['outputs.GetStreamJobsStreamJobCollectionItemFeatureResult'],
2119
+ freeform_tags: Mapping[str, _builtins.str],
2120
+ id: _builtins.str,
2121
+ lifecycle_details: _builtins.str,
2122
+ state: _builtins.str,
2123
+ stream_output_locations: Sequence['outputs.GetStreamJobsStreamJobCollectionItemStreamOutputLocationResult'],
2124
+ stream_source_id: _builtins.str,
2125
+ system_tags: Mapping[str, _builtins.str],
2126
+ time_created: _builtins.str,
2127
+ time_updated: _builtins.str):
2128
+ """
2129
+ :param _builtins.str agent_participant_id: participant id of agent where results need to be sent
2130
+ :param _builtins.str compartment_id: The ID of the compartment in which to list resources.
2131
+ :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
2132
+ :param _builtins.str display_name: A filter to return only resources that match the entire display name given.
2133
+ :param Sequence['GetStreamJobsStreamJobCollectionItemFeatureArgs'] features: a list of document analysis features.
2134
+ :param Mapping[str, _builtins.str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
2135
+ :param _builtins.str id: The filter to find the streamjob with the given identifier.
2136
+ :param _builtins.str lifecycle_details: Additional details about current state of streamJob
2137
+ :param _builtins.str state: The filter to match projects with the given lifecycleState.
2138
+ :param Sequence['GetStreamJobsStreamJobCollectionItemStreamOutputLocationArgs'] stream_output_locations: Details about a where results will be Sent
2139
+ :param _builtins.str stream_source_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource
2140
+ :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
2141
+ :param _builtins.str time_created: When the streamJob was created, as an RFC3339 datetime string.
2142
+ :param _builtins.str time_updated: When the stream job was updated, as an RFC3339 datetime string.
2143
+ """
2144
+ pulumi.set(__self__, "agent_participant_id", agent_participant_id)
2145
+ pulumi.set(__self__, "compartment_id", compartment_id)
2146
+ pulumi.set(__self__, "defined_tags", defined_tags)
2147
+ pulumi.set(__self__, "display_name", display_name)
2148
+ pulumi.set(__self__, "features", features)
2149
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
2150
+ pulumi.set(__self__, "id", id)
2151
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2152
+ pulumi.set(__self__, "state", state)
2153
+ pulumi.set(__self__, "stream_output_locations", stream_output_locations)
2154
+ pulumi.set(__self__, "stream_source_id", stream_source_id)
2155
+ pulumi.set(__self__, "system_tags", system_tags)
2156
+ pulumi.set(__self__, "time_created", time_created)
2157
+ pulumi.set(__self__, "time_updated", time_updated)
2158
+
2159
+ @_builtins.property
2160
+ @pulumi.getter(name="agentParticipantId")
2161
+ def agent_participant_id(self) -> _builtins.str:
2162
+ """
2163
+ participant id of agent where results need to be sent
2164
+ """
2165
+ return pulumi.get(self, "agent_participant_id")
2166
+
2167
+ @_builtins.property
2168
+ @pulumi.getter(name="compartmentId")
2169
+ def compartment_id(self) -> _builtins.str:
2170
+ """
2171
+ The ID of the compartment in which to list resources.
2172
+ """
2173
+ return pulumi.get(self, "compartment_id")
2174
+
2175
+ @_builtins.property
2176
+ @pulumi.getter(name="definedTags")
2177
+ def defined_tags(self) -> Mapping[str, _builtins.str]:
2178
+ """
2179
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
2180
+ """
2181
+ return pulumi.get(self, "defined_tags")
2182
+
2183
+ @_builtins.property
2184
+ @pulumi.getter(name="displayName")
2185
+ def display_name(self) -> _builtins.str:
2186
+ """
2187
+ A filter to return only resources that match the entire display name given.
2188
+ """
2189
+ return pulumi.get(self, "display_name")
2190
+
2191
+ @_builtins.property
2192
+ @pulumi.getter
2193
+ def features(self) -> Sequence['outputs.GetStreamJobsStreamJobCollectionItemFeatureResult']:
2194
+ """
2195
+ a list of document analysis features.
2196
+ """
2197
+ return pulumi.get(self, "features")
2198
+
2199
+ @_builtins.property
2200
+ @pulumi.getter(name="freeformTags")
2201
+ def freeform_tags(self) -> Mapping[str, _builtins.str]:
2202
+ """
2203
+ A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
2204
+ """
2205
+ return pulumi.get(self, "freeform_tags")
2206
+
2207
+ @_builtins.property
2208
+ @pulumi.getter
2209
+ def id(self) -> _builtins.str:
2210
+ """
2211
+ The filter to find the streamjob with the given identifier.
2212
+ """
2213
+ return pulumi.get(self, "id")
2214
+
2215
+ @_builtins.property
2216
+ @pulumi.getter(name="lifecycleDetails")
2217
+ def lifecycle_details(self) -> _builtins.str:
2218
+ """
2219
+ Additional details about current state of streamJob
2220
+ """
2221
+ return pulumi.get(self, "lifecycle_details")
2222
+
2223
+ @_builtins.property
2224
+ @pulumi.getter
2225
+ def state(self) -> _builtins.str:
2226
+ """
2227
+ The filter to match projects with the given lifecycleState.
2228
+ """
2229
+ return pulumi.get(self, "state")
2230
+
2231
+ @_builtins.property
2232
+ @pulumi.getter(name="streamOutputLocations")
2233
+ def stream_output_locations(self) -> Sequence['outputs.GetStreamJobsStreamJobCollectionItemStreamOutputLocationResult']:
2234
+ """
2235
+ Details about a where results will be Sent
2236
+ """
2237
+ return pulumi.get(self, "stream_output_locations")
2238
+
2239
+ @_builtins.property
2240
+ @pulumi.getter(name="streamSourceId")
2241
+ def stream_source_id(self) -> _builtins.str:
2242
+ """
2243
+ [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamSource
2244
+ """
2245
+ return pulumi.get(self, "stream_source_id")
2246
+
2247
+ @_builtins.property
2248
+ @pulumi.getter(name="systemTags")
2249
+ def system_tags(self) -> Mapping[str, _builtins.str]:
2250
+ """
2251
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
2252
+ """
2253
+ return pulumi.get(self, "system_tags")
2254
+
2255
+ @_builtins.property
2256
+ @pulumi.getter(name="timeCreated")
2257
+ def time_created(self) -> _builtins.str:
2258
+ """
2259
+ When the streamJob was created, as an RFC3339 datetime string.
2260
+ """
2261
+ return pulumi.get(self, "time_created")
2262
+
2263
+ @_builtins.property
2264
+ @pulumi.getter(name="timeUpdated")
2265
+ def time_updated(self) -> _builtins.str:
2266
+ """
2267
+ When the stream job was updated, as an RFC3339 datetime string.
2268
+ """
2269
+ return pulumi.get(self, "time_updated")
2270
+
2271
+
2272
+ @pulumi.output_type
2273
+ class GetStreamJobsStreamJobCollectionItemFeatureResult(dict):
2274
+ def __init__(__self__, *,
2275
+ feature_type: _builtins.str,
2276
+ max_results: _builtins.int,
2277
+ should_return_landmarks: _builtins.bool,
2278
+ tracking_types: Sequence['outputs.GetStreamJobsStreamJobCollectionItemFeatureTrackingTypeResult']):
2279
+ """
2280
+ :param _builtins.str feature_type: The feature of video analysis. Allowed values are:
2281
+ * OBJECT_TRACKING: Object tracking feature(OT).
2282
+ * FACE_DETECTION: Face detection feature(FD).
2283
+ :param _builtins.int max_results: The maximum number of results to return.
2284
+ :param _builtins.bool should_return_landmarks: Whether or not return face landmarks.
2285
+ :param Sequence['GetStreamJobsStreamJobCollectionItemFeatureTrackingTypeArgs'] tracking_types: List of details of what to track.
2286
+ """
2287
+ pulumi.set(__self__, "feature_type", feature_type)
2288
+ pulumi.set(__self__, "max_results", max_results)
2289
+ pulumi.set(__self__, "should_return_landmarks", should_return_landmarks)
2290
+ pulumi.set(__self__, "tracking_types", tracking_types)
2291
+
2292
+ @_builtins.property
2293
+ @pulumi.getter(name="featureType")
2294
+ def feature_type(self) -> _builtins.str:
2295
+ """
2296
+ The feature of video analysis. Allowed values are:
2297
+ * OBJECT_TRACKING: Object tracking feature(OT).
2298
+ * FACE_DETECTION: Face detection feature(FD).
2299
+ """
2300
+ return pulumi.get(self, "feature_type")
2301
+
2302
+ @_builtins.property
2303
+ @pulumi.getter(name="maxResults")
2304
+ def max_results(self) -> _builtins.int:
2305
+ """
2306
+ The maximum number of results to return.
2307
+ """
2308
+ return pulumi.get(self, "max_results")
2309
+
2310
+ @_builtins.property
2311
+ @pulumi.getter(name="shouldReturnLandmarks")
2312
+ def should_return_landmarks(self) -> _builtins.bool:
2313
+ """
2314
+ Whether or not return face landmarks.
2315
+ """
2316
+ return pulumi.get(self, "should_return_landmarks")
2317
+
2318
+ @_builtins.property
2319
+ @pulumi.getter(name="trackingTypes")
2320
+ def tracking_types(self) -> Sequence['outputs.GetStreamJobsStreamJobCollectionItemFeatureTrackingTypeResult']:
2321
+ """
2322
+ List of details of what to track.
2323
+ """
2324
+ return pulumi.get(self, "tracking_types")
2325
+
2326
+
2327
+ @pulumi.output_type
2328
+ class GetStreamJobsStreamJobCollectionItemFeatureTrackingTypeResult(dict):
2329
+ def __init__(__self__, *,
2330
+ biometric_store_compartment_id: _builtins.str,
2331
+ biometric_store_id: _builtins.str,
2332
+ detection_model_id: _builtins.str,
2333
+ max_results: _builtins.int,
2334
+ objects: Sequence[_builtins.str],
2335
+ should_return_landmarks: _builtins.bool,
2336
+ tracking_model_id: _builtins.str):
2337
+ """
2338
+ :param _builtins.str biometric_store_compartment_id: compartment Id of biometric compartment.
2339
+ :param _builtins.str biometric_store_id: Which biometric store user wants to do face recognition
2340
+ :param _builtins.str detection_model_id: The detection model OCID.
2341
+ :param _builtins.int max_results: The maximum number of results to return.
2342
+ :param Sequence[_builtins.str] objects: List of the objects to be tracked.
2343
+ :param _builtins.bool should_return_landmarks: Whether or not return face landmarks.
2344
+ :param _builtins.str tracking_model_id: The tracking model OCID.
2345
+ """
2346
+ pulumi.set(__self__, "biometric_store_compartment_id", biometric_store_compartment_id)
2347
+ pulumi.set(__self__, "biometric_store_id", biometric_store_id)
2348
+ pulumi.set(__self__, "detection_model_id", detection_model_id)
2349
+ pulumi.set(__self__, "max_results", max_results)
2350
+ pulumi.set(__self__, "objects", objects)
2351
+ pulumi.set(__self__, "should_return_landmarks", should_return_landmarks)
2352
+ pulumi.set(__self__, "tracking_model_id", tracking_model_id)
2353
+
2354
+ @_builtins.property
2355
+ @pulumi.getter(name="biometricStoreCompartmentId")
2356
+ def biometric_store_compartment_id(self) -> _builtins.str:
2357
+ """
2358
+ compartment Id of biometric compartment.
2359
+ """
2360
+ return pulumi.get(self, "biometric_store_compartment_id")
2361
+
2362
+ @_builtins.property
2363
+ @pulumi.getter(name="biometricStoreId")
2364
+ def biometric_store_id(self) -> _builtins.str:
2365
+ """
2366
+ Which biometric store user wants to do face recognition
2367
+ """
2368
+ return pulumi.get(self, "biometric_store_id")
2369
+
2370
+ @_builtins.property
2371
+ @pulumi.getter(name="detectionModelId")
2372
+ def detection_model_id(self) -> _builtins.str:
2373
+ """
2374
+ The detection model OCID.
2375
+ """
2376
+ return pulumi.get(self, "detection_model_id")
2377
+
2378
+ @_builtins.property
2379
+ @pulumi.getter(name="maxResults")
2380
+ def max_results(self) -> _builtins.int:
2381
+ """
2382
+ The maximum number of results to return.
2383
+ """
2384
+ return pulumi.get(self, "max_results")
2385
+
2386
+ @_builtins.property
2387
+ @pulumi.getter
2388
+ def objects(self) -> Sequence[_builtins.str]:
2389
+ """
2390
+ List of the objects to be tracked.
2391
+ """
2392
+ return pulumi.get(self, "objects")
2393
+
2394
+ @_builtins.property
2395
+ @pulumi.getter(name="shouldReturnLandmarks")
2396
+ def should_return_landmarks(self) -> _builtins.bool:
2397
+ """
2398
+ Whether or not return face landmarks.
2399
+ """
2400
+ return pulumi.get(self, "should_return_landmarks")
2401
+
2402
+ @_builtins.property
2403
+ @pulumi.getter(name="trackingModelId")
2404
+ def tracking_model_id(self) -> _builtins.str:
2405
+ """
2406
+ The tracking model OCID.
2407
+ """
2408
+ return pulumi.get(self, "tracking_model_id")
2409
+
2410
+
2411
+ @pulumi.output_type
2412
+ class GetStreamJobsStreamJobCollectionItemStreamOutputLocationResult(dict):
2413
+ def __init__(__self__, *,
2414
+ bucket: _builtins.str,
2415
+ namespace: _builtins.str,
2416
+ obo_token: _builtins.str,
2417
+ output_location_type: _builtins.str,
2418
+ prefix: _builtins.str):
2419
+ """
2420
+ :param _builtins.str bucket: The Object Storage bucket name.
2421
+ :param _builtins.str namespace: The Object Storage namespace.
2422
+ :param _builtins.str obo_token: Object storage output location
2423
+ :param _builtins.str output_location_type: Type of device Allowed values are:
2424
+ * OBJECT_STORAGE
2425
+ * LIVEKIT_WEBRTC_AGENT
2426
+ :param _builtins.str prefix: The Object Storage folder name.
2427
+ """
2428
+ pulumi.set(__self__, "bucket", bucket)
2429
+ pulumi.set(__self__, "namespace", namespace)
2430
+ pulumi.set(__self__, "obo_token", obo_token)
2431
+ pulumi.set(__self__, "output_location_type", output_location_type)
2432
+ pulumi.set(__self__, "prefix", prefix)
2433
+
2434
+ @_builtins.property
2435
+ @pulumi.getter
2436
+ def bucket(self) -> _builtins.str:
2437
+ """
2438
+ The Object Storage bucket name.
2439
+ """
2440
+ return pulumi.get(self, "bucket")
2441
+
2442
+ @_builtins.property
2443
+ @pulumi.getter
2444
+ def namespace(self) -> _builtins.str:
2445
+ """
2446
+ The Object Storage namespace.
2447
+ """
2448
+ return pulumi.get(self, "namespace")
2449
+
2450
+ @_builtins.property
2451
+ @pulumi.getter(name="oboToken")
2452
+ def obo_token(self) -> _builtins.str:
2453
+ """
2454
+ Object storage output location
2455
+ """
2456
+ return pulumi.get(self, "obo_token")
2457
+
2458
+ @_builtins.property
2459
+ @pulumi.getter(name="outputLocationType")
2460
+ def output_location_type(self) -> _builtins.str:
2461
+ """
2462
+ Type of device Allowed values are:
2463
+ * OBJECT_STORAGE
2464
+ * LIVEKIT_WEBRTC_AGENT
2465
+ """
2466
+ return pulumi.get(self, "output_location_type")
2467
+
2468
+ @_builtins.property
2469
+ @pulumi.getter
2470
+ def prefix(self) -> _builtins.str:
2471
+ """
2472
+ The Object Storage folder name.
2473
+ """
2474
+ return pulumi.get(self, "prefix")
2475
+
2476
+
2477
+ @pulumi.output_type
2478
+ class GetStreamSourceStreamSourceDetailResult(dict):
2479
+ def __init__(__self__, *,
2480
+ camera_url: _builtins.str,
2481
+ secret_id: _builtins.str,
2482
+ source_type: _builtins.str,
2483
+ stream_network_access_details: Sequence['outputs.GetStreamSourceStreamSourceDetailStreamNetworkAccessDetailResult']):
2484
+ """
2485
+ :param _builtins.str camera_url: url of camera
2486
+ :param _builtins.str secret_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
2487
+ :param _builtins.str source_type: Type of source Allowed values are:
2488
+ * RTSP
2489
+ :param Sequence['GetStreamSourceStreamSourceDetailStreamNetworkAccessDetailArgs'] stream_network_access_details: Details about a stream Connection type
2490
+ """
2491
+ pulumi.set(__self__, "camera_url", camera_url)
2492
+ pulumi.set(__self__, "secret_id", secret_id)
2493
+ pulumi.set(__self__, "source_type", source_type)
2494
+ pulumi.set(__self__, "stream_network_access_details", stream_network_access_details)
2495
+
2496
+ @_builtins.property
2497
+ @pulumi.getter(name="cameraUrl")
2498
+ def camera_url(self) -> _builtins.str:
2499
+ """
2500
+ url of camera
2501
+ """
2502
+ return pulumi.get(self, "camera_url")
2503
+
2504
+ @_builtins.property
2505
+ @pulumi.getter(name="secretId")
2506
+ def secret_id(self) -> _builtins.str:
2507
+ """
2508
+ [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
2509
+ """
2510
+ return pulumi.get(self, "secret_id")
2511
+
2512
+ @_builtins.property
2513
+ @pulumi.getter(name="sourceType")
2514
+ def source_type(self) -> _builtins.str:
2515
+ """
2516
+ Type of source Allowed values are:
2517
+ * RTSP
2518
+ """
2519
+ return pulumi.get(self, "source_type")
2520
+
2521
+ @_builtins.property
2522
+ @pulumi.getter(name="streamNetworkAccessDetails")
2523
+ def stream_network_access_details(self) -> Sequence['outputs.GetStreamSourceStreamSourceDetailStreamNetworkAccessDetailResult']:
2524
+ """
2525
+ Details about a stream Connection type
2526
+ """
2527
+ return pulumi.get(self, "stream_network_access_details")
2528
+
2529
+
2530
+ @pulumi.output_type
2531
+ class GetStreamSourceStreamSourceDetailStreamNetworkAccessDetailResult(dict):
2532
+ def __init__(__self__, *,
2533
+ private_endpoint_id: _builtins.str,
2534
+ stream_access_type: _builtins.str):
2535
+ """
2536
+ :param _builtins.str private_endpoint_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
2537
+ :param _builtins.str stream_access_type: Type of access Allowed values are:
2538
+ * PRIVATE
2539
+ """
2540
+ pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
2541
+ pulumi.set(__self__, "stream_access_type", stream_access_type)
2542
+
2543
+ @_builtins.property
2544
+ @pulumi.getter(name="privateEndpointId")
2545
+ def private_endpoint_id(self) -> _builtins.str:
2546
+ """
2547
+ [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
2548
+ """
2549
+ return pulumi.get(self, "private_endpoint_id")
2550
+
2551
+ @_builtins.property
2552
+ @pulumi.getter(name="streamAccessType")
2553
+ def stream_access_type(self) -> _builtins.str:
2554
+ """
2555
+ Type of access Allowed values are:
2556
+ * PRIVATE
2557
+ """
2558
+ return pulumi.get(self, "stream_access_type")
2559
+
2560
+
2561
+ @pulumi.output_type
2562
+ class GetStreamSourcesFilterResult(dict):
2563
+ def __init__(__self__, *,
2564
+ name: _builtins.str,
2565
+ values: Sequence[_builtins.str],
2566
+ regex: Optional[_builtins.bool] = None):
2567
+ pulumi.set(__self__, "name", name)
2568
+ pulumi.set(__self__, "values", values)
2569
+ if regex is not None:
2570
+ pulumi.set(__self__, "regex", regex)
2571
+
2572
+ @_builtins.property
2573
+ @pulumi.getter
2574
+ def name(self) -> _builtins.str:
2575
+ return pulumi.get(self, "name")
2576
+
2577
+ @_builtins.property
2578
+ @pulumi.getter
2579
+ def values(self) -> Sequence[_builtins.str]:
2580
+ return pulumi.get(self, "values")
2581
+
2582
+ @_builtins.property
2583
+ @pulumi.getter
2584
+ def regex(self) -> Optional[_builtins.bool]:
2585
+ return pulumi.get(self, "regex")
2586
+
2587
+
2588
+ @pulumi.output_type
2589
+ class GetStreamSourcesStreamSourceCollectionResult(dict):
2590
+ def __init__(__self__, *,
2591
+ items: Sequence['outputs.GetStreamSourcesStreamSourceCollectionItemResult']):
2592
+ pulumi.set(__self__, "items", items)
2593
+
2594
+ @_builtins.property
2595
+ @pulumi.getter
2596
+ def items(self) -> Sequence['outputs.GetStreamSourcesStreamSourceCollectionItemResult']:
2597
+ return pulumi.get(self, "items")
2598
+
2599
+
2600
+ @pulumi.output_type
2601
+ class GetStreamSourcesStreamSourceCollectionItemResult(dict):
2602
+ def __init__(__self__, *,
2603
+ compartment_id: _builtins.str,
2604
+ defined_tags: Mapping[str, _builtins.str],
2605
+ display_name: _builtins.str,
2606
+ freeform_tags: Mapping[str, _builtins.str],
2607
+ id: _builtins.str,
2608
+ state: _builtins.str,
2609
+ stream_source_details: Sequence['outputs.GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailResult'],
2610
+ system_tags: Mapping[str, _builtins.str],
2611
+ time_created: _builtins.str,
2612
+ time_updated: _builtins.str):
2613
+ """
2614
+ :param _builtins.str compartment_id: The ID of the compartment in which to list resources.
2615
+ :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
2616
+ :param _builtins.str display_name: A filter to return only resources that match the entire display name given.
2617
+ :param Mapping[str, _builtins.str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
2618
+ :param _builtins.str id: The filter to find the device with the given identifier.
2619
+ :param _builtins.str state: The filter to match projects with the given lifecycleState.
2620
+ :param Sequence['GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailArgs'] stream_source_details: Details about a stream source
2621
+ :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
2622
+ :param _builtins.str time_created: When the streamSource was created, as an RFC3339 datetime string.
2623
+ :param _builtins.str time_updated: When the streamSource was updated, as an RFC3339 datetime string.
2624
+ """
2625
+ pulumi.set(__self__, "compartment_id", compartment_id)
2626
+ pulumi.set(__self__, "defined_tags", defined_tags)
2627
+ pulumi.set(__self__, "display_name", display_name)
2628
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
2629
+ pulumi.set(__self__, "id", id)
2630
+ pulumi.set(__self__, "state", state)
2631
+ pulumi.set(__self__, "stream_source_details", stream_source_details)
2632
+ pulumi.set(__self__, "system_tags", system_tags)
2633
+ pulumi.set(__self__, "time_created", time_created)
2634
+ pulumi.set(__self__, "time_updated", time_updated)
2635
+
2636
+ @_builtins.property
2637
+ @pulumi.getter(name="compartmentId")
2638
+ def compartment_id(self) -> _builtins.str:
2639
+ """
2640
+ The ID of the compartment in which to list resources.
2641
+ """
2642
+ return pulumi.get(self, "compartment_id")
2643
+
2644
+ @_builtins.property
2645
+ @pulumi.getter(name="definedTags")
2646
+ def defined_tags(self) -> Mapping[str, _builtins.str]:
2647
+ """
2648
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
2649
+ """
2650
+ return pulumi.get(self, "defined_tags")
2651
+
2652
+ @_builtins.property
2653
+ @pulumi.getter(name="displayName")
2654
+ def display_name(self) -> _builtins.str:
2655
+ """
2656
+ A filter to return only resources that match the entire display name given.
2657
+ """
2658
+ return pulumi.get(self, "display_name")
2659
+
2660
+ @_builtins.property
2661
+ @pulumi.getter(name="freeformTags")
2662
+ def freeform_tags(self) -> Mapping[str, _builtins.str]:
2663
+ """
2664
+ A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
2665
+ """
2666
+ return pulumi.get(self, "freeform_tags")
2667
+
2668
+ @_builtins.property
2669
+ @pulumi.getter
2670
+ def id(self) -> _builtins.str:
2671
+ """
2672
+ The filter to find the device with the given identifier.
2673
+ """
2674
+ return pulumi.get(self, "id")
2675
+
2676
+ @_builtins.property
2677
+ @pulumi.getter
2678
+ def state(self) -> _builtins.str:
2679
+ """
2680
+ The filter to match projects with the given lifecycleState.
2681
+ """
2682
+ return pulumi.get(self, "state")
2683
+
2684
+ @_builtins.property
2685
+ @pulumi.getter(name="streamSourceDetails")
2686
+ def stream_source_details(self) -> Sequence['outputs.GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailResult']:
2687
+ """
2688
+ Details about a stream source
2689
+ """
2690
+ return pulumi.get(self, "stream_source_details")
2691
+
2692
+ @_builtins.property
2693
+ @pulumi.getter(name="systemTags")
2694
+ def system_tags(self) -> Mapping[str, _builtins.str]:
2695
+ """
2696
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
2697
+ """
2698
+ return pulumi.get(self, "system_tags")
2699
+
2700
+ @_builtins.property
2701
+ @pulumi.getter(name="timeCreated")
2702
+ def time_created(self) -> _builtins.str:
2703
+ """
2704
+ When the streamSource was created, as an RFC3339 datetime string.
2705
+ """
2706
+ return pulumi.get(self, "time_created")
2707
+
2708
+ @_builtins.property
2709
+ @pulumi.getter(name="timeUpdated")
2710
+ def time_updated(self) -> _builtins.str:
2711
+ """
2712
+ When the streamSource was updated, as an RFC3339 datetime string.
2713
+ """
2714
+ return pulumi.get(self, "time_updated")
2715
+
2716
+
2717
+ @pulumi.output_type
2718
+ class GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailResult(dict):
2719
+ def __init__(__self__, *,
2720
+ camera_url: _builtins.str,
2721
+ secret_id: _builtins.str,
2722
+ source_type: _builtins.str,
2723
+ stream_network_access_details: Sequence['outputs.GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailStreamNetworkAccessDetailResult']):
2724
+ """
2725
+ :param _builtins.str camera_url: url of camera
2726
+ :param _builtins.str secret_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
2727
+ :param _builtins.str source_type: Type of source Allowed values are:
2728
+ * RTSP
2729
+ :param Sequence['GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailStreamNetworkAccessDetailArgs'] stream_network_access_details: Details about a stream Connection type
2730
+ """
2731
+ pulumi.set(__self__, "camera_url", camera_url)
2732
+ pulumi.set(__self__, "secret_id", secret_id)
2733
+ pulumi.set(__self__, "source_type", source_type)
2734
+ pulumi.set(__self__, "stream_network_access_details", stream_network_access_details)
2735
+
2736
+ @_builtins.property
2737
+ @pulumi.getter(name="cameraUrl")
2738
+ def camera_url(self) -> _builtins.str:
2739
+ """
2740
+ url of camera
2741
+ """
2742
+ return pulumi.get(self, "camera_url")
2743
+
2744
+ @_builtins.property
2745
+ @pulumi.getter(name="secretId")
2746
+ def secret_id(self) -> _builtins.str:
2747
+ """
2748
+ [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
2749
+ """
2750
+ return pulumi.get(self, "secret_id")
2751
+
2752
+ @_builtins.property
2753
+ @pulumi.getter(name="sourceType")
2754
+ def source_type(self) -> _builtins.str:
2755
+ """
2756
+ Type of source Allowed values are:
2757
+ * RTSP
2758
+ """
2759
+ return pulumi.get(self, "source_type")
2760
+
2761
+ @_builtins.property
2762
+ @pulumi.getter(name="streamNetworkAccessDetails")
2763
+ def stream_network_access_details(self) -> Sequence['outputs.GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailStreamNetworkAccessDetailResult']:
2764
+ """
2765
+ Details about a stream Connection type
2766
+ """
2767
+ return pulumi.get(self, "stream_network_access_details")
2768
+
2769
+
2770
+ @pulumi.output_type
2771
+ class GetStreamSourcesStreamSourceCollectionItemStreamSourceDetailStreamNetworkAccessDetailResult(dict):
2772
+ def __init__(__self__, *,
2773
+ private_endpoint_id: _builtins.str,
2774
+ stream_access_type: _builtins.str):
2775
+ """
2776
+ :param _builtins.str private_endpoint_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
2777
+ :param _builtins.str stream_access_type: Type of access Allowed values are:
2778
+ * PRIVATE
2779
+ """
2780
+ pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
2781
+ pulumi.set(__self__, "stream_access_type", stream_access_type)
2782
+
2783
+ @_builtins.property
2784
+ @pulumi.getter(name="privateEndpointId")
2785
+ def private_endpoint_id(self) -> _builtins.str:
2786
+ """
2787
+ [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
2788
+ """
2789
+ return pulumi.get(self, "private_endpoint_id")
2790
+
2791
+ @_builtins.property
2792
+ @pulumi.getter(name="streamAccessType")
2793
+ def stream_access_type(self) -> _builtins.str:
2794
+ """
2795
+ Type of access Allowed values are:
2796
+ * PRIVATE
2797
+ """
2798
+ return pulumi.get(self, "stream_access_type")
2799
+
2800
+
2801
+ @pulumi.output_type
2802
+ class GetVisionPrivateEndpointsFilterResult(dict):
2803
+ def __init__(__self__, *,
2804
+ name: _builtins.str,
2805
+ values: Sequence[_builtins.str],
2806
+ regex: Optional[_builtins.bool] = None):
2807
+ pulumi.set(__self__, "name", name)
2808
+ pulumi.set(__self__, "values", values)
2809
+ if regex is not None:
2810
+ pulumi.set(__self__, "regex", regex)
2811
+
2812
+ @_builtins.property
2813
+ @pulumi.getter
2814
+ def name(self) -> _builtins.str:
2815
+ return pulumi.get(self, "name")
2816
+
2817
+ @_builtins.property
2818
+ @pulumi.getter
2819
+ def values(self) -> Sequence[_builtins.str]:
2820
+ return pulumi.get(self, "values")
2821
+
2822
+ @_builtins.property
2823
+ @pulumi.getter
2824
+ def regex(self) -> Optional[_builtins.bool]:
2825
+ return pulumi.get(self, "regex")
2826
+
2827
+
2828
+ @pulumi.output_type
2829
+ class GetVisionPrivateEndpointsVisionPrivateEndpointCollectionResult(dict):
2830
+ def __init__(__self__, *,
2831
+ items: Sequence['outputs.GetVisionPrivateEndpointsVisionPrivateEndpointCollectionItemResult']):
2832
+ pulumi.set(__self__, "items", items)
2833
+
2834
+ @_builtins.property
2835
+ @pulumi.getter
2836
+ def items(self) -> Sequence['outputs.GetVisionPrivateEndpointsVisionPrivateEndpointCollectionItemResult']:
2837
+ return pulumi.get(self, "items")
2838
+
2839
+
2840
+ @pulumi.output_type
2841
+ class GetVisionPrivateEndpointsVisionPrivateEndpointCollectionItemResult(dict):
2842
+ def __init__(__self__, *,
2843
+ compartment_id: _builtins.str,
2844
+ defined_tags: Mapping[str, _builtins.str],
2845
+ description: _builtins.str,
2846
+ display_name: _builtins.str,
2847
+ freeform_tags: Mapping[str, _builtins.str],
2848
+ id: _builtins.str,
2849
+ lifecycle_details: _builtins.str,
2850
+ state: _builtins.str,
2851
+ subnet_id: _builtins.str,
2852
+ system_tags: Mapping[str, _builtins.str],
2853
+ time_created: _builtins.str,
2854
+ time_updated: _builtins.str):
2855
+ """
2856
+ :param _builtins.str compartment_id: The ID of the compartment in which to list resources.
2857
+ :param Mapping[str, _builtins.str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
2858
+ :param _builtins.str description: An optional description of the visionPrivateEndpoint.
2859
+ :param _builtins.str display_name: A filter to return only resources that match the entire display name given.
2860
+ :param Mapping[str, _builtins.str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
2861
+ :param _builtins.str id: The filter to find the device with the given identifier.
2862
+ :param _builtins.str lifecycle_details: A message describing the current state in more detail, that can provide actionable information if creation failed.
2863
+ :param _builtins.str state: The filter to match projects with the given lifecycleState.
2864
+ :param _builtins.str subnet_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of subnet
2865
+ :param Mapping[str, _builtins.str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
2866
+ :param _builtins.str time_created: When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
2867
+ :param _builtins.str time_updated: When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
2868
+ """
2869
+ pulumi.set(__self__, "compartment_id", compartment_id)
2870
+ pulumi.set(__self__, "defined_tags", defined_tags)
2871
+ pulumi.set(__self__, "description", description)
2872
+ pulumi.set(__self__, "display_name", display_name)
2873
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
2874
+ pulumi.set(__self__, "id", id)
2875
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2876
+ pulumi.set(__self__, "state", state)
2877
+ pulumi.set(__self__, "subnet_id", subnet_id)
2878
+ pulumi.set(__self__, "system_tags", system_tags)
2879
+ pulumi.set(__self__, "time_created", time_created)
2880
+ pulumi.set(__self__, "time_updated", time_updated)
2881
+
2882
+ @_builtins.property
2883
+ @pulumi.getter(name="compartmentId")
2884
+ def compartment_id(self) -> _builtins.str:
2885
+ """
2886
+ The ID of the compartment in which to list resources.
2887
+ """
2888
+ return pulumi.get(self, "compartment_id")
2889
+
2890
+ @_builtins.property
2891
+ @pulumi.getter(name="definedTags")
2892
+ def defined_tags(self) -> Mapping[str, _builtins.str]:
2893
+ """
2894
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
2895
+ """
2896
+ return pulumi.get(self, "defined_tags")
2897
+
2898
+ @_builtins.property
2899
+ @pulumi.getter
2900
+ def description(self) -> _builtins.str:
2901
+ """
2902
+ An optional description of the visionPrivateEndpoint.
2903
+ """
2904
+ return pulumi.get(self, "description")
2905
+
2906
+ @_builtins.property
2907
+ @pulumi.getter(name="displayName")
2908
+ def display_name(self) -> _builtins.str:
2909
+ """
2910
+ A filter to return only resources that match the entire display name given.
2911
+ """
2912
+ return pulumi.get(self, "display_name")
2913
+
2914
+ @_builtins.property
2915
+ @pulumi.getter(name="freeformTags")
2916
+ def freeform_tags(self) -> Mapping[str, _builtins.str]:
2917
+ """
2918
+ A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
2919
+ """
2920
+ return pulumi.get(self, "freeform_tags")
2921
+
2922
+ @_builtins.property
2923
+ @pulumi.getter
2924
+ def id(self) -> _builtins.str:
2925
+ """
2926
+ The filter to find the device with the given identifier.
2927
+ """
2928
+ return pulumi.get(self, "id")
2929
+
2930
+ @_builtins.property
2931
+ @pulumi.getter(name="lifecycleDetails")
2932
+ def lifecycle_details(self) -> _builtins.str:
2933
+ """
2934
+ A message describing the current state in more detail, that can provide actionable information if creation failed.
2935
+ """
2936
+ return pulumi.get(self, "lifecycle_details")
2937
+
2938
+ @_builtins.property
2939
+ @pulumi.getter
2940
+ def state(self) -> _builtins.str:
2941
+ """
2942
+ The filter to match projects with the given lifecycleState.
2943
+ """
2944
+ return pulumi.get(self, "state")
2945
+
2946
+ @_builtins.property
2947
+ @pulumi.getter(name="subnetId")
2948
+ def subnet_id(self) -> _builtins.str:
2949
+ """
2950
+ [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of subnet
2951
+ """
2952
+ return pulumi.get(self, "subnet_id")
2953
+
1150
2954
  @_builtins.property
1151
2955
  @pulumi.getter(name="systemTags")
1152
2956
  def system_tags(self) -> Mapping[str, _builtins.str]:
1153
2957
  """
1154
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
2958
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
1155
2959
  """
1156
2960
  return pulumi.get(self, "system_tags")
1157
2961
 
@@ -1159,7 +2963,7 @@ class GetProjectsProjectCollectionItemResult(dict):
1159
2963
  @pulumi.getter(name="timeCreated")
1160
2964
  def time_created(self) -> _builtins.str:
1161
2965
  """
1162
- The time the Project was created. An RFC3339 formatted datetime string
2966
+ When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
1163
2967
  """
1164
2968
  return pulumi.get(self, "time_created")
1165
2969
 
@@ -1167,7 +2971,7 @@ class GetProjectsProjectCollectionItemResult(dict):
1167
2971
  @pulumi.getter(name="timeUpdated")
1168
2972
  def time_updated(self) -> _builtins.str:
1169
2973
  """
1170
- The time the Project was updated. An RFC3339 formatted datetime string
2974
+ When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
1171
2975
  """
1172
2976
  return pulumi.get(self, "time_updated")
1173
2977