trieve-client 0.11.7

Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
Documentation
# RecommendationEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**dataset_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**negative_ids** | [**Vec<uuid::Uuid>**]uuid::Uuid.md |  | 
**negative_tracking_ids** | **Vec<String>** |  | 
**positive_ids** | [**Vec<uuid::Uuid>**]uuid::Uuid.md |  | 
**positive_tracking_ids** | **Vec<String>** |  | 
**recommendation_type** | **String** |  | 
**request_params** | Option<[**serde_json::Value**].md> |  | 
**results** | [**Vec<serde_json::Value>**]serde_json::Value.md |  | 
**top_score** | **f32** |  | 
**user_id** | **String** |  | 

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