Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns

Returns a Test object for the given product and test name.

Example

test = galtea.tests.get_by_name(product_id=product_id, test_name=test_name)

Parameters

product_id
string
required
The ID of the product for which you want to retrieve the test.
test_name
string
required
The name of the test you want to retrieve.
type
string
The type of the test (e.g., ACCURACY, SECURITY). This is needed if multiple tests share the same name but have different types.