Skip to content

featurebyte.SnapshotsTable.get_by_id

get_by_id(
id: ObjectId
) -> SnapshotsTable

Description

Returns an SnapshotsTable object by its unique identifier (ID).

Parameters

  • id: ObjectId
    SnapshotsTable unique identifier ID.

Returns

  • SnapshotsTable
    SnapshotsTable object.

Examples

Get an SnapshotsTable object that is already saved.

>>> fb.SnapshotsTable.get_by_id(<snapshots_table_id>)