-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Make matching engine API public #1192
Conversation
992fdde
to
528a915
Compare
c402b50
to
e094de1
Compare
ba2a6c8
to
a652001
Compare
8fd7294
to
485934b
Compare
485934b
to
46d77bd
Compare
@@ -136,7 +136,10 @@ def tear_down_resources(self, shared_state: Dict[str, Any]): | |||
# Bring all Endpoints to the front of the list | |||
# Ensures Models are undeployed first before we attempt deletion | |||
shared_state["resources"].sort( | |||
key=lambda r: 1 if isinstance(r, aiplatform.Endpoint) else 2 | |||
key=lambda r: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had talked to Morgan before about some ideas to clean this up. This will get uglier as time passes.
== _TEST_MAX_REPLICA_COUNT_UPDATED | ||
) | ||
|
||
# TODO: Test `my_index_endpoint.match` request. This requires running this test in a VPC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still don't know how to run the whole system test "inside" the VPC network.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am asking around.
Followup to #995
Adds system tests for APIs that require VPC network.
TODO
Dependent on https://github.com/googleapis/python-aiplatform/pull/1195/files