mirror of
https://github.com/clearml/clearml
synced 2025-03-04 02:57:24 +00:00
Add function based Pipeline example
This commit is contained in:
parent
3f80829ed7
commit
6d09ff1518
@ -49,6 +49,8 @@ pipe = PipelineController(
|
|||||||
add_pipeline_tags=False,
|
add_pipeline_tags=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
pipe.set_default_execution_queue('default')
|
||||||
|
|
||||||
pipe.add_parameter(
|
pipe.add_parameter(
|
||||||
name='url',
|
name='url',
|
||||||
description='url to pickle file',
|
description='url to pickle file',
|
||||||
@ -79,7 +81,7 @@ pipe.add_function_step(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# for debugging purposes use local jobs
|
# for debugging purposes use local jobs
|
||||||
# pipe.start_locally()
|
# pipe.start_locally(run_pipeline_steps_locally=False)
|
||||||
|
|
||||||
# Starting the pipeline on the services queue (remote machine, default on the clearml-server)
|
# Starting the pipeline on the services queue (remote machine, default on the clearml-server)
|
||||||
pipe.start()
|
pipe.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user