Enum Model.DeploymentResourcesType (3.42.0)

public enum Model.DeploymentResourcesType extends Enum<Model.DeploymentResourcesType> implements ProtocolMessageEnum

Identifies a type of Model's prediction resources.

Protobuf enum google.cloud.aiplatform.v1beta1.Model.DeploymentResourcesType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOMATIC_RESOURCES

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

AUTOMATIC_RESOURCES = 2;

AUTOMATIC_RESOURCES_VALUE

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

AUTOMATIC_RESOURCES = 2;

DEDICATED_RESOURCES

Resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.

DEDICATED_RESOURCES = 1;

DEDICATED_RESOURCES_VALUE

Resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.

DEDICATED_RESOURCES = 1;

DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED

Should not be used.

DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED = 0;

DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED_VALUE

Should not be used.

DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED = 0;

SHARED_RESOURCES

Resources that can be shared by multiple DeployedModels. A pre-configured DeploymentResourcePool is required.

SHARED_RESOURCES = 3;

SHARED_RESOURCES_VALUE

Resources that can be shared by multiple DeployedModels. A pre-configured DeploymentResourcePool is required.

SHARED_RESOURCES = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()