Class: Google::Cloud::AIPlatform::V1::PrivateEndpoints
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PrivateEndpoints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint.rb
Overview
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.
Instance Attribute Summary collapse
-
#explain_http_uri ⇒ ::String
readonly
Output only.
-
#health_http_uri ⇒ ::String
readonly
Output only.
-
#predict_http_uri ⇒ ::String
readonly
Output only.
-
#service_attachment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#explain_http_uri ⇒ ::String (readonly)
Returns Output only. Http(s) path to send explain requests.
308 309 310 311 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 308 class PrivateEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#health_http_uri ⇒ ::String (readonly)
Returns Output only. Http(s) path to send health check requests.
308 309 310 311 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 308 class PrivateEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#predict_http_uri ⇒ ::String (readonly)
Returns Output only. Http(s) path to send prediction requests.
308 309 310 311 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 308 class PrivateEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment ⇒ ::String (readonly)
Returns Output only. The name of the service attachment resource. Populated if private service connect is enabled.
308 309 310 311 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 308 class PrivateEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |