Cloud AI Platform v1 API - Class PrivateEndpoints (2.24.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class PrivateEndpoints.

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