Class DeployConfig (1.135.0)

DeployConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The deploy config to use for the deployment.

Attributes

Name Description
dedicated_resources google.cloud.aiplatform_v1.types.DedicatedResources
Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
fast_tryout_enabled bool
Optional. If true, enable the QMT fast tryout feature for this model if possible.
system_labels MutableMapping[str, str]
Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.

Classes

SystemLabelsEntry

SystemLabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Methods

DeployConfig

DeployConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The deploy config to use for the deployment.