Class LLMObsDatasetBatchUpdateUpdateRecord

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

Hierarchy

  • LLMObsDatasetBatchUpdateUpdateRecord

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

Unique identifier of the record to update.

input?: AnyValue

Represents any valid JSON value.

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

Updated 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.

Generated using TypeDoc