Class PrivateEndpoints (1.18.0)

PrivateEndpoints(mapping=None, *, ignore_unknown_fields=False, **kwargs)

PrivateEndpoints proto is used to provide paths for users to send requests privately. To send request via private service access, use predict_http_uri, explain_http_uri or health_http_uri. To send request via private service connect, use service_attachment.

Attributes

NameDescription
predict_http_uri str
Output only. Http(s) path to send prediction requests.
explain_http_uri str
Output only. Http(s) path to send explain requests.
health_http_uri str
Output only. Http(s) path to send health check requests.
service_attachment str
Output only. The name of the service attachment resource. Populated if private service connect is enabled.

Inheritance

builtins.object > proto.message.Message > PrivateEndpoints