# NOT RUN {
# }
# NOT RUN {
run <- neptune_init(project='<YOUR_WORKSPACE/YOUR_PROJECT>',
api_token='<YOUR_API_TOKEN>',
run='AR-2', # Neptune Run ID of a run with artifact
mode='read-only')
artifact_list <- neptune_fetch_files_list(run['artifacts/images'])
artifact_list[[1]]$file_hash
artifact_list[[1]]$file_path
artifact_list[[1]]$metadata['last_modified']
# }
Run the code above in your browser using DataLab