Class LLMObsExperimentDataAttributesRequest

Attributes for creating an LLM Observability experiment.

Hierarchy

  • LLMObsExperimentDataAttributesRequest

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
config?: {
    [key: string]: any;
}

Configuration parameters for the experiment.

Type declaration

  • [key: string]: any
datasetId: string

Identifier of the dataset used in this experiment.

datasetVersion?: number

Version of the dataset to use. Defaults to the current version if not specified.

description?: string

Description of the experiment.

ensureUnique?: boolean

Whether to ensure the experiment name is unique. Defaults to true.

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

Arbitrary metadata associated with the experiment.

Type declaration

  • [key: string]: any
name: string

Name of the experiment.

projectId: string

Identifier of the project this experiment belongs to.

Generated using TypeDoc