Skip to content

Instantly share code, notes, and snippets.

@pjwelcome
Created December 15, 2018 07:09
Show Gist options
  • Save pjwelcome/7719e8ef0d9f8b6adb787e20904ad355 to your computer and use it in GitHub Desktop.
Save pjwelcome/7719e8ef0d9f8b6adb787e20904ad355 to your computer and use it in GitHub Desktop.
internal interface Endpoint {
@Headers("Content-Type: application/json")
@POST("projects/{ProjectName}/locations/{region}/models/{AutoML_Model_ID}:predict")
fun classifyImage(@Body body: ModelRequestBody): Call<PayloadResult>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment