@@ -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
@@ -292,8 +292,8 @@ def __init__(
292
292
SageMaker Debugger rules for real-time analysis
293
293
(Default: None). For more information,
294
294
see `Continuous analyses through rules
295
- <https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_debugger.html
296
- # continuous-analyses-through-rules)>`_.
295
+ <https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_debugger.html#
296
+ continuous-analyses-through-rules)>`_.
297
297
(Default: None).
298
298
debugger_hook_config (Optional[Union[DebuggerHookConfig, bool]]):
299
299
Configuration for how debugging information is emitted with
0 commit comments