Class: Google::Cloud::AIPlatform::V1::SpecialistPool

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

Overview

SpecialistPool represents customers' own workforce to work on their data labeling jobs. It includes a group of specialist managers and workers. Managers are responsible for managing the workers in this pool as well as customers' data labeling jobs associated with this pool. Customers create specialist pool as well as start data labeling jobs on Cloud, managers and workers handle the jobs using CrowdCompute console.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.

Returns:

  • (::String)

    Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.



51
52
53
54
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb', line 51

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

#name::String

Returns Required. The resource name of the SpecialistPool.

Returns:

  • (::String)

    Required. The resource name of the SpecialistPool.



51
52
53
54
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb', line 51

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

#pending_data_labeling_jobs::Array<::String> (readonly)

Returns Output only. The resource name of the pending data labeling jobs.

Returns:

  • (::Array<::String>)

    Output only. The resource name of the pending data labeling jobs.



51
52
53
54
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb', line 51

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

#specialist_manager_emails::Array<::String>

Returns The email addresses of the managers in the SpecialistPool.

Returns:

  • (::Array<::String>)

    The email addresses of the managers in the SpecialistPool.



51
52
53
54
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb', line 51

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

#specialist_managers_count::Integer (readonly)

Returns Output only. The number of managers in this SpecialistPool.

Returns:

  • (::Integer)

    Output only. The number of managers in this SpecialistPool.



51
52
53
54
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb', line 51

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

#specialist_worker_emails::Array<::String>

Returns The email addresses of workers in the SpecialistPool.

Returns:

  • (::Array<::String>)

    The email addresses of workers in the SpecialistPool.



51
52
53
54
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb', line 51

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