Class GoogleCloudAiplatformV1PrivateEndpoints
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.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PrivateEndpoints : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExplainHttpUri
Output only. Http(s) path to send explain requests.
Declaration
[JsonProperty("explainHttpUri")]
public virtual string ExplainHttpUri { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthHttpUri
Output only. Http(s) path to send health check requests.
Declaration
[JsonProperty("healthHttpUri")]
public virtual string HealthHttpUri { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictHttpUri
Output only. Http(s) path to send prediction requests.
Declaration
[JsonProperty("predictHttpUri")]
public virtual string PredictHttpUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAttachment
Output only. The name of the service attachment resource. Populated if private service connect is enabled.
Declaration
[JsonProperty("serviceAttachment")]
public virtual string ServiceAttachment { get; set; }
Property Value
Type | Description |
---|---|
string |