Python
import requests url = "https://application_id.applications.lucidworks.com/ai/usecase" response = requests.get(url) print(response.text)
Returns a list of use cases with related models.
The authentication and authorization access token
OK
The name of the use case to perform an action or function.
Show child attributes
The identifier of the model. For:
Pre-trained models, the value is pre-defined and cannot be edited.
Custom models, the value is the universally unique identified (UUID) that is the primary key for the model.
The name of the type of model. For:
Pre-trained models, the value is the same as the id value.
id
Custom models, the value is the name of the model.
The type of model and whether it is a Lucidworks-hosted model or only accessible to users in your workspace. For:
Pre-trained models, the value is shared.
shared
Dimensionality of the embedding vectors used in the model.
Was this page helpful?