Class LLMObsCustomEvalConfigBedrockOptions

AWS Bedrock-specific options for LLM provider configuration.

Hierarchy

  • LLMObsCustomEvalConfigBedrockOptions

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
inferenceProfile?: string

Bedrock inference profile identifier, such as an application inference profile ARN.

region?: string

AWS region for Bedrock.

Generated using TypeDoc