We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891359b commit c11c270Copy full SHA for c11c270
src/sagemaker/jumpstart/model.py
@@ -314,7 +314,7 @@ def _is_valid_model_id_hook():
314
315
super(JumpStartModel, self).__init__(**model_init_kwargs.to_kwargs_dict())
316
317
- def retrieve_all_example_payloads(self) -> Optional[List[JumpStartSerializablePayload]]:
+ def retrieve_all_examples(self) -> Optional[List[JumpStartSerializablePayload]]:
318
"""Returns all example payloads associated with the model.
319
320
Raises:
0 commit comments