Class: Google::Cloud::AIPlatform::V1::ListSpecialistPoolsResponse

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

#next_page_token::String

Returns The standard List next-page token.

Returns:

  • (::String)

    The standard List next-page token.



93
94
95
96
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 93

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

#specialist_pools::Array<::Google::Cloud::AIPlatform::V1::SpecialistPool>

Returns A list of SpecialistPools that matches the specified filter in the request.

Returns:



93
94
95
96
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 93

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