Skip to content

featurebyte.FeatureJobSettingAnalysis.info

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

Description

The info method provides comprehensive details about a FeatureJobSettingAnalysis object, which encompasses: - the creation time of the analysis, - the table analyzed, - the analysis configuration, - recommended feature job setting, and - the catalog where the analysis is stored.

Parameters

  • verbose: bool
    default: False
    Control verbose level of the summary.

Returns

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

Examples

>>> analysis = fb.FeatureJobSettingAnalysis.get_by_id(<analysis_id>)
>>> analysis.info()