Module imported (0.11.0)

Imported models.

Classes

ONNXModel

ONNXModel(
 session: typing.Optional[bigframes.session.Session] = None,
 model_path: typing.Optional[str] = None,
)

Imported Open Neural Network Exchange (ONNX) model.

Parameters
Name Description
session BigQuery Session

BQ session to create the model

model_path str

Cloud Storage path that holds the model files.

TensorFlowModel

TensorFlowModel(
 session: typing.Optional[bigframes.session.Session] = None,
 model_path: typing.Optional[str] = None,
)

Imported TensorFlow model.

Parameters
Name Description
session BigQuery Session

BQ session to create the model

model_path str

GCS path that holds the model files.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.