Class DeploymentResourcePool (1.18.2)

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
Output only. 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.

Inheritance

builtins.object > proto.message.Message > DeploymentResourcePool