Class: DatadogAPIClient::V2::LLMObsIntegrationModel

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_accessObject

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

#idObject

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

#integrationObject

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_nameObject

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_schemaObject

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_nameObject

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_idObject

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

#providerObject

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_nameObject

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_overridesObject

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