Class: Google::Cloud::AIPlatform::V1::UpdateSpecialistPoolOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateSpecialistPoolOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb
Overview
Runtime operation metadata for SpecialistPoolService.UpdateSpecialistPool.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
-
#specialist_pool ⇒ ::String
readonly
Output only.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
137 138 139 140 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 137 class UpdateSpecialistPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#specialist_pool ⇒ ::String (readonly)
Returns Output only. The name of the SpecialistPool to which the specialists are
being added. Format:
projects/{project_id}/locations/{location_id}/specialistPools/{specialist_pool}
.
137 138 139 140 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 137 class UpdateSpecialistPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |