Function run_configure
Source pub fn run_configure(
data_dir: &str,
provider: &str,
api_key: Option<&str>,
endpoint: Option<&str>,
hub: Option<&str>,
group: Option<&str>,
project: Option<&str>,
instance: Option<&str>,
subscription_id: Option<&str>,
resource_group: Option<&str>,
workspace: Option<&str>,
location: Option<&str>,
access_key_id: Option<&str>,
secret_access_key: Option<&str>,
region: Option<&str>,
s3_bucket: Option<&str>,
project_id: Option<&str>,
processor_id: Option<&str>,
service_account_key_path: Option<&str>,
user_id: Option<&str>,
qpu_id: Option<&str>,
backend: Option<&str>,
machine: Option<&str>,
)