DeployRequest_EndpointConfig class final

The endpoint config to use for the deployment.

Inheritance
  • Object
  • ProtoMessage
  • DeployRequest_EndpointConfig

Constructors

DeployRequest_EndpointConfig({String endpointDisplayName = '', bool dedicatedEndpointEnabled = false, bool dedicatedEndpointDisabled = false, PrivateServiceConnectConfig? privateServiceConnectConfig, String endpointUserId = ''})
DeployRequest_EndpointConfig.fromJson(Object? j)
factory

Properties

dedicatedEndpointDisabled bool
Optional. By default, if dedicated endpoint is enabled and private service connect config is not set, the endpoint will be exposed through a dedicated DNS Endpoint.dedicated_endpoint_dns. If private service connect config is set, the endpoint will be exposed through private service connect. 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.
final
dedicatedEndpointEnabled bool
Optional. Deprecated. Use dedicated_endpoint_disabled instead. 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.
final
endpointDisplayName String
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
final
endpointUserId String
Optional. Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID.
final
hashCode int
The hash code for this object.
no setterinherited
privateServiceConnectConfig PrivateServiceConnectConfig?
Optional. Configuration for private service connect. If set, the endpoint will be exposed through private service connect.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String