Method: projects.locations.specialistPools.list

Lists SpecialistPools in a Location.

HTTP request

GET https://{service-endpoint}/v1/{parent}/specialistPools

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

Parameters
parent

string

Required. The name of the SpecialistPool's parent resource. Format: projects/{project}/locations/{location}

Query parameters

Parameters
pageSize

integer

The standard list page size.

pageToken

string

The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty.

readMask

string (FieldMask format)

Mask specifying which fields to read. FieldMask represents a set of

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body must be empty.

Response body

Response message for SpecialistPoolService.ListSpecialistPools.

If successful, the response body contains data with the following structure:

JSON representation
{
  "specialistPools": [
    {
      object (SpecialistPool)
    }
  ],
  "nextPageToken": string
}
Fields
specialistPools[]

object (SpecialistPool)

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

nextPageToken

string

The standard List next-page token.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • aiplatform.specialistPools.list

For more information, see the IAM documentation.