Class: Google::Cloud::AIPlatform::V1::PrivateEndpoints

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#explain_http_uri::String (readonly)

Returns Output only. Http(s) path to send explain requests.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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