Class LLMObsCustomEvalConfigLLMProvider

LLM provider configuration for a custom evaluator.

Hierarchy

  • LLMObsCustomEvalConfigLLMProvider

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

AWS Bedrock-specific options for LLM provider configuration.

integrationAccountId?: string

Integration account identifier.

Name of the LLM integration provider.

modelName?: string

Name of the LLM model.

Google Vertex AI-specific options for LLM provider configuration.

Generated using TypeDoc