Skip to content

Commit fcea913

Browse files
committed
sphinx
1 parent 8163815 commit fcea913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/jumpstart/estimator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)