Class LLMObsDatasetBatchUpdateInsertRecord

A record to insert as part of a batch update on an LLM Observability dataset.

Hierarchy

  • LLMObsDatasetBatchUpdateInsertRecord

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
expectedOutput?: AnyValue

Represents any valid JSON value.

id?: string

Optional user-provided identifier for the record. If omitted, the server generates an identifier.

input: null | AnyValue

Represents any valid JSON value.

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

Arbitrary metadata associated with the record.

Type declaration

  • [key: string]: any

Explicit tag operations for updating records. Operations are applied in order, Remove then Add then Set. set is the final override; if specified, the result of remove and add is discarded.

tags?: string[]

List of tag strings.

Generated using TypeDoc