Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 795 Bytes

File metadata and controls

30 lines (19 loc) · 795 Bytes

google.generativeai.delete_tuned_model

View source on GitHub

Calls the API to delete a specified tuned model

google.generativeai.delete_tuned_model(
    tuned_model: model_types.TunedModelNameOptions,
    client: (glm.ModelServiceClient | None) = None,
    request_options: (helper_types.RequestOptionsType | None) = None
) -> None