Class: Google::Cloud::AIPlatform::V1::SpecialistPool
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SpecialistPool
- 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
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#pending_data_labeling_jobs ⇒ ::Array<::String>
readonly
Output only.
-
#specialist_manager_emails ⇒ ::Array<::String>
The email addresses of the managers in the SpecialistPool.
-
#specialist_managers_count ⇒ ::Integer
readonly
Output only.
-
#specialist_worker_emails ⇒ ::Array<::String>
The email addresses of workers in the SpecialistPool.
Instance Attribute Details
#display_name ⇒ ::String
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
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)
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>
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)
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>
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 |