Kind roboflow_model_id
¶
Roboflow model id
Data representation¶
External¶
External data representation is relevant for Workflows clients - it dictates what is the input and output format of data.
Type: str
Internal¶
Internal data representation is relevant for Workflows blocks creators - this is the type that will be provided by Execution Engine in runtime to the block that consumes input of this kind.
Type: str
Details¶
This kind represents value specific for Roboflow platform. At the platform, models are
identified with special strings in the format: <project_name>/<version>
. You should
expect this value to be provided once this kind is used. In some special cases, Roboflow
platform accepts model alias as model id which will not conform provided schema. List
of aliases can be found here.