-
Hi. In your documentation here: https://docs.rastervision.io/en/latest/pipelines.html#configuring-rvpipelines
I could not find the implementation of get_config() or get configs() in any of classes implementing RVPipeline as mentioned there. May I know what is that means? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
When you run Raster Vision from the command line, it runs this function to get the pipeline config and then proceeds to run the pipeline. |
Beta Was this translation helpful? Give feedback.
-
In that case, you are using it correctly and don't need to change anything.
This is incorrect. These classes do not have to implement these.
Mostly correct. The derived classes don't care about |
Beta Was this translation helpful? Give feedback.
In that case, you are using it correctly and don't need to change anything.
This is incorrect. These classes do not have to implement these.
Mostly correct. The derived classes don't care about
get_config()
but rather the pipeline config th…