Class: DatadogAPIClient::V2::LLMObsSpansResponseMeta

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#elapsedObject

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

#pageObject

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_idObject

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

#statusObject

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