Class PrivateEndpoints (1.0.0)

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

PrivateEndpoints is used to provide paths for users to send requests via private services access.

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