Skip to main content
Galtea Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
SDK
Retrieving Metric
Guides
Concepts
Blog
Changelog
SDK
Installation
Usage
Galtea Client
Concepts
Product
Version
Test
Test Case
Simulator
Session
Inference Result
Trace
Evaluation
Model
Metrics
Overview
SDK
Service
Create
List
Get
Get By Name
Delete
RAG metrics
Conversational
Red Teaming
Deterministic metrics
On this page
Returns
Example
Parameters
Concepts
Metrics
SDK
Retrieving Metric
Copy page
Retrieve a specific metric by its ID.
Copy page
Returns
Returns a
Metric
object for the given metric ID.
Example
Copy
metric
=
galtea.metrics.get(
metric_id
=
"YOUR_METRIC_ID"
)
Parameters
metric_id
string
required
The ID of the metric you want to retrieve.
List
Get By Name
⌘I