Class GoogleCloudAiplatformV1Endpoint
Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Endpoint : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp when this Endpoint was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DedicatedEndpointDns
Output only. DNS of the dedicated endpoint. Will only be populated if dedicated_endpoint_enabled is true.
Format: https://{endpoint_id}.{region}-{project_number}.prediction.vertexai.goog
.
Declaration
[JsonProperty("dedicatedEndpointDns")]
public virtual string DedicatedEndpointDns { get; set; }
Property Value
Type | Description |
---|---|
string |
DedicatedEndpointEnabled
If true, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users' traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won't be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitation will be removed soon.
Declaration
[JsonProperty("dedicatedEndpointEnabled")]
public virtual bool? DedicatedEndpointEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DeployedModels
Output only. The models deployed in this Endpoint. To add or remove DeployedModels use EndpointService.DeployModel and EndpointService.UndeployModel respectively.
Declaration
[JsonProperty("deployedModels")]
public virtual IList<GoogleCloudAiplatformV1DeployedModel> DeployedModels { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1DeployedModel> |
Description
The description of the Endpoint.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The display name of the Endpoint. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnablePrivateServiceConnect
Deprecated: If true, expose the Endpoint via private service connect. Only one of the fields, network or enable_private_service_connect, can be set.
Declaration
[JsonProperty("enablePrivateServiceConnect")]
public virtual bool? EnablePrivateServiceConnect { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EncryptionSpec
Customer-managed encryption key spec for an Endpoint. If set, this Endpoint and all sub-resources of this Endpoint will be secured by this key.
Declaration
[JsonProperty("encryptionSpec")]
public virtual GoogleCloudAiplatformV1EncryptionSpec EncryptionSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1EncryptionSpec |
Labels
The labels with user-defined metadata to organize your Endpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ModelDeploymentMonitoringJob
Output only. Resource name of the Model Monitoring job associated with this Endpoint if monitoring is
enabled by JobService.CreateModelDeploymentMonitoringJob. Format:
projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
Declaration
[JsonProperty("modelDeploymentMonitoringJob")]
public virtual string ModelDeploymentMonitoringJob { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name of the Endpoint.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Optional. The full name of the Google Compute Engine
network to which the Endpoint
should be peered. Private services access must already be configured for the network. If left unspecified,
the Endpoint is not peered with any network. Only one of the fields, network or
enable_private_service_connect, can be set.
Format:
projects/{project}/global/networks/{network}
. Where {project}
is a project number, as in 12345
, and
{network}
is network name.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictRequestResponseLoggingConfig
Configures the request-response logging for online prediction.
Declaration
[JsonProperty("predictRequestResponseLoggingConfig")]
public virtual GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig PredictRequestResponseLoggingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig |
PrivateServiceConnectConfig
Optional. Configuration for private service connect. network and private_service_connect_config are mutually exclusive.
Declaration
[JsonProperty("privateServiceConnectConfig")]
public virtual GoogleCloudAiplatformV1PrivateServiceConnectConfig PrivateServiceConnectConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1PrivateServiceConnectConfig |
SatisfiesPzi
Output only. Reserved for future use.
Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SatisfiesPzs
Output only. Reserved for future use.
Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TrafficSplit
A map from a DeployedModel's ID to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel. If a DeployedModel's ID is not listed in this map, then it receives no traffic. The traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment.
Declaration
[JsonProperty("trafficSplit")]
public virtual IDictionary<string, int?> TrafficSplit { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, int?> |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Timestamp when this Endpoint was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |