google.generativeai.update_tuned_model#
|  View source on GitHub | 
Calls the API to push updates to a specified tuned model where only certain attributes are updatable.
google.generativeai.update_tuned_model(
    tuned_model: (str | protos.TunedModel),
    updates: (dict[str, Any] | None) = None,
    *,
    client: (glm.ModelServiceClient | None) = None,
    request_options: (helper_types.RequestOptionsType | None) = None
) -> model_types.TunedModel