Skip to main content
Galtea Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
SDK
Retrieving Product By Name
Guides
Concepts
Blog
Changelog
SDK
Installation
Usage
Galtea Client
Concepts
Product
Overview
SDK
Service
List
Get
Get By Name
Delete
Version
Test
Test Case
Simulator
Session
Inference Result
Trace
Evaluation
Model
Metrics
Endpoint Connection
On this page
Returns
Example
Parameters
Concepts
Product
SDK
Retrieving Product By Name
Copy page
Retrieve a specific product by its name.
Copy page
Returns
Returns a
Product
object for the given product name.
Example
Copy
product
=
galtea.products.get_by_name(
name
=
product_name)
Parameters
name
string
required
The name of the product you want to retrieve.
Get
Delete
⌘I