Galtea Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Metric
Retrieving Metric By Name
Guides
Concepts
SDK
Blog
Changelog
Migration To V2
SDK
Introduction
Installation
Usage
API
Galtea
Product
Version
Test
Test Case
Metric
Metrics Service
Create Metric
Listing Metrics
Retrieving Metric
Retrieving Metric By Name
Deleting Metric
Session
Inference Result
Evaluation
Evaluation Task
Simulator
On this page
Returns
Example
Parameters
API
Metric
Retrieving Metric By Name
Retrieve a specific metric by its name.
Returns
Returns a
MetricType
object for the given metric name.
Example
Copy
metric
=
galtea.metrics.get_by_name(
name
=
"YOUR_METRIC_NAME"
)
Parameters
name
string
required
The name of the metric you want to retrieve.
Retrieving Metric
Deleting Metric
Assistant
Responses are generated using AI and may contain mistakes.