Skip to content

Commit

Permalink
sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
benieric committed Jan 11, 2024
1 parent 8163815 commit fcea913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sagemaker/jumpstart/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ def __init__(
(Default: None).
model_channel_name (Optional[Union[str, PipelineVariable]]): Name of the channel where
'model_uri' will be downloaded. (Default: None).
metric_definitions (Optional[Union[list[dict[str, str], list[dict[str,
PipelineVariable]]]]): A list of dictionaries that defines the metric(s)
metric_definitions (Optional[list[dict[str, Union[str, PipelineVariable]]]]):
A list of dictionaries that defines the metric(s)
used to evaluate the training jobs. Each dictionary contains two keys: 'Name'
for the name of the metric, and 'Regex' for the regular expression used to extract
the metric from the logs. This should be defined only for jobs that
Expand Down

0 comments on commit fcea913

Please sign in to comment.