Skip to content

Commit

Permalink
fix create connector response
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
  • Loading branch information
ylwu-amzn committed Oct 17, 2023
1 parent 26e3ef6 commit 4f9a1c4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ POST /_plugins/_ml/connectors/_create
Response:
```json
{
"model_group_id": "rqR9PIsBQRofe4CScErR",
"status": "CREATED"
"connector_id": "nzh9PIsBnGXNcxYpPEcv"
}
```

Expand Down Expand Up @@ -139,7 +138,7 @@ Deploy model, in this demo the model id is `sKR9PIsBQRofe4CSlUov`
POST /_plugins/_ml/models/sKR9PIsBQRofe4CSlUov/_deploy
```

6. Test model inference
5. Test model inference

```json
POST /_plugins/_ml/models/sKR9PIsBQRofe4CSlUov/_predict
Expand Down

0 comments on commit 4f9a1c4

Please sign in to comment.