Class: Google::Cloud::AIPlatform::V1::CreateDeploymentResourcePoolRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The DeploymentResourcePool to create.

Returns:



40
41
42
43
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 40

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

#deployment_resource_pool_id::String

Returns 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])?$/.



40
41
42
43
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 40

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

#parent::String

Returns 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}



40
41
42
43
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 40

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