Skip to content

Commit

Permalink
Add doc.go for ML customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Oct 1, 2020
1 parent cc1bb14 commit 1da55fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions service/machinelearning/internal/customizations/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
Package customizations provides customizations for the Machine Learning API client.
The Machine Learning API client uses one customization to support the PredictEndpoint
input parameter.
Predict Endpoint
The predict endpoint customization runs after normal endpoint resolution happens. If
the user has provided a value for PredictEndpoint then this customization will
overwrite the request's endpoint with that value.
*/
package customizations

0 comments on commit 1da55fa

Please sign in to comment.