Class: DatadogAPIClient::V2::LLMObsCustomEvalConfigIntegrationProvider

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_integration_provider.rb

Overview

Name of the LLM integration provider.

Constant Summary collapse

OPENAI =
"openai".freeze
AMAZON_BEDROCK =
"amazon-bedrock".freeze
ANTHROPIC =
"anthropic".freeze
AZURE_OPENAI =
"azure-openai".freeze
VERTEX_AI =
"vertex-ai".freeze
LLM_PROXY =
"llm-proxy".freeze

Method Summary

Methods included from BaseEnumModel

included