DataProfile¶
-
class
oci.data_connectivity.models.
DataProfile
(**kwargs)¶ Bases:
object
The data profile response.
Methods
__init__
(**kwargs)Initializes a new DataProfile object with values from keyword arguments. Attributes
attribute_profile_results
Gets the attribute_profile_results of this DataProfile. entity_name
[Required] Gets the entity_name of this DataProfile. entity_profile_result
Gets the entity_profile_result of this DataProfile. -
__init__
(**kwargs)¶ Initializes a new DataProfile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - entity_name (str) – The value to assign to the entity_name property of this DataProfile.
- entity_profile_result (oci.data_connectivity.models.EntityProfileResult) – The value to assign to the entity_profile_result property of this DataProfile.
- attribute_profile_results (list[oci.data_connectivity.models.AttributeProfileResult]) – The value to assign to the attribute_profile_results property of this DataProfile.
-
attribute_profile_results
¶ Gets the attribute_profile_results of this DataProfile. Array of profiling results
Returns: The attribute_profile_results of this DataProfile. Return type: list[oci.data_connectivity.models.AttributeProfileResult]
-
entity_name
¶ [Required] Gets the entity_name of this DataProfile. Entity name for which prodilig is requested.
Returns: The entity_name of this DataProfile. Return type: str
-
entity_profile_result
¶ Gets the entity_profile_result of this DataProfile.
Returns: The entity_profile_result of this DataProfile. Return type: oci.data_connectivity.models.EntityProfileResult
-