Class PrivateEndpoints (1.2.0)

public sealed class PrivateEndpoints : IMessage<PrivateEndpoints>, IEquatable<PrivateEndpoints>, IDeepCloneable<PrivateEndpoints>, IBufferMessage, IMessage

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.

Inheritance

Object > PrivateEndpoints

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PrivateEndpoints()

public PrivateEndpoints()

PrivateEndpoints(PrivateEndpoints)

public PrivateEndpoints(PrivateEndpoints other)
Parameter
NameDescription
otherPrivateEndpoints

Properties

ExplainHttpUri

public string ExplainHttpUri { get; set; }

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

Property Value
TypeDescription
String

HealthHttpUri

public string HealthHttpUri { get; set; }

Output only. Http(s) path to send health check requests.

Property Value
TypeDescription
String

PredictHttpUri

public string PredictHttpUri { get; set; }

Output only. Http(s) path to send prediction requests.

Property Value
TypeDescription
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
TypeDescription
String