Skip to content

Commit 2e6e025

Browse files
feat: add private_model_server_enabled to in Endpoint.proto (googleapis#31516)
* feat: add private_model_server_enabled to in Endpoint.proto PiperOrigin-RevId: 806366860 Source-Link: googleapis/googleapis@69e69bf Source-Link: https://github.com/googleapis/googleapis-gen/commit/c537c4e9b57930a42255416a822ed3de941b43dc Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWFpX3BsYXRmb3JtLXYxLy5Pd2xCb3QueWFtbCIsImgiOiJjNTM3YzRlOWI1NzkzMGE0MjI1NTQxNmE4MjJlZDNkZTk0MWI0M2RjIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d1f9c19 commit 2e6e025

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

google-cloud-ai_platform-v1/lib/google/cloud/aiplatform/v1/endpoint_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/endpoint.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ module V1
150150
# Optional. Configuration for GenAiAdvancedFeatures. If the endpoint is
151151
# serving GenAI models, advanced features like native RAG integration can be
152152
# configured. Currently, only Model Garden models are supported.
153+
# @!attribute [rw] private_model_server_enabled
154+
# @return [::Boolean]
155+
# If true, the model server will be isolated from the external internet.
153156
class Endpoint
154157
include ::Google::Protobuf::MessageExts
155158
extend ::Google::Protobuf::MessageExts::ClassMethods

0 commit comments

Comments
 (0)