Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

feat: Add PrivateEndpoint class and HTTP methods#1033

Merged
nayaknishant merged 176 commits intomainfrom
private-ep
Jun 28, 2022
Merged

feat: Add PrivateEndpoint class and HTTP methods#1033
nayaknishant merged 176 commits intomainfrom
private-ep

Conversation

@vinnysenthil
Copy link
Contributor

@vinnysenthil vinnysenthil commented Feb 23, 2022

Summary of Changes

  • Adds PrivateEndpoint class which subclasses Endpoint
  • New create, deploy methods to specify network
  • Adds new predict, explain and health_check methods to make unauthenticated REST HTTP calls to model server within network
  • Add network to aiplatform.init() and associated classes, reading the field in Model.deploy & Endpoint.create
  • Add urllib3 dependency requirement to library
  • Add unit tests and system tests for PrivateEndpoint

Fixes #708, b/194725522 , b/211371627 (partial), b/220936610, b/230003208, b/233758779 🦕

@nayaknishant nayaknishant added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@nayaknishant
Copy link
Contributor

Owlbot seems to do some linting to samples/model-builder/noxfile.py but no functional changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: vertex-ai Issues related to the googleapis/python-aiplatform API. size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Private endpoints are not supported

7 participants