Class: Google::Cloud::AIPlatform::V1::DeleteSpecialistPoolRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, the request will only work if the SpecialistPool has no specialist managers.).

Returns:

  • (::Boolean)

    If set to true, any specialist managers in this SpecialistPool will also be deleted. (Otherwise, the request will only work if the SpecialistPool has no specialist managers.)



109
110
111
112
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 109

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

#name::String

Returns Required. The resource name of the SpecialistPool to delete. Format: projects/{project}/locations/{location}/specialistPools/{specialist_pool}.

Returns:

  • (::String)

    Required. The resource name of the SpecialistPool to delete. Format: projects/{project}/locations/{location}/specialistPools/{specialist_pool}



109
110
111
112
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 109

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