Class: DatadogAPIClient::V2::LLMObsIntegrationAccount
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsIntegrationAccount
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_integration_account.rb
Overview
A configured account for an LLM provider integration.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
Provider-specific account identifier.
-
#account_name ⇒ Object
readonly
Human-readable name for the integration account.
-
#account_region ⇒ Object
Provider region associated with the account, if applicable.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#azure_openai_metadata ⇒ Object
Azure OpenAI-specific metadata for an integration account or inference request.
-
#id ⇒ Object
readonly
Unique identifier for the integration account.
-
#integration ⇒ Object
readonly
The name of the LLM provider integration.
-
#vertex_ai_metadata ⇒ Object
Vertex AI-specific metadata for an integration account or inference request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
Provider-specific account identifier.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 25 def account_id @account_id end |
#account_name ⇒ Object
Human-readable name for the integration account.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 28 def account_name @account_name end |
#account_region ⇒ Object
Provider region associated with the account, if applicable.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 31 def account_region @account_region end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 45 def additional_properties @additional_properties end |
#azure_openai_metadata ⇒ Object
Azure OpenAI-specific metadata for an integration account or inference request.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 34 def @azure_openai_metadata end |
#id ⇒ Object
Unique identifier for the integration account.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 37 def id @id end |
#integration ⇒ Object
The name of the LLM provider integration.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 40 def integration @integration end |
#vertex_ai_metadata ⇒ Object
Vertex AI-specific metadata for an integration account or inference request.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/llm_obs_integration_account.rb', line 43 def @vertex_ai_metadata end |