public static interface PublisherModel.CallToAction.DeployOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactUri()
Optional.
|
com.google.protobuf.ByteString |
getArtifactUriBytes()
Optional.
|
AutomaticResources |
getAutomaticResources()
A description of resources that to large degree are decided by Vertex
AI, and require only a modest additional configuration.
|
AutomaticResourcesOrBuilder |
getAutomaticResourcesOrBuilder()
A description of resources that to large degree are decided by Vertex
AI, and require only a modest additional configuration.
|
ModelContainerSpec |
getContainerSpec()
Optional.
|
ModelContainerSpecOrBuilder |
getContainerSpecOrBuilder()
Optional.
|
DedicatedResources |
getDedicatedResources()
A description of resources that are dedicated to the DeployedModel,
and that need a higher degree of manual configuration.
|
DedicatedResourcesOrBuilder |
getDedicatedResourcesOrBuilder()
A description of resources that are dedicated to the DeployedModel,
and that need a higher degree of manual configuration.
|
PublisherModel.CallToAction.Deploy.DeployMetadata |
getDeployMetadata()
Optional.
|
PublisherModel.CallToAction.Deploy.DeployMetadataOrBuilder |
getDeployMetadataOrBuilder()
Optional.
|
String |
getDeployTaskName()
Optional.
|
com.google.protobuf.ByteString |
getDeployTaskNameBytes()
Optional.
|
LargeModelReference |
getLargeModelReference()
Optional.
|
LargeModelReferenceOrBuilder |
getLargeModelReferenceOrBuilder()
Optional.
|
String |
getModelDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getModelDisplayNameBytes()
Optional.
|
PublisherModel.CallToAction.Deploy.PredictionResourcesCase |
getPredictionResourcesCase() |
String |
getPublicArtifactUri()
Optional.
|
com.google.protobuf.ByteString |
getPublicArtifactUriBytes()
Optional.
|
String |
getSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on.
|
com.google.protobuf.ByteString |
getSharedResourcesBytes()
The resource name of the shared DeploymentResourcePool to deploy on.
|
String |
getTitle()
Required.
|
com.google.protobuf.ByteString |
getTitleBytes()
Required.
|
boolean |
hasAutomaticResources()
A description of resources that to large degree are decided by Vertex
AI, and require only a modest additional configuration.
|
boolean |
hasContainerSpec()
Optional.
|
boolean |
hasDedicatedResources()
A description of resources that are dedicated to the DeployedModel,
and that need a higher degree of manual configuration.
|
boolean |
hasDeployMetadata()
Optional.
|
boolean |
hasDeployTaskName()
Optional.
|
boolean |
hasLargeModelReference()
Optional.
|
boolean |
hasSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDedicatedResources()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 5;DedicatedResources getDedicatedResources()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 5;DedicatedResourcesOrBuilder getDedicatedResourcesOrBuilder()
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 5;boolean hasAutomaticResources()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
.google.cloud.aiplatform.v1beta1.AutomaticResources automatic_resources = 6;AutomaticResources getAutomaticResources()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
.google.cloud.aiplatform.v1beta1.AutomaticResources automatic_resources = 6;AutomaticResourcesOrBuilder getAutomaticResourcesOrBuilder()
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
.google.cloud.aiplatform.v1beta1.AutomaticResources automatic_resources = 6;boolean hasSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on.
Format:
`projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
string shared_resources = 7;String getSharedResources()
The resource name of the shared DeploymentResourcePool to deploy on.
Format:
`projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
string shared_resources = 7;com.google.protobuf.ByteString getSharedResourcesBytes()
The resource name of the shared DeploymentResourcePool to deploy on.
Format:
`projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}`
string shared_resources = 7;String getModelDisplayName()
Optional. Default model display name.
string model_display_name = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getModelDisplayNameBytes()
Optional. Default model display name.
string model_display_name = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasLargeModelReference()
Optional. Large model reference. When this is set, model_artifact_spec is not needed.
.google.cloud.aiplatform.v1beta1.LargeModelReference large_model_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
LargeModelReference getLargeModelReference()
Optional. Large model reference. When this is set, model_artifact_spec is not needed.
.google.cloud.aiplatform.v1beta1.LargeModelReference large_model_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
LargeModelReferenceOrBuilder getLargeModelReferenceOrBuilder()
Optional. Large model reference. When this is set, model_artifact_spec is not needed.
.google.cloud.aiplatform.v1beta1.LargeModelReference large_model_reference = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasContainerSpec()
Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
.google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
ModelContainerSpec getContainerSpec()
Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
.google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
ModelContainerSpecOrBuilder getContainerSpecOrBuilder()
Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
.google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
String getArtifactUri()
Optional. The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getArtifactUriBytes()
Optional. The path to the directory containing the Model artifact and any of its supporting files.
string artifact_uri = 4 [(.google.api.field_behavior) = OPTIONAL];boolean hasDeployTaskName()
Optional. The name of the deploy task (e.g., "text to image generation").
optional string deploy_task_name = 10 [(.google.api.field_behavior) = OPTIONAL];
String getDeployTaskName()
Optional. The name of the deploy task (e.g., "text to image generation").
optional string deploy_task_name = 10 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.ByteString getDeployTaskNameBytes()
Optional. The name of the deploy task (e.g., "text to image generation").
optional string deploy_task_name = 10 [(.google.api.field_behavior) = OPTIONAL];
boolean hasDeployMetadata()
Optional. Metadata information about this deployment config.
optional .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy.DeployMetadata deploy_metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
PublisherModel.CallToAction.Deploy.DeployMetadata getDeployMetadata()
Optional. Metadata information about this deployment config.
optional .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy.DeployMetadata deploy_metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
PublisherModel.CallToAction.Deploy.DeployMetadataOrBuilder getDeployMetadataOrBuilder()
Optional. Metadata information about this deployment config.
optional .google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.Deploy.DeployMetadata deploy_metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
String getTitle()
Required. The title of the regional resource reference.
string title = 8 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTitleBytes()
Required. The title of the regional resource reference.
string title = 8 [(.google.api.field_behavior) = REQUIRED];String getPublicArtifactUri()
Optional. The signed URI for ephemeral Cloud Storage access to model artifact.
string public_artifact_uri = 9 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPublicArtifactUriBytes()
Optional. The signed URI for ephemeral Cloud Storage access to model artifact.
string public_artifact_uri = 9 [(.google.api.field_behavior) = OPTIONAL];PublisherModel.CallToAction.Deploy.PredictionResourcesCase getPredictionResourcesCase()
Copyright © 2025 Google LLC. All rights reserved.