public sealed class PrivateEndpoints : IMessage<PrivateEndpoints>, IEquatable<PrivateEndpoints>, IDeepCloneable<PrivateEndpoints>, IBufferMessage, IMessagePrivateEndpoints 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.
Implements
IMessage<PrivateEndpoints>, IEquatable<PrivateEndpoints>, IDeepCloneable<PrivateEndpoints>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
PrivateEndpoints()
public PrivateEndpoints()PrivateEndpoints(PrivateEndpoints)
public PrivateEndpoints(PrivateEndpoints other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivateEndpoints |
Properties
ExplainHttpUri
public string ExplainHttpUri { get; set; }Output only. Http(s) path to send explain requests.
| Property Value | |
|---|---|
| Type | Description |
String |
|
HealthHttpUri
public string HealthHttpUri { get; set; }Output only. Http(s) path to send health check requests.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PredictHttpUri
public string PredictHttpUri { get; set; }Output only. Http(s) path to send prediction requests.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceAttachment
public string ServiceAttachment { get; set; }Output only. The name of the service attachment resource. Populated if private service connect is enabled.
| Property Value | |
|---|---|
| Type | Description |
String |
|