google.generativeai.get_tuned_model

Get the types.TunedModel for the given tuned model name.

import pprint
model = genai.get_tuned_model('tunedModels/my-model-1234'):
pprint.pprint(model)

name The name of the model to fetch.
client The client to use.

A types.TunedModel.