Class: DatadogAPIClient::V2::LLMObsIntegrationModel
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsIntegrationModel
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_integration_model.rb
Overview
A model available for a given LLM provider integration and account.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#has_access ⇒ Object
readonly
Whether the account has access to this model.
-
#id ⇒ Object
readonly
Unique identifier for the model entry.
-
#integration ⇒ Object
readonly
The name of the LLM provider integration.
-
#integration_display_name ⇒ Object
readonly
Human-readable name of the LLM provider integration.
-
#json_schema ⇒ Object
readonly
Whether the model supports structured output via JSON schema.
-
#model_display_name ⇒ Object
readonly
Human-readable model name.
-
#model_id ⇒ Object
readonly
Provider-specific model identifier used in inference calls.
-
#provider ⇒ Object
readonly
The underlying model provider.
-
#provider_display_name ⇒ Object
readonly
Human-readable name of the underlying model provider.
-
#region_prefix_overrides ⇒ Object
Map of region-specific model ID prefix overrides.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 54 def additional_properties @additional_properties end |
#has_access ⇒ Object
Whether the account has access to this model.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 25 def has_access @has_access end |
#id ⇒ Object
Unique identifier for the model entry.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 28 def id @id end |
#integration ⇒ Object
The name of the LLM provider integration.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 31 def integration @integration end |
#integration_display_name ⇒ Object
Human-readable name of the LLM provider integration.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 34 def integration_display_name @integration_display_name end |
#json_schema ⇒ Object
Whether the model supports structured output via JSON schema.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 37 def json_schema @json_schema end |
#model_display_name ⇒ Object
Human-readable model name.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 40 def model_display_name @model_display_name end |
#model_id ⇒ Object
Provider-specific model identifier used in inference calls.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 43 def model_id @model_id end |
#provider ⇒ Object
The underlying model provider.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 46 def provider @provider end |
#provider_display_name ⇒ Object
Human-readable name of the underlying model provider.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 49 def provider_display_name @provider_display_name end |
#region_prefix_overrides ⇒ Object
Map of region-specific model ID prefix overrides.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_model.rb', line 52 def region_prefix_overrides @region_prefix_overrides end |