Cloud AI Platform v1 API - Class ListDeploymentResourcePoolsRequest (2.27.0)

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

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

Request message for ListDeploymentResourcePools method.

Inheritance

object > ListDeploymentResourcePoolsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListDeploymentResourcePoolsRequest()

public ListDeploymentResourcePoolsRequest()

ListDeploymentResourcePoolsRequest(ListDeploymentResourcePoolsRequest)

public ListDeploymentResourcePoolsRequest(ListDeploymentResourcePoolsRequest other)
Parameter
NameDescription
otherListDeploymentResourcePoolsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName