public interface FullFineTunedResourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeploymentType()
public abstract FullFineTunedResources.DeploymentType getDeploymentType()Required. The kind of deployment.
.google.cloud.aiplatform.v1beta1.FullFineTunedResources.DeploymentType deployment_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FullFineTunedResources.DeploymentType |
The deploymentType. |
getDeploymentTypeValue()
public abstract int getDeploymentTypeValue()Required. The kind of deployment.
.google.cloud.aiplatform.v1beta1.FullFineTunedResources.DeploymentType deployment_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for deploymentType. |
getModelInferenceUnitCount()
public abstract int getModelInferenceUnitCount()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
int32 model_inference_unit_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The modelInferenceUnitCount. |