Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PrivateEndpoints (v0.8.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PrivateEndpoints.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#explain_http_uri

def explain_http_uri() -> ::String
Returns
  • (::String) — Output only. Http(s) path to send explain requests.

#health_http_uri

def health_http_uri() -> ::String
Returns
  • (::String) — Output only. Http(s) path to send health check requests.

#predict_http_uri

def predict_http_uri() -> ::String
Returns
  • (::String) — Output only. Http(s) path to send prediction requests.

#service_attachment

def service_attachment() -> ::String
Returns
  • (::String) — Output only. The name of the service attachment resource. Populated if private service connect is enabled.