Skip to content

featurebyte.Context.get

get(
name: str
) -> Context

Description

Gets a Context object by its name.

Parameters

  • name: str
    Name of the deployment to retrieve.

Returns

  • Context
    Context object.

Examples

Get a Context object that is already saved.

>>> context = fb.Context.get("context")