Cloud AI Platform v1 API - Class ListSpecialistPoolsRequest (2.27.0)

public sealed class ListSpecialistPoolsRequest : IMessage<ListSpecialistPoolsRequest>, IEquatable<ListSpecialistPoolsRequest>, IDeepCloneable<ListSpecialistPoolsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud AI Platform v1 API class ListSpecialistPoolsRequest.

Request message for [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools].

Inheritance

object > ListSpecialistPoolsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListSpecialistPoolsRequest()

public ListSpecialistPoolsRequest()

ListSpecialistPoolsRequest(ListSpecialistPoolsRequest)

public ListSpecialistPoolsRequest(ListSpecialistPoolsRequest other)
Parameter
NameDescription
otherListSpecialistPoolsRequest

Properties

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard list page token. Typically obtained by [ListSpecialistPoolsResponse.next_page_token][google.cloud.aiplatform.v1.ListSpecialistPoolsResponse.next_page_token] of the previous [SpecialistPoolService.ListSpecialistPools][google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPools] call. Return first page if empty.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ReadMask

public FieldMask ReadMask { get; set; }

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

Property Value
TypeDescription
FieldMask