File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -712,6 +712,10 @@ def attach(
712
712
Returns:
713
713
Instance of the calling ``JumpStartEstimator`` Class with the attached
714
714
training job.
715
+
716
+ Raises:
717
+ ValueError: if the model ID or version cannot be inferred from the training job.
718
+
715
719
"""
716
720
717
721
if model_id is None :
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ def retrieve_default(
67
67
Predictor: The default predictor to use for the model.
68
68
69
69
Raises:
70
- ValueError: If the combination of arguments specified is not supported.
70
+ ValueError: If the combination of arguments specified is not supported, or if a model ID or
71
+ version cannot be inferred from the endpoint.
71
72
"""
72
73
73
74
if model_id is None :
You can’t perform that action at this time.
0 commit comments