Get list of available trained models.
Parameters
Name of the task. If not provided, all trainings for all tasks will be returned.
Response
List of training metadata. See TaskTraining for more details. Example Usage
# List all trainings
trainings = await client.list_trainings()
# List trainings for a specific task
trainings = await client.list_trainings("pick_and_place")