Module imported (0.17.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
NameDescription
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
NameDescription
session BigQuery Session

BQ session to create the model

model_path str

GCS path that holds the model files.