great_expectations.validator.metric_configuration
¶
Module Contents¶
Classes¶
|
-
class
great_expectations.validator.metric_configuration.
MetricConfiguration
(metric_name: str, metric_domain_kwargs: Dict, metric_value_kwargs: dict = None, metric_dependencies: dict = None)¶ -
__repr__
(self)¶ Return repr(self).
-
__str__
(self)¶ Return str(self).
-
property
metric_name
(self)¶
-
property
metric_domain_kwargs
(self)¶
-
property
metric_value_kwargs
(self)¶
-
property
metric_domain_kwargs_id
(self)¶
-
property
metric_value_kwargs_id
(self)¶
-
property
metric_dependencies
(self)¶
-
property
id
(self)¶
-
to_json_dict
(self)¶
-