Google Cloud Ai Platform V1 Client - Class DeploymentResourcesType (0.19.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeploymentResourcesType.

Identifies a type of Model's prediction resources.

Protobuf type google.cloud.aiplatform.v1.Model.DeploymentResourcesType

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Model

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum DEPLOYMENT_RESOURCES_TYPE_UNSPECIFIED = 0;

DEDICATED_RESOURCES

Value: 1

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

Generated from protobuf enum DEDICATED_RESOURCES = 1;

AUTOMATIC_RESOURCES

Value: 2

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

Generated from protobuf enum AUTOMATIC_RESOURCES = 2;

SHARED_RESOURCES

Value: 3

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

Generated from protobuf enum SHARED_RESOURCES = 3;