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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTOMATIC_RESOURCES |
Resources that to large degree are decided by Vertex AI, and require only a modest additional configuration. |
AUTOMATIC_RESOURCES_VALUE |
Resources that to large degree are decided by Vertex AI, and require only a modest additional configuration. |
DEDICATED_RESOURCES |
Resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration. |
DEDICATED_RESOURCES_VALUE |
Resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration. |
DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED |
Should not be used. |
DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED_VALUE |
Should not be used. |
SHARED_RESOURCES |
Resources that can be shared by multiple DeployedModels. A pre-configured DeploymentResourcePool is required. |
SHARED_RESOURCES_VALUE |
Resources that can be shared by multiple DeployedModels. A pre-configured DeploymentResourcePool is required. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |