bigframes.ml.imported.TensorFlowModel.to_gbq# TensorFlowModel.to_gbq(model_name: str, replace: bool = False) → TensorFlowModel[source]# Save the model to BigQuery. Parameters: model_name (str) – The name of the model. replace (bool, default False) – Default to False. Returns: Saved model. Return type: TensorFlowModel