DataAssetSummary¶
-
class
oci.ai_anomaly_detection.models.
DataAssetSummary
(**kwargs)¶ Bases:
object
Summary of the DataAsset.
Attributes
DATA_SOURCE_TYPE_INFLUX
A constant which can be used with the data_source_type property of a DataAssetSummary. DATA_SOURCE_TYPE_ORACLE_ATP
A constant which can be used with the data_source_type property of a DataAssetSummary. DATA_SOURCE_TYPE_ORACLE_OBJECT_STORAGE
A constant which can be used with the data_source_type property of a DataAssetSummary. compartment_id
[Required] Gets the compartment_id of this DataAssetSummary. data_source_type
[Required] Gets the data_source_type of this DataAssetSummary. defined_tags
Gets the defined_tags of this DataAssetSummary. description
Gets the description of this DataAssetSummary. display_name
[Required] Gets the display_name of this DataAssetSummary. freeform_tags
Gets the freeform_tags of this DataAssetSummary. id
[Required] Gets the id of this DataAssetSummary. lifecycle_state
Gets the lifecycle_state of this DataAssetSummary. private_endpoint_id
Gets the private_endpoint_id of this DataAssetSummary. project_id
[Required] Gets the project_id of this DataAssetSummary. system_tags
Gets the system_tags of this DataAssetSummary. time_created
[Required] Gets the time_created of this DataAssetSummary. time_updated
Gets the time_updated of this DataAssetSummary. Methods
__init__
(**kwargs)Initializes a new DataAssetSummary object with values from keyword arguments. -
DATA_SOURCE_TYPE_INFLUX
= 'INFLUX'¶ A constant which can be used with the data_source_type property of a DataAssetSummary. This constant has a value of “INFLUX”
-
DATA_SOURCE_TYPE_ORACLE_ATP
= 'ORACLE_ATP'¶ A constant which can be used with the data_source_type property of a DataAssetSummary. This constant has a value of “ORACLE_ATP”
-
DATA_SOURCE_TYPE_ORACLE_OBJECT_STORAGE
= 'ORACLE_OBJECT_STORAGE'¶ A constant which can be used with the data_source_type property of a DataAssetSummary. This constant has a value of “ORACLE_OBJECT_STORAGE”
-
__init__
(**kwargs)¶ Initializes a new DataAssetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this DataAssetSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this DataAssetSummary.
- display_name (str) – The value to assign to the display_name property of this DataAssetSummary.
- description (str) – The value to assign to the description property of this DataAssetSummary.
- time_created (datetime) – The value to assign to the time_created property of this DataAssetSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DataAssetSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this DataAssetSummary.
- project_id (str) – The value to assign to the project_id property of this DataAssetSummary.
- data_source_type (str) – The value to assign to the data_source_type property of this DataAssetSummary. Allowed values for this property are: “ORACLE_OBJECT_STORAGE”, “ORACLE_ATP”, “INFLUX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this DataAssetSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DataAssetSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DataAssetSummary.
- system_tags (dict(str, object)) – The value to assign to the system_tags property of this DataAssetSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this DataAssetSummary. Compartment Identifier
Returns: The compartment_id of this DataAssetSummary. Return type: str
-
data_source_type
¶ [Required] Gets the data_source_type of this DataAssetSummary. Data source type where actually data asset is being stored
Allowed values for this property are: “ORACLE_OBJECT_STORAGE”, “ORACLE_ATP”, “INFLUX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The data_source_type of this DataAssetSummary. Return type: str
Gets the defined_tags of this DataAssetSummary. 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 DataAssetSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this DataAssetSummary. A short description of the Ai data asset
Returns: The description of this DataAssetSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this DataAssetSummary. DataAsset Identifier, can be renamed
Returns: The display_name of this DataAssetSummary. Return type: str
Gets the freeform_tags of this DataAssetSummary. 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 DataAssetSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this DataAssetSummary. Unique identifier that is immutable on creation
Returns: The id of this DataAssetSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this DataAssetSummary. The current state of the data asset.
Returns: The lifecycle_state of this DataAssetSummary. Return type: str
-
private_endpoint_id
¶ Gets the private_endpoint_id of this DataAssetSummary. OCID of Private Endpoint.
Returns: The private_endpoint_id of this DataAssetSummary. Return type: str
-
project_id
¶ [Required] Gets the project_id of this DataAssetSummary. Unique identifier for a project that is immutable on creation
Returns: The project_id of this DataAssetSummary. Return type: str
Gets the system_tags of this DataAssetSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { “orcl-cloud”: { “free-tier-retained”: “true” } }
Returns: The system_tags of this DataAssetSummary. Return type: dict(str, object)
-
time_created
¶ [Required] Gets the time_created of this DataAssetSummary. The time the the DataAsset was created. An RFC3339 formatted datetime string
Returns: The time_created of this DataAssetSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this DataAssetSummary. The time the the DataAsset was updated. An RFC3339 formatted datetime string
Returns: The time_updated of this DataAssetSummary. Return type: datetime
-