Class FullFineTunedResources (1.157.0)

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

Resources for an fft model.

Attributes

Name Description
deployment_type google.cloud.aiplatform_v1beta1.types.FullFineTunedResources.DeploymentType
Required. The kind of deployment.
model_inference_unit_count int
Optional. The number of model inference units to use for this deployment. This can only be specified for DEPLOYMENT_TYPE_PROD. The following table lists the number of model inference units for different model types: - Gemini 2.5 Flash - Foundation FMIU: 25 - Expansion FMIU: 4 - Gemini 2.5 Pro - Foundation FMIU: 32 - Expansion FMIU: 16 - Veo 3.0 (undistilled) - Foundation FMIU: 63 - Expansion FMIU: 7 - Veo 3.0 (distilled) - Foundation FMIU: 30 - Expansion FMIU: 10

Classes

DeploymentType

DeploymentType(value)

The type of deployment.

Methods

FullFineTunedResources

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

Resources for an fft model.