> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateMetricVersionResponse

> Read CreateMetricVersionResponse to parse metric version creation from the HoneyHive MetricVersions TypeScript client with typed fields and autocomplete.

> **CreateMetricVersionResponse** = `object`

## Description

Response for POST /v1/metrics/{metric_id}/versions

## Properties

### data

> **data**: `object`

#### content

> **content**: `object`

##### content.categories?

> `optional` **categories?**: `object`\[] | `null`

##### content.child\_metrics?

> `optional` **child\_metrics?**: `object`\[] | `null`

##### content.criteria

> **criteria**: `string`

##### content.description

> **description**: `string` | `null`

##### content.enabled\_in\_prod

> **enabled\_in\_prod**: `boolean`

##### content.filters

> **filters**: `object`

##### content.filters.filterArray

> **filterArray**: `object`\[]

##### content.model\_name?

> `optional` **model\_name?**: `string` | `null`

##### content.model\_provider?

> `optional` **model\_provider?**: `string` | `null`

##### content.name

> **name**: `string`

##### content.needs\_ground\_truth

> **needs\_ground\_truth**: `boolean`

##### content.return\_type

> **return\_type**: `"float"` | `"boolean"` | `"string"` | `"categorical"`

##### content.sampling\_percentage

> **sampling\_percentage**: `number`

##### content.scale?

> `optional` **scale?**: `number` | `null`

##### content.threshold?

> `optional` **threshold?**: \{ `max?`: `number`; `min?`: `number`; `pass_when?`: `boolean` | `number`; `passing_categories?`: `string`\[]; } | `null`

##### content.type

> **type**: `"PYTHON"` | `"LLM"` | `"HUMAN"` | `"COMPOSITE"`

#### date

> **date**: `string`

Format: date-time

#### deployed

> **deployed**: `boolean`

#### full\_sha

> **full\_sha**: `string`

#### message

> **message**: `string`

#### name

> **name**: `string`

***

### success

> **success**: `true`
