AttributeProfileResult¶
-
class
oci.data_connectivity.models.
AttributeProfileResult
(**kwargs)¶ Bases:
object
A summary of profiling results of a specefic attribute.
Methods
__init__
(**kwargs)Initializes a new AttributeProfileResult object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
distinct_count
Gets the distinct_count of this AttributeProfileResult. duplicate_count
Gets the duplicate_count of this AttributeProfileResult. max
Gets the max of this AttributeProfileResult. min
Gets the min of this AttributeProfileResult. name
Gets the name of this AttributeProfileResult. null_count
Gets the null_count of this AttributeProfileResult. type
Gets the type of this AttributeProfileResult. unique_count
Gets the unique_count of this AttributeProfileResult. value_frequencies
Gets the value_frequencies of this AttributeProfileResult. -
__init__
(**kwargs)¶ Initializes a new AttributeProfileResult object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (object) – The value to assign to the type property of this AttributeProfileResult.
- name (str) – The value to assign to the name property of this AttributeProfileResult.
- min (oci.data_connectivity.models.ProfileStat) – The value to assign to the min property of this AttributeProfileResult.
- max (oci.data_connectivity.models.ProfileStat) – The value to assign to the max property of this AttributeProfileResult.
- null_count (oci.data_connectivity.models.ProfileStat) – The value to assign to the null_count property of this AttributeProfileResult.
- distinct_count (oci.data_connectivity.models.ProfileStat) – The value to assign to the distinct_count property of this AttributeProfileResult.
- unique_count (oci.data_connectivity.models.ProfileStat) – The value to assign to the unique_count property of this AttributeProfileResult.
- duplicate_count (oci.data_connectivity.models.ProfileStat) – The value to assign to the duplicate_count property of this AttributeProfileResult.
- value_frequencies (list[oci.data_connectivity.models.ObjectFreqStat]) – The value to assign to the value_frequencies property of this AttributeProfileResult.
-
distinct_count
¶ Gets the distinct_count of this AttributeProfileResult.
Returns: The distinct_count of this AttributeProfileResult. Return type: oci.data_connectivity.models.ProfileStat
-
duplicate_count
¶ Gets the duplicate_count of this AttributeProfileResult.
Returns: The duplicate_count of this AttributeProfileResult. Return type: oci.data_connectivity.models.ProfileStat
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
max
¶ Gets the max of this AttributeProfileResult.
Returns: The max of this AttributeProfileResult. Return type: oci.data_connectivity.models.ProfileStat
-
min
¶ Gets the min of this AttributeProfileResult.
Returns: The min of this AttributeProfileResult. Return type: oci.data_connectivity.models.ProfileStat
-
name
¶ Gets the name of this AttributeProfileResult. Name of attribute
Returns: The name of this AttributeProfileResult. Return type: str
-
null_count
¶ Gets the null_count of this AttributeProfileResult.
Returns: The null_count of this AttributeProfileResult. Return type: oci.data_connectivity.models.ProfileStat
-
type
¶ Gets the type of this AttributeProfileResult. Type of attribute
Returns: The type of this AttributeProfileResult. Return type: object
-
unique_count
¶ Gets the unique_count of this AttributeProfileResult.
Returns: The unique_count of this AttributeProfileResult. Return type: oci.data_connectivity.models.ProfileStat
-
value_frequencies
¶ Gets the value_frequencies of this AttributeProfileResult. Top N value frequencies for the column as described already in profile config topNValueFrequency property.
Returns: The value_frequencies of this AttributeProfileResult. Return type: list[oci.data_connectivity.models.ObjectFreqStat]
-