public sealed class DeployRequest.Types.EndpointConfig : IMessage<DeployRequest.Types.EndpointConfig>, IEquatable<DeployRequest.Types.EndpointConfig>, IDeepCloneable<DeployRequest.Types.EndpointConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeployRequest.Types.EndpointConfig.
The endpoint config to use for the deployment.
Implements
IMessageDeployRequestTypesEndpointConfig, IEquatableDeployRequestTypesEndpointConfig, IDeepCloneableDeployRequestTypesEndpointConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
EndpointConfig()
public EndpointConfig()
EndpointConfig(EndpointConfig)
public EndpointConfig(DeployRequest.Types.EndpointConfig other)
Parameter | |
---|---|
Name | Description |
other |
DeployRequestTypesEndpointConfig |
Properties
DedicatedEndpointEnabled
public bool DedicatedEndpointEnabled { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
EndpointDisplayName
public string EndpointDisplayName { get; set; }
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
Property Value | |
---|---|
Type | Description |
string |