CreateDataAssetDetails¶
-
class
oci.ai_anomaly_detection.models.
CreateDataAssetDetails
(**kwargs)¶ Bases:
object
Parameters needed to create a new data asset.
Methods
__init__
(**kwargs)Initializes a new CreateDataAssetDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateDataAssetDetails. data_source_details
[Required] Gets the data_source_details of this CreateDataAssetDetails. defined_tags
Gets the defined_tags of this CreateDataAssetDetails. description
Gets the description of this CreateDataAssetDetails. display_name
Gets the display_name of this CreateDataAssetDetails. freeform_tags
Gets the freeform_tags of this CreateDataAssetDetails. private_endpoint_id
Gets the private_endpoint_id of this CreateDataAssetDetails. project_id
[Required] Gets the project_id of this CreateDataAssetDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDataAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateDataAssetDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateDataAssetDetails.
- project_id (str) – The value to assign to the project_id property of this CreateDataAssetDetails.
- description (str) – The value to assign to the description property of this CreateDataAssetDetails.
- data_source_details (oci.ai_anomaly_detection.models.DataSourceDetails) – The value to assign to the data_source_details property of this CreateDataAssetDetails.
- private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this CreateDataAssetDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDataAssetDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDataAssetDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDataAssetDetails. The OCID for the data asset’s compartment.
Returns: The compartment_id of this CreateDataAssetDetails. Return type: str
-
data_source_details
¶ [Required] Gets the data_source_details of this CreateDataAssetDetails.
Returns: The data_source_details of this CreateDataAssetDetails. Return type: oci.ai_anomaly_detection.models.DataSourceDetails
Gets the defined_tags of this CreateDataAssetDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateDataAssetDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateDataAssetDetails. A short description of the Ai data asset
Returns: The description of this CreateDataAssetDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateDataAssetDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
Returns: The display_name of this CreateDataAssetDetails. Return type: str
Gets the freeform_tags of this CreateDataAssetDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateDataAssetDetails. Return type: dict(str, str)
-
private_endpoint_id
¶ Gets the private_endpoint_id of this CreateDataAssetDetails. OCID of Private Endpoint.
Returns: The private_endpoint_id of this CreateDataAssetDetails. Return type: str
-