public interface DeployRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPublisherModelName()
The Model Garden model to deploy.
Format:
`publishers/{publisher}/models/{publisher_model}@{version_id}`, or
`publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`.
string publisher_model_name = 1 [(.google.api.resource_reference) = { ... }String getPublisherModelName()
The Model Garden model to deploy.
Format:
`publishers/{publisher}/models/{publisher_model}@{version_id}`, or
`publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`.
string publisher_model_name = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getPublisherModelNameBytes()
The Model Garden model to deploy.
Format:
`publishers/{publisher}/models/{publisher_model}@{version_id}`, or
`publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`.
string publisher_model_name = 1 [(.google.api.resource_reference) = { ... }boolean hasHuggingFaceModelId()
The Hugging Face model to deploy. Format: Hugging Face model ID like `google/gemma-2-2b-it`.
string hugging_face_model_id = 2;String getHuggingFaceModelId()
The Hugging Face model to deploy. Format: Hugging Face model ID like `google/gemma-2-2b-it`.
string hugging_face_model_id = 2;com.google.protobuf.ByteString getHuggingFaceModelIdBytes()
The Hugging Face model to deploy. Format: Hugging Face model ID like `google/gemma-2-2b-it`.
string hugging_face_model_id = 2;String getDestination()
Required. The resource name of the Location to deploy the model in.
Format: `projects/{project}/locations/{location}`
string destination = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDestinationBytes()
Required. The resource name of the Location to deploy the model in.
Format: `projects/{project}/locations/{location}`
string destination = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasModelConfig()
Optional. The model config to use for the deployment. If not specified, the default model config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.ModelConfig model_config = 5 [(.google.api.field_behavior) = OPTIONAL];
DeployRequest.ModelConfig getModelConfig()
Optional. The model config to use for the deployment. If not specified, the default model config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.ModelConfig model_config = 5 [(.google.api.field_behavior) = OPTIONAL];
DeployRequest.ModelConfigOrBuilder getModelConfigOrBuilder()
Optional. The model config to use for the deployment. If not specified, the default model config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.ModelConfig model_config = 5 [(.google.api.field_behavior) = OPTIONAL];
boolean hasEndpointConfig()
Optional. The endpoint config to use for the deployment. If not specified, the default endpoint config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.EndpointConfig endpoint_config = 6 [(.google.api.field_behavior) = OPTIONAL];
DeployRequest.EndpointConfig getEndpointConfig()
Optional. The endpoint config to use for the deployment. If not specified, the default endpoint config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.EndpointConfig endpoint_config = 6 [(.google.api.field_behavior) = OPTIONAL];
DeployRequest.EndpointConfigOrBuilder getEndpointConfigOrBuilder()
Optional. The endpoint config to use for the deployment. If not specified, the default endpoint config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.EndpointConfig endpoint_config = 6 [(.google.api.field_behavior) = OPTIONAL];
boolean hasDeployConfig()
Optional. The deploy config to use for the deployment. If not specified, the default deploy config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.DeployConfig deploy_config = 7 [(.google.api.field_behavior) = OPTIONAL];
DeployRequest.DeployConfig getDeployConfig()
Optional. The deploy config to use for the deployment. If not specified, the default deploy config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.DeployConfig deploy_config = 7 [(.google.api.field_behavior) = OPTIONAL];
DeployRequest.DeployConfigOrBuilder getDeployConfigOrBuilder()
Optional. The deploy config to use for the deployment. If not specified, the default deploy config will be used.
.google.cloud.aiplatform.v1beta1.DeployRequest.DeployConfig deploy_config = 7 [(.google.api.field_behavior) = OPTIONAL];
DeployRequest.ArtifactsCase getArtifactsCase()
Copyright © 2025 Google LLC. All rights reserved.