Class: Google::Cloud::AIPlatform::V1::DeleteDeploymentResourcePoolRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb

Overview

Request message for DeleteDeploymentResourcePool method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the DeploymentResourcePool to delete. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}.

Returns:

  • (::String)

    Required. The name of the DeploymentResourcePool to delete. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 132

class DeleteDeploymentResourcePoolRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end