Class: Google::Cloud::AIPlatform::V1::UpdateDeploymentResourcePoolRequest

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 UpdateDeploymentResourcePool method.

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_resource_pool::Google::Cloud::AIPlatform::V1::DeploymentResourcePool

Returns Required. The DeploymentResourcePool to update.

The DeploymentResourcePool's name field is used to identify the DeploymentResourcePool to update. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}.

Returns:

  • (::Google::Cloud::AIPlatform::V1::DeploymentResourcePool)

    Required. The DeploymentResourcePool to update.

    The DeploymentResourcePool's name field is used to identify the DeploymentResourcePool to update. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}



112
113
114
115
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 112

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



112
113
114
115
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 112

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