Skip to content

featurebyte.Deployment.info

info(
verbose: bool=False
) -> Dict[str, Any]

Description

Returns a dictionary that summarizes the essential information of the deployment represented by the Deployment object.

Parameters

  • verbose: bool
    default: False
    The parameter "verbose" in the current state of the code does not have any impact on the output.

Returns

  • Dict[str, Any]
    Key-value mapping of properties of the object.

Examples

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