mlm_insights.core.utils.oci package¶
Submodules¶
mlm_insights.core.utils.oci.utils module¶
- mlm_insights.core.utils.oci.utils.get_oci_config_file_details(**connection_params: Any) Dict[str, Any] ¶
Retrieve OCI configuration details from a file.
Parameters¶
- **connection_paramsAny
Arguments for specifying the OCI config file path and profile name.
Returns¶
- Dict[str, Any]
A dictionary containing OCI configuration details.
- mlm_insights.core.utils.oci.utils.get_oci_connection_details(config: Dict[str, Any]) Dict[str, Any] ¶
Retrieve OCI connection details including security token and signer.
Parameters¶
- configDict[str, Any]
A dictionary containing OCI configuration details.
Returns¶
- Dict[str, Any]
A dictionary containing the region and signer for OCI connection.