Class: DatadogAPIClient::V2::LLMObsSpansResponseMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsSpansResponseMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_spans_response_meta.rb
Overview
Metadata accompanying the spans response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#elapsed ⇒ Object
readonly
Time elapsed for the query in milliseconds.
-
#page ⇒ Object
readonly
Pagination cursor for the spans response.
-
#request_id ⇒ Object
readonly
Unique identifier for the request.
-
#status ⇒ Object
readonly
Status of the query execution.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/llm_obs_spans_response_meta.rb', line 36 def additional_properties @additional_properties end |
#elapsed ⇒ Object
Time elapsed for the query in milliseconds.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_spans_response_meta.rb', line 25 def elapsed @elapsed end |
#page ⇒ Object
Pagination cursor for the spans response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_spans_response_meta.rb', line 28 def page @page end |
#request_id ⇒ Object
Unique identifier for the request.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_spans_response_meta.rb', line 31 def request_id @request_id end |
#status ⇒ Object
Status of the query execution.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_spans_response_meta.rb', line 34 def status @status end |