Cloud AI Platform v1 API - Enum Model.Types.DeploymentResourcesType (2.27.0)

public enum Model.Types.DeploymentResourcesType

Reference documentation and code samples for the Cloud AI Platform v1 API enum Model.Types.DeploymentResourcesType.

Identifies a type of Model's prediction resources.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
AutomaticResources

Resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.

DedicatedResources

Resources that are dedicated to the [DeployedModel][google.cloud.aiplatform.v1.DeployedModel], and that need a higher degree of manual configuration.

SharedResources

Resources that can be shared by multiple [DeployedModels][google.cloud.aiplatform.v1.DeployedModel]. A pre-configured [DeploymentResourcePool][google.cloud.aiplatform.v1.DeploymentResourcePool] is required.

Unspecified

Should not be used.