Class: Google::Cloud::AIPlatform::V1::DeployRequest::EndpointConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb

Overview

The endpoint config to use for the deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#dedicated_endpoint_enabled::Boolean

Returns 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.

Returns:

  • (::Boolean)

    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.



126
127
128
129
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 126

class EndpointConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#endpoint_display_name::String

Returns Optional. The user-specified display name of the endpoint. If not set, a default name will be used.

Returns:

  • (::String)

    Optional. The user-specified display name of the endpoint. If not set, a default name will be used.



126
127
128
129
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 126

class EndpointConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end