Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::DeployRequest::DeployConfig (v1.17.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeployRequest::DeployConfig.

The deploy config to use for the deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dedicated_resources

def dedicated_resources() -> ::Google::Cloud::AIPlatform::V1::DedicatedResources
Returns

#dedicated_resources=

def dedicated_resources=(value) -> ::Google::Cloud::AIPlatform::V1::DedicatedResources
Parameter
Returns

#fast_tryout_enabled

def fast_tryout_enabled() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, enable the QMT fast tryout feature for this model if possible.

#fast_tryout_enabled=

def fast_tryout_enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, enable the QMT fast tryout feature for this model if possible.
Returns
  • (::Boolean) — Optional. If true, enable the QMT fast tryout feature for this model if possible.

#system_labels

def system_labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.

#system_labels=

def system_labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.