Class LLMObsDatasetBatchUpdateDataAttributesRequest

Attributes for batch-updating records in an LLM Observability dataset.

Hierarchy

  • LLMObsDatasetBatchUpdateDataAttributesRequest

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
createNewVersion?: boolean

Whether to create a new dataset version when applying the batch update. Defaults to true.

deleteRecords?: string[]

Record IDs to delete.

Records to insert.

tags?: string[]

List of tag strings.

Records to update by ID.

Generated using TypeDoc