Skip to content

Commit

Permalink
feat!: Removes breaking change from v1 version of AI Platform protos
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 385812643
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 20, 2021
1 parent 3585f50 commit 22e280d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions google/cloud/aiplatform/v1/prediction_service.proto
Expand Up @@ -41,12 +41,8 @@ service PredictionService {
option (google.api.http) = {
post: "/v1/{endpoint=projects/*/locations/*/endpoints/*}:predict"
body: "*"
additional_bindings {
post: "/v1/{endpoint=projects/*/locations/*/endpoints/*}:predictInternal"
body: "*"
}
};
option (google.api.method_signature) = "endpoint,parameters,instances";
option (google.api.method_signature) = "endpoint,instances,parameters";
}
}

Expand Down

0 comments on commit 22e280d

Please sign in to comment.