Skip to content

featurebyte.Deployment.get

get(
name: str
) -> Deployment

Description

Gets a Deployment object by its name.

Parameters

  • name: str
    Name of the deployment to retrieve.

Returns

  • Deployment
    Deployment object.

Examples

Get a Deployment object that is already saved.

>>> deployment = fb.Deployment.get(<deployment_name>)