Skip to content

Commit c11c270

Browse files
committed
chore: restore method signature
1 parent 891359b commit c11c270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def _is_valid_model_id_hook():
314314

315315
super(JumpStartModel, self).__init__(**model_init_kwargs.to_kwargs_dict())
316316

317-
def retrieve_all_example_payloads(self) -> Optional[List[JumpStartSerializablePayload]]:
317+
def retrieve_all_examples(self) -> Optional[List[JumpStartSerializablePayload]]:
318318
"""Returns all example payloads associated with the model.
319319
320320
Raises:

0 commit comments

Comments
 (0)