Class: DatadogAPIClient::V2::LLMObsExperimentationAnalyticsTimeRange
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsExperimentationAnalyticsTimeRange
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_time_range.rb
Overview
Unix-millisecond time range for filtering analytics data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#from ⇒ Object
readonly
Start of the time range in milliseconds since Unix epoch.
-
#to ⇒ Object
readonly
End of the time range in milliseconds since Unix epoch.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_time_range.rb', line 30 def additional_properties @additional_properties end |
#from ⇒ Object
Start of the time range in milliseconds since Unix epoch.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_time_range.rb', line 25 def from @from end |
#to ⇒ Object
End of the time range in milliseconds since Unix epoch.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_time_range.rb', line 28 def to @to end |