File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ def __init__(
251
251
(Default: None).
252
252
model_channel_name (Optional[Union[str, PipelineVariable]]): Name of the channel where
253
253
'model_uri' will be downloaded. (Default: None).
254
- metric_definitions (Optional[Union[ list[dict[str, str], list[dict[ str,
255
- PipelineVariable]]]]): A list of dictionaries that defines the metric(s)
254
+ metric_definitions (Optional[list[dict[str, Union[ str, PipelineVariable]]]]):
255
+ A list of dictionaries that defines the metric(s)
256
256
used to evaluate the training jobs. Each dictionary contains two keys: 'Name'
257
257
for the name of the metric, and 'Regex' for the regular expression used to extract
258
258
the metric from the logs. This should be defined only for jobs that
You can’t perform that action at this time.
0 commit comments