GoogleCloudAiplatformV1PrivateEndpoints class

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.

Constructors

GoogleCloudAiplatformV1PrivateEndpoints({String? explainHttpUri, String? healthHttpUri, String? predictHttpUri, String? serviceAttachment})
GoogleCloudAiplatformV1PrivateEndpoints.fromJson(Map json_)

Properties

explainHttpUri String?
Http(s) path to send explain requests.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthHttpUri String?
Http(s) path to send health check requests.
getter/setter pair
predictHttpUri String?
Http(s) path to send prediction requests.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAttachment String?
The name of the service attachment resource.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited