File tree Expand file tree Collapse file tree
src/replicate_client/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ from replicate_client.types import PredictionListResponse
8383Methods:
8484
8585- <code title =" post /predictions " >client.predictions.<a href =" ./src/replicate_client/resources/predictions.py " >create</a >(\*\* <a href =" src/replicate_client/types/prediction_create_params.py " >params</a >) -> <a href =" ./src/replicate_client/types/prediction_response.py " >PredictionResponse</a ></code >
86- - <code title =" get /predictions/{prediction_id} " >client.predictions.<a href =" ./src/replicate_client/resources/predictions.py " >retrieve</a >(prediction_id) -> <a href =" ./src/replicate_client/types/prediction_response.py " >PredictionResponse</a ></code >
8786- <code title =" get /predictions " >client.predictions.<a href =" ./src/replicate_client/resources/predictions.py " >list</a >(\*\* <a href =" src/replicate_client/types/prediction_list_params.py " >params</a >) -> <a href =" ./src/replicate_client/types/prediction_list_response.py " >PredictionListResponse</a ></code >
8887- <code title =" post /predictions/{prediction_id}/cancel " >client.predictions.<a href =" ./src/replicate_client/resources/predictions.py " >cancel</a >(prediction_id) -> None</code >
88+ - <code title =" get /predictions/{prediction_id} " >client.predictions.<a href =" ./src/replicate_client/resources/predictions.py " >list_by_id</a >(prediction_id) -> <a href =" ./src/replicate_client/types/prediction_response.py " >PredictionResponse</a ></code >
8989
9090# Trainings
9191
You can’t perform that action at this time.
0 commit comments