Class DeploymentResourcesType (1.22.1)

DeploymentResourcesType(value)

Identifies a type of Model's prediction resources.

Values: DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED (0): Should not be used. DEDICATED_RESOURCES (1): Resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration. AUTOMATIC_RESOURCES (2): Resources that to large degree are decided by Vertex AI, and require only a modest additional configuration. SHARED_RESOURCES (3): Resources that can be shared by multiple DeployedModels. A pre-configured DeploymentResourcePool is required.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > DeploymentResourcesType