new_code_run {rDataPipeline} | R Documentation |
Post entry to code_run table
Description
Upload information to the code_run
table in the data registry
Usage
new_code_run(
run_date,
description,
code_repo_url,
model_config_url,
submission_script_url,
inputs_urls = list(),
outputs_urls = list(),
endpoint = "http://localhost:8000/api/"
)
Arguments
run_date |
the date-time of the |
description |
(optional) a |
code_repo_url |
(optional) a |
model_config_url |
(optional) a |
submission_script_url |
(optional) a |
inputs_urls |
a |
outputs_urls |
a |
endpoint |
a |
See Also
Other new functions:
new_author()
,
new_code_repo_release()
,
new_data_product()
,
new_external_object()
,
new_file_type()
,
new_issue()
,
new_keyword()
,
new_licence()
,
new_namespace()
,
new_object_component()
,
new_object()
,
new_quality_controlled()
,
new_storage_location()
,
new_storage_root()
,
new_user_author()