langfuse-client-base 0.13.0

Auto-generated Langfuse API client from OpenAPI specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UnstableUpdateEvaluationRuleRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Updated deployment name. | [optional]
**evaluator** | Option<[**models::UnstableEvaluationRuleEvaluatorReference**]UnstableEvaluationRuleEvaluatorReference.md> |  | [optional]
**target** | Option<[**models::UnstableEvaluationRuleTarget**]UnstableEvaluationRuleTarget.md> |  | [optional]
**enabled** | Option<**bool**> | Updated desired enabled state. | [optional]
**sampling** | Option<**f64**> | Updated sampling fraction. | [optional]
**filter** | Option<[**Vec<models::UnstableEvaluationRuleFilter>**]UnstableEvaluationRuleFilter.md> | Updated filter list.  For `target=experiment`, `column=datasetId` expects dataset `id` values from `GET /api/public/v2/datasets`, not dataset names. | [optional]
**mapping** | Option<[**Vec<models::UnstableEvaluationRuleMapping>**]UnstableEvaluationRuleMapping.md> | Updated variable mappings. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)