Vertex AI v1beta1 API - Class FullFineTunedResources (1.0.0-beta62)

public sealed class FullFineTunedResources : IMessage<FullFineTunedResources>, IEquatable<FullFineTunedResources>, IDeepCloneable<FullFineTunedResources>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class FullFineTunedResources.

Resources for an fft model.

Inheritance

object > FullFineTunedResources

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

FullFineTunedResources()

public FullFineTunedResources()

FullFineTunedResources(FullFineTunedResources)

public FullFineTunedResources(FullFineTunedResources other)
Parameter
Name Description
other FullFineTunedResources

Properties

DeploymentType

public FullFineTunedResources.Types.DeploymentType DeploymentType { get; set; }

Required. The kind of deployment.

Property Value
Type Description
FullFineTunedResourcesTypesDeploymentType

ModelInferenceUnitCount

public int ModelInferenceUnitCount { get; set; }

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
Property Value
Type Description
int