Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateDeploymentResourcePoolRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateDeploymentResourcePoolRequest.

Request message for CreateDeploymentResourcePool method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployment_resource_pool

def deployment_resource_pool() -> ::Google::Cloud::AIPlatform::V1::DeploymentResourcePool
Returns

#deployment_resource_pool=

def deployment_resource_pool=(value) -> ::Google::Cloud::AIPlatform::V1::DeploymentResourcePool
Parameter
Returns

#deployment_resource_pool_id

def deployment_resource_pool_id() -> ::String
Returns
  • (::String) — 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])?$/.

#deployment_resource_pool_id=

def deployment_resource_pool_id=(value) -> ::String
Parameter
  • value (::String) — 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])?$/.

Returns
  • (::String) — 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])?$/.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}