public sealed class FullFineTunedResources : IMessage<FullFineTunedResources>, IEquatable<FullFineTunedResources>, IDeepCloneable<FullFineTunedResources>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FullFineTunedResources.
Resources for an fft model.
Implements
IMessageFullFineTunedResources, IEquatableFullFineTunedResources, IDeepCloneableFullFineTunedResources, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|