experiment()
function, experiments can also be accessed and managed directly through the SDK.
Basic usage
Overview
The SDK is built by Stainless and provides type-safe access to Gentrace entities. Theexperiments
object exposes methods to create, retrieve, update, and list experiments.
Experiment structure
Each experiment contains:Unique identifier (UUID)
Optional friendly name for the experiment
UUID of the associated pipeline
Optional metadata object for custom data
Creation timestamp
Last update timestamp
Resource methods
Create an experiment
Retrieve an experiment
Update an experiment
List with filters
Common usage with experiment()
Experiments are typically created automatically when using theexperiment()
function:
See also
experiment()
function - High-level function for running experimentsevalDataset()
- Running evaluations within experiments- Pipelines - Managing pipelines that contain experiments