@@ -251,8 +251,8 @@ def __init__(
251251 (Default: None).
252252 model_channel_name (Optional[Union[str, PipelineVariable]]): Name of the channel where
253253 '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)
256256 used to evaluate the training jobs. Each dictionary contains two keys: 'Name'
257257 for the name of the metric, and 'Regex' for the regular expression used to extract
258258 the metric from the logs. This should be defined only for jobs that
@@ -292,8 +292,8 @@ def __init__(
292292 SageMaker Debugger rules for real-time analysis
293293 (Default: None). For more information,
294294 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)>`_.
297297 (Default: None).
298298 debugger_hook_config (Optional[Union[DebuggerHookConfig, bool]]):
299299 Configuration for how debugging information is emitted with
0 commit comments