pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.0a1757054731__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.7.0a1757054731.dist-info}/METADATA +1 -1
  69. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/RECORD +71 -51
  70. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/WHEEL +0 -0
  71. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0a1757054731.dist-info}/top_level.txt +0 -0
@@ -36,19 +36,19 @@ class ModelArgs:
36
36
  validation_dataset: Optional[pulumi.Input['ModelValidationDatasetArgs']] = None):
37
37
  """
38
38
  The set of arguments for constructing a Model resource.
39
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment Identifier
40
- :param pulumi.Input[_builtins.str] model_type: The type of the model.
41
- :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
42
- :param pulumi.Input['ModelTrainingDatasetArgs'] training_dataset: The base entity for a Dataset, which is the input for Model creation.
43
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
44
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the Model.
45
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Model Identifier
46
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
47
- :param pulumi.Input[_builtins.bool] is_quick_mode: If It's true, Training is set for recommended epochs needed for quick training.
48
- :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum duration in hours for which the training will run.
49
- :param pulumi.Input[_builtins.str] model_version: Model version.
50
- :param pulumi.Input['ModelTestingDatasetArgs'] testing_dataset: The base entity for a Dataset, which is the input for Model creation.
51
- :param pulumi.Input['ModelValidationDatasetArgs'] validation_dataset: The base entity for a Dataset, which is the input for Model creation.
39
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
40
+ :param pulumi.Input[_builtins.str] model_type: Which type of Vision model this is.
41
+ :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
42
+ :param pulumi.Input['ModelTrainingDatasetArgs'] training_dataset: The base entity which is the input for creating and training a model.
43
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
44
+ :param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the model.
45
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the model, which can be changed.
46
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) 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"}`
47
+ :param pulumi.Input[_builtins.bool] is_quick_mode: Set to true when experimenting with a new model type or dataset, so the model training is quick, with a predefined low number of passes through the training data.
48
+ :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum model training duration in hours, expressed as a decimal fraction.
49
+ :param pulumi.Input[_builtins.str] model_version: The model version
50
+ :param pulumi.Input['ModelTestingDatasetArgs'] testing_dataset: The base entity which is the input for creating and training a model.
51
+ :param pulumi.Input['ModelValidationDatasetArgs'] validation_dataset: The base entity which is the input for creating and training a model.
52
52
  """
53
53
  pulumi.set(__self__, "compartment_id", compartment_id)
54
54
  pulumi.set(__self__, "model_type", model_type)
@@ -77,7 +77,7 @@ class ModelArgs:
77
77
  @pulumi.getter(name="compartmentId")
78
78
  def compartment_id(self) -> pulumi.Input[_builtins.str]:
79
79
  """
80
- (Updatable) Compartment Identifier
80
+ (Updatable) The compartment identifier.
81
81
  """
82
82
  return pulumi.get(self, "compartment_id")
83
83
 
@@ -89,7 +89,7 @@ class ModelArgs:
89
89
  @pulumi.getter(name="modelType")
90
90
  def model_type(self) -> pulumi.Input[_builtins.str]:
91
91
  """
92
- The type of the model.
92
+ Which type of Vision model this is.
93
93
  """
94
94
  return pulumi.get(self, "model_type")
95
95
 
@@ -101,7 +101,7 @@ class ModelArgs:
101
101
  @pulumi.getter(name="projectId")
102
102
  def project_id(self) -> pulumi.Input[_builtins.str]:
103
103
  """
104
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
104
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
105
105
  """
106
106
  return pulumi.get(self, "project_id")
107
107
 
@@ -113,7 +113,7 @@ class ModelArgs:
113
113
  @pulumi.getter(name="trainingDataset")
114
114
  def training_dataset(self) -> pulumi.Input['ModelTrainingDatasetArgs']:
115
115
  """
116
- The base entity for a Dataset, which is the input for Model creation.
116
+ The base entity which is the input for creating and training a model.
117
117
  """
118
118
  return pulumi.get(self, "training_dataset")
119
119
 
@@ -125,7 +125,7 @@ class ModelArgs:
125
125
  @pulumi.getter(name="definedTags")
126
126
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
127
127
  """
128
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
128
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
129
129
  """
130
130
  return pulumi.get(self, "defined_tags")
131
131
 
@@ -137,7 +137,7 @@ class ModelArgs:
137
137
  @pulumi.getter
138
138
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
139
139
  """
140
- (Updatable) A short description of the Model.
140
+ (Updatable) An optional description of the model.
141
141
  """
142
142
  return pulumi.get(self, "description")
143
143
 
@@ -149,7 +149,7 @@ class ModelArgs:
149
149
  @pulumi.getter(name="displayName")
150
150
  def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
151
151
  """
152
- (Updatable) Model Identifier
152
+ (Updatable) A human-friendly name for the model, which can be changed.
153
153
  """
154
154
  return pulumi.get(self, "display_name")
155
155
 
@@ -161,7 +161,7 @@ class ModelArgs:
161
161
  @pulumi.getter(name="freeformTags")
162
162
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
163
163
  """
164
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
164
+ (Updatable) 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"}`
165
165
  """
166
166
  return pulumi.get(self, "freeform_tags")
167
167
 
@@ -173,7 +173,7 @@ class ModelArgs:
173
173
  @pulumi.getter(name="isQuickMode")
174
174
  def is_quick_mode(self) -> Optional[pulumi.Input[_builtins.bool]]:
175
175
  """
176
- If It's true, Training is set for recommended epochs needed for quick training.
176
+ Set to true when experimenting with a new model type or dataset, so the model training is quick, with a predefined low number of passes through the training data.
177
177
  """
178
178
  return pulumi.get(self, "is_quick_mode")
179
179
 
@@ -185,7 +185,7 @@ class ModelArgs:
185
185
  @pulumi.getter(name="maxTrainingDurationInHours")
186
186
  def max_training_duration_in_hours(self) -> Optional[pulumi.Input[_builtins.float]]:
187
187
  """
188
- The maximum duration in hours for which the training will run.
188
+ The maximum model training duration in hours, expressed as a decimal fraction.
189
189
  """
190
190
  return pulumi.get(self, "max_training_duration_in_hours")
191
191
 
@@ -197,7 +197,7 @@ class ModelArgs:
197
197
  @pulumi.getter(name="modelVersion")
198
198
  def model_version(self) -> Optional[pulumi.Input[_builtins.str]]:
199
199
  """
200
- Model version.
200
+ The model version
201
201
  """
202
202
  return pulumi.get(self, "model_version")
203
203
 
@@ -209,7 +209,7 @@ class ModelArgs:
209
209
  @pulumi.getter(name="testingDataset")
210
210
  def testing_dataset(self) -> Optional[pulumi.Input['ModelTestingDatasetArgs']]:
211
211
  """
212
- The base entity for a Dataset, which is the input for Model creation.
212
+ The base entity which is the input for creating and training a model.
213
213
  """
214
214
  return pulumi.get(self, "testing_dataset")
215
215
 
@@ -221,7 +221,7 @@ class ModelArgs:
221
221
  @pulumi.getter(name="validationDataset")
222
222
  def validation_dataset(self) -> Optional[pulumi.Input['ModelValidationDatasetArgs']]:
223
223
  """
224
- The base entity for a Dataset, which is the input for Model creation.
224
+ The base entity which is the input for creating and training a model.
225
225
  """
226
226
  return pulumi.get(self, "validation_dataset")
227
227
 
@@ -261,32 +261,32 @@ class _ModelState:
261
261
  validation_dataset: Optional[pulumi.Input['ModelValidationDatasetArgs']] = None):
262
262
  """
263
263
  Input properties used for looking up and filtering Model resources.
264
- :param pulumi.Input[_builtins.float] average_precision: Average precision of the trained model
265
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment Identifier
266
- :param pulumi.Input[_builtins.float] confidence_threshold: Confidence ratio of the calculation
267
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
268
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the Model.
269
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Model Identifier
270
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
271
- :param pulumi.Input[_builtins.bool] is_quick_mode: If It's true, Training is set for recommended epochs needed for quick training.
272
- :param pulumi.Input[_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.
273
- :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum duration in hours for which the training will run.
274
- :param pulumi.Input[_builtins.str] metrics: Complete Training Metrics for successful trained model
275
- :param pulumi.Input[_builtins.str] model_type: The type of the model.
276
- :param pulumi.Input[_builtins.str] model_version: Model version.
277
- :param pulumi.Input[_builtins.float] precision: Precision of the trained model
278
- :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
279
- :param pulumi.Input[_builtins.float] recall: Recall of the trained model
280
- :param pulumi.Input[_builtins.str] state: The current state of the Model.
281
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
282
- :param pulumi.Input[_builtins.int] test_image_count: Total number of testing Images
283
- :param pulumi.Input['ModelTestingDatasetArgs'] testing_dataset: The base entity for a Dataset, which is the input for Model creation.
284
- :param pulumi.Input[_builtins.str] time_created: The time the Model was created. An RFC3339 formatted datetime string
285
- :param pulumi.Input[_builtins.str] time_updated: The time the Model was updated. An RFC3339 formatted datetime string
286
- :param pulumi.Input[_builtins.int] total_image_count: Total number of training Images
287
- :param pulumi.Input[_builtins.float] trained_duration_in_hours: Total hours actually used for training
288
- :param pulumi.Input['ModelTrainingDatasetArgs'] training_dataset: The base entity for a Dataset, which is the input for Model creation.
289
- :param pulumi.Input['ModelValidationDatasetArgs'] validation_dataset: The base entity for a Dataset, which is the input for Model creation.
264
+ :param pulumi.Input[_builtins.float] average_precision: The mean average precision of the trained model.
265
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
266
+ :param pulumi.Input[_builtins.float] confidence_threshold: The intersection over the union threshold used for calculating precision and recall.
267
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
268
+ :param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the model.
269
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the model, which can be changed.
270
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) 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"}`
271
+ :param pulumi.Input[_builtins.bool] is_quick_mode: Set to true when experimenting with a new model type or dataset, so the model training is quick, with a predefined low number of passes through the training data.
272
+ :param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail, that can provide actionable information if training failed.
273
+ :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum model training duration in hours, expressed as a decimal fraction.
274
+ :param pulumi.Input[_builtins.str] metrics: The complete set of per-label metrics for successfully trained models.
275
+ :param pulumi.Input[_builtins.str] model_type: Which type of Vision model this is.
276
+ :param pulumi.Input[_builtins.str] model_version: The model version
277
+ :param pulumi.Input[_builtins.float] precision: The precision of the trained model.
278
+ :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
279
+ :param pulumi.Input[_builtins.float] recall: Recall of the trained model.
280
+ :param pulumi.Input[_builtins.str] state: The current state of the model.
281
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
282
+ :param pulumi.Input[_builtins.int] test_image_count: The number of images set aside for evaluating model performance metrics after training.
283
+ :param pulumi.Input['ModelTestingDatasetArgs'] testing_dataset: The base entity which is the input for creating and training a model.
284
+ :param pulumi.Input[_builtins.str] time_created: When the model was created, as an RFC3339 datetime string.
285
+ :param pulumi.Input[_builtins.str] time_updated: When the model was updated, as an RFC3339 datetime string.
286
+ :param pulumi.Input[_builtins.int] total_image_count: The number of images in the dataset used to train, validate, and test the model.
287
+ :param pulumi.Input[_builtins.float] trained_duration_in_hours: The total hours actually used for model training.
288
+ :param pulumi.Input['ModelTrainingDatasetArgs'] training_dataset: The base entity which is the input for creating and training a model.
289
+ :param pulumi.Input['ModelValidationDatasetArgs'] validation_dataset: The base entity which is the input for creating and training a model.
290
290
  """
291
291
  if average_precision is not None:
292
292
  pulumi.set(__self__, "average_precision", average_precision)
@@ -345,7 +345,7 @@ class _ModelState:
345
345
  @pulumi.getter(name="averagePrecision")
346
346
  def average_precision(self) -> Optional[pulumi.Input[_builtins.float]]:
347
347
  """
348
- Average precision of the trained model
348
+ The mean average precision of the trained model.
349
349
  """
350
350
  return pulumi.get(self, "average_precision")
351
351
 
@@ -357,7 +357,7 @@ class _ModelState:
357
357
  @pulumi.getter(name="compartmentId")
358
358
  def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
359
359
  """
360
- (Updatable) Compartment Identifier
360
+ (Updatable) The compartment identifier.
361
361
  """
362
362
  return pulumi.get(self, "compartment_id")
363
363
 
@@ -369,7 +369,7 @@ class _ModelState:
369
369
  @pulumi.getter(name="confidenceThreshold")
370
370
  def confidence_threshold(self) -> Optional[pulumi.Input[_builtins.float]]:
371
371
  """
372
- Confidence ratio of the calculation
372
+ The intersection over the union threshold used for calculating precision and recall.
373
373
  """
374
374
  return pulumi.get(self, "confidence_threshold")
375
375
 
@@ -381,7 +381,7 @@ class _ModelState:
381
381
  @pulumi.getter(name="definedTags")
382
382
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
383
383
  """
384
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
384
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
385
385
  """
386
386
  return pulumi.get(self, "defined_tags")
387
387
 
@@ -393,7 +393,7 @@ class _ModelState:
393
393
  @pulumi.getter
394
394
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
395
395
  """
396
- (Updatable) A short description of the Model.
396
+ (Updatable) An optional description of the model.
397
397
  """
398
398
  return pulumi.get(self, "description")
399
399
 
@@ -405,7 +405,7 @@ class _ModelState:
405
405
  @pulumi.getter(name="displayName")
406
406
  def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
407
407
  """
408
- (Updatable) Model Identifier
408
+ (Updatable) A human-friendly name for the model, which can be changed.
409
409
  """
410
410
  return pulumi.get(self, "display_name")
411
411
 
@@ -417,7 +417,7 @@ class _ModelState:
417
417
  @pulumi.getter(name="freeformTags")
418
418
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
419
419
  """
420
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
420
+ (Updatable) 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"}`
421
421
  """
422
422
  return pulumi.get(self, "freeform_tags")
423
423
 
@@ -429,7 +429,7 @@ class _ModelState:
429
429
  @pulumi.getter(name="isQuickMode")
430
430
  def is_quick_mode(self) -> Optional[pulumi.Input[_builtins.bool]]:
431
431
  """
432
- If It's true, Training is set for recommended epochs needed for quick training.
432
+ Set to true when experimenting with a new model type or dataset, so the model training is quick, with a predefined low number of passes through the training data.
433
433
  """
434
434
  return pulumi.get(self, "is_quick_mode")
435
435
 
@@ -441,7 +441,7 @@ class _ModelState:
441
441
  @pulumi.getter(name="lifecycleDetails")
442
442
  def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
443
443
  """
444
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
444
+ A message describing the current state in more detail, that can provide actionable information if training failed.
445
445
  """
446
446
  return pulumi.get(self, "lifecycle_details")
447
447
 
@@ -453,7 +453,7 @@ class _ModelState:
453
453
  @pulumi.getter(name="maxTrainingDurationInHours")
454
454
  def max_training_duration_in_hours(self) -> Optional[pulumi.Input[_builtins.float]]:
455
455
  """
456
- The maximum duration in hours for which the training will run.
456
+ The maximum model training duration in hours, expressed as a decimal fraction.
457
457
  """
458
458
  return pulumi.get(self, "max_training_duration_in_hours")
459
459
 
@@ -465,7 +465,7 @@ class _ModelState:
465
465
  @pulumi.getter
466
466
  def metrics(self) -> Optional[pulumi.Input[_builtins.str]]:
467
467
  """
468
- Complete Training Metrics for successful trained model
468
+ The complete set of per-label metrics for successfully trained models.
469
469
  """
470
470
  return pulumi.get(self, "metrics")
471
471
 
@@ -477,7 +477,7 @@ class _ModelState:
477
477
  @pulumi.getter(name="modelType")
478
478
  def model_type(self) -> Optional[pulumi.Input[_builtins.str]]:
479
479
  """
480
- The type of the model.
480
+ Which type of Vision model this is.
481
481
  """
482
482
  return pulumi.get(self, "model_type")
483
483
 
@@ -489,7 +489,7 @@ class _ModelState:
489
489
  @pulumi.getter(name="modelVersion")
490
490
  def model_version(self) -> Optional[pulumi.Input[_builtins.str]]:
491
491
  """
492
- Model version.
492
+ The model version
493
493
  """
494
494
  return pulumi.get(self, "model_version")
495
495
 
@@ -501,7 +501,7 @@ class _ModelState:
501
501
  @pulumi.getter
502
502
  def precision(self) -> Optional[pulumi.Input[_builtins.float]]:
503
503
  """
504
- Precision of the trained model
504
+ The precision of the trained model.
505
505
  """
506
506
  return pulumi.get(self, "precision")
507
507
 
@@ -513,7 +513,7 @@ class _ModelState:
513
513
  @pulumi.getter(name="projectId")
514
514
  def project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
515
515
  """
516
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
516
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
517
517
  """
518
518
  return pulumi.get(self, "project_id")
519
519
 
@@ -525,7 +525,7 @@ class _ModelState:
525
525
  @pulumi.getter
526
526
  def recall(self) -> Optional[pulumi.Input[_builtins.float]]:
527
527
  """
528
- Recall of the trained model
528
+ Recall of the trained model.
529
529
  """
530
530
  return pulumi.get(self, "recall")
531
531
 
@@ -537,7 +537,7 @@ class _ModelState:
537
537
  @pulumi.getter
538
538
  def state(self) -> Optional[pulumi.Input[_builtins.str]]:
539
539
  """
540
- The current state of the Model.
540
+ The current state of the model.
541
541
  """
542
542
  return pulumi.get(self, "state")
543
543
 
@@ -549,7 +549,7 @@ class _ModelState:
549
549
  @pulumi.getter(name="systemTags")
550
550
  def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
551
551
  """
552
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
552
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
553
553
  """
554
554
  return pulumi.get(self, "system_tags")
555
555
 
@@ -561,7 +561,7 @@ class _ModelState:
561
561
  @pulumi.getter(name="testImageCount")
562
562
  def test_image_count(self) -> Optional[pulumi.Input[_builtins.int]]:
563
563
  """
564
- Total number of testing Images
564
+ The number of images set aside for evaluating model performance metrics after training.
565
565
  """
566
566
  return pulumi.get(self, "test_image_count")
567
567
 
@@ -573,7 +573,7 @@ class _ModelState:
573
573
  @pulumi.getter(name="testingDataset")
574
574
  def testing_dataset(self) -> Optional[pulumi.Input['ModelTestingDatasetArgs']]:
575
575
  """
576
- The base entity for a Dataset, which is the input for Model creation.
576
+ The base entity which is the input for creating and training a model.
577
577
  """
578
578
  return pulumi.get(self, "testing_dataset")
579
579
 
@@ -585,7 +585,7 @@ class _ModelState:
585
585
  @pulumi.getter(name="timeCreated")
586
586
  def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
587
587
  """
588
- The time the Model was created. An RFC3339 formatted datetime string
588
+ When the model was created, as an RFC3339 datetime string.
589
589
  """
590
590
  return pulumi.get(self, "time_created")
591
591
 
@@ -597,7 +597,7 @@ class _ModelState:
597
597
  @pulumi.getter(name="timeUpdated")
598
598
  def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
599
599
  """
600
- The time the Model was updated. An RFC3339 formatted datetime string
600
+ When the model was updated, as an RFC3339 datetime string.
601
601
  """
602
602
  return pulumi.get(self, "time_updated")
603
603
 
@@ -609,7 +609,7 @@ class _ModelState:
609
609
  @pulumi.getter(name="totalImageCount")
610
610
  def total_image_count(self) -> Optional[pulumi.Input[_builtins.int]]:
611
611
  """
612
- Total number of training Images
612
+ The number of images in the dataset used to train, validate, and test the model.
613
613
  """
614
614
  return pulumi.get(self, "total_image_count")
615
615
 
@@ -621,7 +621,7 @@ class _ModelState:
621
621
  @pulumi.getter(name="trainedDurationInHours")
622
622
  def trained_duration_in_hours(self) -> Optional[pulumi.Input[_builtins.float]]:
623
623
  """
624
- Total hours actually used for training
624
+ The total hours actually used for model training.
625
625
  """
626
626
  return pulumi.get(self, "trained_duration_in_hours")
627
627
 
@@ -633,7 +633,7 @@ class _ModelState:
633
633
  @pulumi.getter(name="trainingDataset")
634
634
  def training_dataset(self) -> Optional[pulumi.Input['ModelTrainingDatasetArgs']]:
635
635
  """
636
- The base entity for a Dataset, which is the input for Model creation.
636
+ The base entity which is the input for creating and training a model.
637
637
  """
638
638
  return pulumi.get(self, "training_dataset")
639
639
 
@@ -645,7 +645,7 @@ class _ModelState:
645
645
  @pulumi.getter(name="validationDataset")
646
646
  def validation_dataset(self) -> Optional[pulumi.Input['ModelValidationDatasetArgs']]:
647
647
  """
648
- The base entity for a Dataset, which is the input for Model creation.
648
+ The base entity which is the input for creating and training a model.
649
649
  """
650
650
  return pulumi.get(self, "validation_dataset")
651
651
 
@@ -677,7 +677,7 @@ class Model(pulumi.CustomResource):
677
677
  """
678
678
  This resource provides the Model resource in Oracle Cloud Infrastructure Ai Vision service.
679
679
 
680
- Creates a new Model.
680
+ Create a new model.
681
681
 
682
682
  ## Example Usage
683
683
 
@@ -696,14 +696,10 @@ class Model(pulumi.CustomResource):
696
696
  "namespace_name": model_training_dataset_namespace,
697
697
  "object": model_training_dataset_object,
698
698
  },
699
- defined_tags={
700
- "foo-namespace.bar-key": "value",
701
- },
699
+ defined_tags=model_defined_tags,
702
700
  description=model_description,
703
701
  display_name=model_display_name,
704
- freeform_tags={
705
- "bar-key": "value",
706
- },
702
+ freeform_tags=model_freeform_tags,
707
703
  is_quick_mode=model_is_quick_mode,
708
704
  max_training_duration_in_hours=model_max_training_duration_in_hours,
709
705
  model_version=model_model_version,
@@ -733,19 +729,19 @@ class Model(pulumi.CustomResource):
733
729
 
734
730
  :param str resource_name: The name of the resource.
735
731
  :param pulumi.ResourceOptions opts: Options for the resource.
736
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment Identifier
737
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
738
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the Model.
739
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Model Identifier
740
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
741
- :param pulumi.Input[_builtins.bool] is_quick_mode: If It's true, Training is set for recommended epochs needed for quick training.
742
- :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum duration in hours for which the training will run.
743
- :param pulumi.Input[_builtins.str] model_type: The type of the model.
744
- :param pulumi.Input[_builtins.str] model_version: Model version.
745
- :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
746
- :param pulumi.Input[Union['ModelTestingDatasetArgs', 'ModelTestingDatasetArgsDict']] testing_dataset: The base entity for a Dataset, which is the input for Model creation.
747
- :param pulumi.Input[Union['ModelTrainingDatasetArgs', 'ModelTrainingDatasetArgsDict']] training_dataset: The base entity for a Dataset, which is the input for Model creation.
748
- :param pulumi.Input[Union['ModelValidationDatasetArgs', 'ModelValidationDatasetArgsDict']] validation_dataset: The base entity for a Dataset, which is the input for Model creation.
732
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
733
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
734
+ :param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the model.
735
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the model, which can be changed.
736
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) 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"}`
737
+ :param pulumi.Input[_builtins.bool] is_quick_mode: Set to true when experimenting with a new model type or dataset, so the model training is quick, with a predefined low number of passes through the training data.
738
+ :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum model training duration in hours, expressed as a decimal fraction.
739
+ :param pulumi.Input[_builtins.str] model_type: Which type of Vision model this is.
740
+ :param pulumi.Input[_builtins.str] model_version: The model version
741
+ :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
742
+ :param pulumi.Input[Union['ModelTestingDatasetArgs', 'ModelTestingDatasetArgsDict']] testing_dataset: The base entity which is the input for creating and training a model.
743
+ :param pulumi.Input[Union['ModelTrainingDatasetArgs', 'ModelTrainingDatasetArgsDict']] training_dataset: The base entity which is the input for creating and training a model.
744
+ :param pulumi.Input[Union['ModelValidationDatasetArgs', 'ModelValidationDatasetArgsDict']] validation_dataset: The base entity which is the input for creating and training a model.
749
745
  """
750
746
  ...
751
747
  @overload
@@ -756,7 +752,7 @@ class Model(pulumi.CustomResource):
756
752
  """
757
753
  This resource provides the Model resource in Oracle Cloud Infrastructure Ai Vision service.
758
754
 
759
- Creates a new Model.
755
+ Create a new model.
760
756
 
761
757
  ## Example Usage
762
758
 
@@ -775,14 +771,10 @@ class Model(pulumi.CustomResource):
775
771
  "namespace_name": model_training_dataset_namespace,
776
772
  "object": model_training_dataset_object,
777
773
  },
778
- defined_tags={
779
- "foo-namespace.bar-key": "value",
780
- },
774
+ defined_tags=model_defined_tags,
781
775
  description=model_description,
782
776
  display_name=model_display_name,
783
- freeform_tags={
784
- "bar-key": "value",
785
- },
777
+ freeform_tags=model_freeform_tags,
786
778
  is_quick_mode=model_is_quick_mode,
787
779
  max_training_duration_in_hours=model_max_training_duration_in_hours,
788
780
  model_version=model_model_version,
@@ -924,32 +916,32 @@ class Model(pulumi.CustomResource):
924
916
  :param str resource_name: The unique name of the resulting resource.
925
917
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
926
918
  :param pulumi.ResourceOptions opts: Options for the resource.
927
- :param pulumi.Input[_builtins.float] average_precision: Average precision of the trained model
928
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) Compartment Identifier
929
- :param pulumi.Input[_builtins.float] confidence_threshold: Confidence ratio of the calculation
930
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
931
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the Model.
932
- :param pulumi.Input[_builtins.str] display_name: (Updatable) Model Identifier
933
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
934
- :param pulumi.Input[_builtins.bool] is_quick_mode: If It's true, Training is set for recommended epochs needed for quick training.
935
- :param pulumi.Input[_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.
936
- :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum duration in hours for which the training will run.
937
- :param pulumi.Input[_builtins.str] metrics: Complete Training Metrics for successful trained model
938
- :param pulumi.Input[_builtins.str] model_type: The type of the model.
939
- :param pulumi.Input[_builtins.str] model_version: Model version.
940
- :param pulumi.Input[_builtins.float] precision: Precision of the trained model
941
- :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
942
- :param pulumi.Input[_builtins.float] recall: Recall of the trained model
943
- :param pulumi.Input[_builtins.str] state: The current state of the Model.
944
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
945
- :param pulumi.Input[_builtins.int] test_image_count: Total number of testing Images
946
- :param pulumi.Input[Union['ModelTestingDatasetArgs', 'ModelTestingDatasetArgsDict']] testing_dataset: The base entity for a Dataset, which is the input for Model creation.
947
- :param pulumi.Input[_builtins.str] time_created: The time the Model was created. An RFC3339 formatted datetime string
948
- :param pulumi.Input[_builtins.str] time_updated: The time the Model was updated. An RFC3339 formatted datetime string
949
- :param pulumi.Input[_builtins.int] total_image_count: Total number of training Images
950
- :param pulumi.Input[_builtins.float] trained_duration_in_hours: Total hours actually used for training
951
- :param pulumi.Input[Union['ModelTrainingDatasetArgs', 'ModelTrainingDatasetArgsDict']] training_dataset: The base entity for a Dataset, which is the input for Model creation.
952
- :param pulumi.Input[Union['ModelValidationDatasetArgs', 'ModelValidationDatasetArgsDict']] validation_dataset: The base entity for a Dataset, which is the input for Model creation.
919
+ :param pulumi.Input[_builtins.float] average_precision: The mean average precision of the trained model.
920
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
921
+ :param pulumi.Input[_builtins.float] confidence_threshold: The intersection over the union threshold used for calculating precision and recall.
922
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
923
+ :param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the model.
924
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the model, which can be changed.
925
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) 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"}`
926
+ :param pulumi.Input[_builtins.bool] is_quick_mode: Set to true when experimenting with a new model type or dataset, so the model training is quick, with a predefined low number of passes through the training data.
927
+ :param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail, that can provide actionable information if training failed.
928
+ :param pulumi.Input[_builtins.float] max_training_duration_in_hours: The maximum model training duration in hours, expressed as a decimal fraction.
929
+ :param pulumi.Input[_builtins.str] metrics: The complete set of per-label metrics for successfully trained models.
930
+ :param pulumi.Input[_builtins.str] model_type: Which type of Vision model this is.
931
+ :param pulumi.Input[_builtins.str] model_version: The model version
932
+ :param pulumi.Input[_builtins.float] precision: The precision of the trained model.
933
+ :param pulumi.Input[_builtins.str] project_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
934
+ :param pulumi.Input[_builtins.float] recall: Recall of the trained model.
935
+ :param pulumi.Input[_builtins.str] state: The current state of the model.
936
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
937
+ :param pulumi.Input[_builtins.int] test_image_count: The number of images set aside for evaluating model performance metrics after training.
938
+ :param pulumi.Input[Union['ModelTestingDatasetArgs', 'ModelTestingDatasetArgsDict']] testing_dataset: The base entity which is the input for creating and training a model.
939
+ :param pulumi.Input[_builtins.str] time_created: When the model was created, as an RFC3339 datetime string.
940
+ :param pulumi.Input[_builtins.str] time_updated: When the model was updated, as an RFC3339 datetime string.
941
+ :param pulumi.Input[_builtins.int] total_image_count: The number of images in the dataset used to train, validate, and test the model.
942
+ :param pulumi.Input[_builtins.float] trained_duration_in_hours: The total hours actually used for model training.
943
+ :param pulumi.Input[Union['ModelTrainingDatasetArgs', 'ModelTrainingDatasetArgsDict']] training_dataset: The base entity which is the input for creating and training a model.
944
+ :param pulumi.Input[Union['ModelValidationDatasetArgs', 'ModelValidationDatasetArgsDict']] validation_dataset: The base entity which is the input for creating and training a model.
953
945
  """
954
946
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
955
947
 
@@ -987,7 +979,7 @@ class Model(pulumi.CustomResource):
987
979
  @pulumi.getter(name="averagePrecision")
988
980
  def average_precision(self) -> pulumi.Output[_builtins.float]:
989
981
  """
990
- Average precision of the trained model
982
+ The mean average precision of the trained model.
991
983
  """
992
984
  return pulumi.get(self, "average_precision")
993
985
 
@@ -995,7 +987,7 @@ class Model(pulumi.CustomResource):
995
987
  @pulumi.getter(name="compartmentId")
996
988
  def compartment_id(self) -> pulumi.Output[_builtins.str]:
997
989
  """
998
- (Updatable) Compartment Identifier
990
+ (Updatable) The compartment identifier.
999
991
  """
1000
992
  return pulumi.get(self, "compartment_id")
1001
993
 
@@ -1003,7 +995,7 @@ class Model(pulumi.CustomResource):
1003
995
  @pulumi.getter(name="confidenceThreshold")
1004
996
  def confidence_threshold(self) -> pulumi.Output[_builtins.float]:
1005
997
  """
1006
- Confidence ratio of the calculation
998
+ The intersection over the union threshold used for calculating precision and recall.
1007
999
  """
1008
1000
  return pulumi.get(self, "confidence_threshold")
1009
1001
 
@@ -1011,7 +1003,7 @@ class Model(pulumi.CustomResource):
1011
1003
  @pulumi.getter(name="definedTags")
1012
1004
  def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
1013
1005
  """
1014
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1006
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
1015
1007
  """
1016
1008
  return pulumi.get(self, "defined_tags")
1017
1009
 
@@ -1019,7 +1011,7 @@ class Model(pulumi.CustomResource):
1019
1011
  @pulumi.getter
1020
1012
  def description(self) -> pulumi.Output[_builtins.str]:
1021
1013
  """
1022
- (Updatable) A short description of the Model.
1014
+ (Updatable) An optional description of the model.
1023
1015
  """
1024
1016
  return pulumi.get(self, "description")
1025
1017
 
@@ -1027,7 +1019,7 @@ class Model(pulumi.CustomResource):
1027
1019
  @pulumi.getter(name="displayName")
1028
1020
  def display_name(self) -> pulumi.Output[_builtins.str]:
1029
1021
  """
1030
- (Updatable) Model Identifier
1022
+ (Updatable) A human-friendly name for the model, which can be changed.
1031
1023
  """
1032
1024
  return pulumi.get(self, "display_name")
1033
1025
 
@@ -1035,7 +1027,7 @@ class Model(pulumi.CustomResource):
1035
1027
  @pulumi.getter(name="freeformTags")
1036
1028
  def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
1037
1029
  """
1038
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1030
+ (Updatable) 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"}`
1039
1031
  """
1040
1032
  return pulumi.get(self, "freeform_tags")
1041
1033
 
@@ -1043,7 +1035,7 @@ class Model(pulumi.CustomResource):
1043
1035
  @pulumi.getter(name="isQuickMode")
1044
1036
  def is_quick_mode(self) -> pulumi.Output[_builtins.bool]:
1045
1037
  """
1046
- If It's true, Training is set for recommended epochs needed for quick training.
1038
+ Set to true when experimenting with a new model type or dataset, so the model training is quick, with a predefined low number of passes through the training data.
1047
1039
  """
1048
1040
  return pulumi.get(self, "is_quick_mode")
1049
1041
 
@@ -1051,7 +1043,7 @@ class Model(pulumi.CustomResource):
1051
1043
  @pulumi.getter(name="lifecycleDetails")
1052
1044
  def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
1053
1045
  """
1054
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1046
+ A message describing the current state in more detail, that can provide actionable information if training failed.
1055
1047
  """
1056
1048
  return pulumi.get(self, "lifecycle_details")
1057
1049
 
@@ -1059,7 +1051,7 @@ class Model(pulumi.CustomResource):
1059
1051
  @pulumi.getter(name="maxTrainingDurationInHours")
1060
1052
  def max_training_duration_in_hours(self) -> pulumi.Output[_builtins.float]:
1061
1053
  """
1062
- The maximum duration in hours for which the training will run.
1054
+ The maximum model training duration in hours, expressed as a decimal fraction.
1063
1055
  """
1064
1056
  return pulumi.get(self, "max_training_duration_in_hours")
1065
1057
 
@@ -1067,7 +1059,7 @@ class Model(pulumi.CustomResource):
1067
1059
  @pulumi.getter
1068
1060
  def metrics(self) -> pulumi.Output[_builtins.str]:
1069
1061
  """
1070
- Complete Training Metrics for successful trained model
1062
+ The complete set of per-label metrics for successfully trained models.
1071
1063
  """
1072
1064
  return pulumi.get(self, "metrics")
1073
1065
 
@@ -1075,7 +1067,7 @@ class Model(pulumi.CustomResource):
1075
1067
  @pulumi.getter(name="modelType")
1076
1068
  def model_type(self) -> pulumi.Output[_builtins.str]:
1077
1069
  """
1078
- The type of the model.
1070
+ Which type of Vision model this is.
1079
1071
  """
1080
1072
  return pulumi.get(self, "model_type")
1081
1073
 
@@ -1083,7 +1075,7 @@ class Model(pulumi.CustomResource):
1083
1075
  @pulumi.getter(name="modelVersion")
1084
1076
  def model_version(self) -> pulumi.Output[_builtins.str]:
1085
1077
  """
1086
- Model version.
1078
+ The model version
1087
1079
  """
1088
1080
  return pulumi.get(self, "model_version")
1089
1081
 
@@ -1091,7 +1083,7 @@ class Model(pulumi.CustomResource):
1091
1083
  @pulumi.getter
1092
1084
  def precision(self) -> pulumi.Output[_builtins.float]:
1093
1085
  """
1094
- Precision of the trained model
1086
+ The precision of the trained model.
1095
1087
  """
1096
1088
  return pulumi.get(self, "precision")
1097
1089
 
@@ -1099,7 +1091,7 @@ class Model(pulumi.CustomResource):
1099
1091
  @pulumi.getter(name="projectId")
1100
1092
  def project_id(self) -> pulumi.Output[_builtins.str]:
1101
1093
  """
1102
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the model.
1094
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
1103
1095
  """
1104
1096
  return pulumi.get(self, "project_id")
1105
1097
 
@@ -1107,7 +1099,7 @@ class Model(pulumi.CustomResource):
1107
1099
  @pulumi.getter
1108
1100
  def recall(self) -> pulumi.Output[_builtins.float]:
1109
1101
  """
1110
- Recall of the trained model
1102
+ Recall of the trained model.
1111
1103
  """
1112
1104
  return pulumi.get(self, "recall")
1113
1105
 
@@ -1115,7 +1107,7 @@ class Model(pulumi.CustomResource):
1115
1107
  @pulumi.getter
1116
1108
  def state(self) -> pulumi.Output[_builtins.str]:
1117
1109
  """
1118
- The current state of the Model.
1110
+ The current state of the model.
1119
1111
  """
1120
1112
  return pulumi.get(self, "state")
1121
1113
 
@@ -1123,7 +1115,7 @@ class Model(pulumi.CustomResource):
1123
1115
  @pulumi.getter(name="systemTags")
1124
1116
  def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
1125
1117
  """
1126
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1118
+ Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
1127
1119
  """
1128
1120
  return pulumi.get(self, "system_tags")
1129
1121
 
@@ -1131,7 +1123,7 @@ class Model(pulumi.CustomResource):
1131
1123
  @pulumi.getter(name="testImageCount")
1132
1124
  def test_image_count(self) -> pulumi.Output[_builtins.int]:
1133
1125
  """
1134
- Total number of testing Images
1126
+ The number of images set aside for evaluating model performance metrics after training.
1135
1127
  """
1136
1128
  return pulumi.get(self, "test_image_count")
1137
1129
 
@@ -1139,7 +1131,7 @@ class Model(pulumi.CustomResource):
1139
1131
  @pulumi.getter(name="testingDataset")
1140
1132
  def testing_dataset(self) -> pulumi.Output['outputs.ModelTestingDataset']:
1141
1133
  """
1142
- The base entity for a Dataset, which is the input for Model creation.
1134
+ The base entity which is the input for creating and training a model.
1143
1135
  """
1144
1136
  return pulumi.get(self, "testing_dataset")
1145
1137
 
@@ -1147,7 +1139,7 @@ class Model(pulumi.CustomResource):
1147
1139
  @pulumi.getter(name="timeCreated")
1148
1140
  def time_created(self) -> pulumi.Output[_builtins.str]:
1149
1141
  """
1150
- The time the Model was created. An RFC3339 formatted datetime string
1142
+ When the model was created, as an RFC3339 datetime string.
1151
1143
  """
1152
1144
  return pulumi.get(self, "time_created")
1153
1145
 
@@ -1155,7 +1147,7 @@ class Model(pulumi.CustomResource):
1155
1147
  @pulumi.getter(name="timeUpdated")
1156
1148
  def time_updated(self) -> pulumi.Output[_builtins.str]:
1157
1149
  """
1158
- The time the Model was updated. An RFC3339 formatted datetime string
1150
+ When the model was updated, as an RFC3339 datetime string.
1159
1151
  """
1160
1152
  return pulumi.get(self, "time_updated")
1161
1153
 
@@ -1163,7 +1155,7 @@ class Model(pulumi.CustomResource):
1163
1155
  @pulumi.getter(name="totalImageCount")
1164
1156
  def total_image_count(self) -> pulumi.Output[_builtins.int]:
1165
1157
  """
1166
- Total number of training Images
1158
+ The number of images in the dataset used to train, validate, and test the model.
1167
1159
  """
1168
1160
  return pulumi.get(self, "total_image_count")
1169
1161
 
@@ -1171,7 +1163,7 @@ class Model(pulumi.CustomResource):
1171
1163
  @pulumi.getter(name="trainedDurationInHours")
1172
1164
  def trained_duration_in_hours(self) -> pulumi.Output[_builtins.float]:
1173
1165
  """
1174
- Total hours actually used for training
1166
+ The total hours actually used for model training.
1175
1167
  """
1176
1168
  return pulumi.get(self, "trained_duration_in_hours")
1177
1169
 
@@ -1179,7 +1171,7 @@ class Model(pulumi.CustomResource):
1179
1171
  @pulumi.getter(name="trainingDataset")
1180
1172
  def training_dataset(self) -> pulumi.Output['outputs.ModelTrainingDataset']:
1181
1173
  """
1182
- The base entity for a Dataset, which is the input for Model creation.
1174
+ The base entity which is the input for creating and training a model.
1183
1175
  """
1184
1176
  return pulumi.get(self, "training_dataset")
1185
1177
 
@@ -1187,7 +1179,7 @@ class Model(pulumi.CustomResource):
1187
1179
  @pulumi.getter(name="validationDataset")
1188
1180
  def validation_dataset(self) -> pulumi.Output['outputs.ModelValidationDataset']:
1189
1181
  """
1190
- The base entity for a Dataset, which is the input for Model creation.
1182
+ The base entity which is the input for creating and training a model.
1191
1183
  """
1192
1184
  return pulumi.get(self, "validation_dataset")
1193
1185