Google Cloud Ai Platform V1 Client - Class ListSpecialistPoolsResponse (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListSpecialistPoolsResponse.

Response message for SpecialistPoolService.ListSpecialistPools.

Generated from protobuf message google.cloud.aiplatform.v1.ListSpecialistPoolsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ specialist_pools array<Google\Cloud\AIPlatform\V1\SpecialistPool>

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

↳ next_page_token string

The standard List next-page token.

getSpecialistPools

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

Generated from protobuf field repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSpecialistPools

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

Generated from protobuf field repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1;

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\SpecialistPool>
Returns
TypeDescription
$this

getNextPageToken

The standard List next-page token.

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

The standard List next-page token.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this