langchain_community.callbacks.sagemaker_callback.save_json¶

langchain_community.callbacks.sagemaker_callback.save_json(data: dict, file_path: str) None[source]¶

Save dict to local file path.

Parameters
  • data (dict) – The dictionary to be saved.

  • file_path (str) – Local file path.

Return type

None