Class GoogleCloudAiplatformV1beta1DeployRequestEndpointConfig
The endpoint config to use for the deployment.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeployRequestEndpointConfig : IDirectResponseSchema
Properties
DedicatedEndpointEnabled
Optional. 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 limitations will be removed soon.
Declaration
[JsonProperty("dedicatedEndpointEnabled")]
public virtual bool? DedicatedEndpointEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndpointDisplayName
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
Declaration
[JsonProperty("endpointDisplayName")]
public virtual string EndpointDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |