RunnableAnalysis class
An easier way to replay your analysis on new data
analysis = spreadsheet(return_type='analysis')Why Use the RunnableAnalysis class?
API
get_param_metadata(param_type: Literal['import', 'export'])
get_param_metadata(param_type: Literal['import', 'export'])class ParamMetadata(TypedDict):
type: ParamType
subtype: ParamSubtype
required: bool
name: str
original_value: Optional[str]required
name
original_value
Type/Subtype
Example Usage
run(*args, **kwargs)
to_json and from_json
Example Usage
Last updated
Was this helpful?