Class: DatadogAPIClient::V2::ProductAnalyticsRetentionGridCohortCell
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsRetentionGridCohortCell
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb
Overview
One cell of the retention grid, holding the result for a single cohort over a single return period. Aggregated rows omit the time and count fields.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cell_count ⇒ Object
Number of entities that returned during the period.
-
#cell_rate ⇒ Object
Fraction of the cohort that returned, between
0and1. -
#cell_relative_value_change ⇒ Object
Change in the metric relative to the cohort baseline.
-
#cell_value ⇒ Object
Value of the computed metric, when a metric other than the retention rate is requested.
-
#is_partial_data ⇒ Object
Whether the return period is still open, so the numbers are not yet final.
-
#return_period_end_time ⇒ Object
End of the return period, in epoch milliseconds.
-
#return_period_index ⇒ Object
Zero-based index of the return period this cell belongs to.
-
#return_period_start_time ⇒ Object
Start of the return period, in epoch milliseconds.
-
#type ⇒ Object
Whether the row holds one cohort's own numbers, or the weighted roll-up across every cohort.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 52 def additional_properties @additional_properties end |
#cell_count ⇒ Object
Number of entities that returned during the period.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 26 def cell_count @cell_count end |
#cell_rate ⇒ Object
Fraction of the cohort that returned, between 0 and 1.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 29 def cell_rate @cell_rate end |
#cell_relative_value_change ⇒ Object
Change in the metric relative to the cohort baseline.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 32 def cell_relative_value_change @cell_relative_value_change end |
#cell_value ⇒ Object
Value of the computed metric, when a metric other than the retention rate is requested.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 35 def cell_value @cell_value end |
#is_partial_data ⇒ Object
Whether the return period is still open, so the numbers are not yet final.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 38 def is_partial_data @is_partial_data end |
#return_period_end_time ⇒ Object
End of the return period, in epoch milliseconds.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 41 def return_period_end_time @return_period_end_time end |
#return_period_index ⇒ Object
Zero-based index of the return period this cell belongs to.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 44 def return_period_index @return_period_index end |
#return_period_start_time ⇒ Object
Start of the return period, in epoch milliseconds.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 47 def return_period_start_time @return_period_start_time end |
#type ⇒ Object
Whether the row holds one cohort's own numbers, or the weighted roll-up across every cohort.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 50 def type @type end |