Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigLLMProvider

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#bedrockObject

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_idObject

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
end

#integration_providerObject

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_nameObject

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_aiObject

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