Class: Google::Cloud::AIPlatform::V1::ListSpecialistPoolsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListSpecialistPoolsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb
Overview
Request message for SpecialistPoolService.ListSpecialistPools.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
The standard list page token.
-
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The standard list page size.
80 81 82 83 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80 class ListSpecialistPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty.
80 81 82 83 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80 class ListSpecialistPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the SpecialistPool's parent resource.
Format: projects/{project}/locations/{location}
.
80 81 82 83 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80 class ListSpecialistPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read. FieldMask represents a set of.
80 81 82 83 |
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80 class ListSpecialistPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |