Class DeploymentResourcePool (1.48.0)

DeploymentResourcePool(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.

Attributes

NameDescription
name str
Immutable. The resource name of the DeploymentResourcePool. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
dedicated_resources google.cloud.aiplatform_v1beta1.types.DedicatedResources
Required. The underlying DedicatedResources that the DeploymentResourcePool uses.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this DeploymentResourcePool was created.

Methods

DeploymentResourcePool

DeploymentResourcePool(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.