Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigLLMProvider
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsCustomEvalConfigLLMProvider
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb
Overview
LLM provider configuration for a custom evaluator.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bedrock ⇒ Object
AWS Bedrock-specific options for LLM provider configuration.
-
#integration_account_id ⇒ Object
Integration account identifier.
-
#integration_provider ⇒ Object
Name of the LLM integration provider.
-
#model_name ⇒ Object
Name of the LLM model.
-
#vertex_ai ⇒ Object
Google Vertex AI-specific options for LLM provider configuration.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb', line 39 def additional_properties @additional_properties end |
#bedrock ⇒ Object
AWS Bedrock-specific options for LLM provider configuration.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb', line 25 def bedrock @bedrock end |
#integration_account_id ⇒ Object
Integration account identifier.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb', line 28 def integration_account_id @integration_account_id end |
#integration_provider ⇒ Object
Name of the LLM integration provider.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb', line 31 def integration_provider @integration_provider end |
#model_name ⇒ Object
Name of the LLM model.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb', line 34 def model_name @model_name end |
#vertex_ai ⇒ Object
Google Vertex AI-specific options for LLM provider configuration.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb', line 37 def vertex_ai @vertex_ai end |