A configured account for an LLM provider integration.

Hierarchy

  • LLMObsIntegrationAccount

Constructors

Properties

accountId: string

Provider-specific account identifier.

accountName: string

Human-readable name for the integration account.

accountRegion?: string

Provider region associated with the account, if applicable.

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
azureOpenaiMetadata?: LLMObsAzureOpenAIMetadata

Azure OpenAI-specific metadata for an integration account or inference request.

id: string

Unique identifier for the integration account.

integration: string

The name of the LLM provider integration.

vertexAiMetadata?: LLMObsVertexAIMetadata

Vertex AI-specific metadata for an integration account or inference request.

Generated using TypeDoc