Skip to content

Commit 3ccfedc

Browse files
committed
✨ Replicate#getPrediction
1 parent 54490a2 commit 3ccfedc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • replicate-client/src/main/java/io/graversen/replicate/client/replicate

replicate-client/src/main/java/io/graversen/replicate/client/replicate/Replicate.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Response createPrediction(
2424
Object createPredictionRequest
2525
);
2626

27+
@RequestLine("GET /predictions/{prediction_id}")
28+
Response getPrediction(
29+
@Param("prediction_id") String predictionId
30+
);
31+
2732
default String apiVersion() {
2833
return "1.0.0-a1";
2934
}

0 commit comments

Comments
 (0)