Class CreateDeploymentResourcePoolRequest (1.18.2)

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

Request message for CreateDeploymentResourcePool method.

Attributes

NameDescription
parent str
Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}
deployment_resource_pool google.cloud.aiplatform_v1beta1.types.DeploymentResourcePool
Required. The DeploymentResourcePool to create.
deployment_resource_pool_id str
Required. The ID to use for the DeploymentResourcePool, which will become the final component of the DeploymentResourcePool's resource name. The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.

Inheritance

builtins.object > proto.message.Message > CreateDeploymentResourcePoolRequest