Cloud AI Platform v1 API - Class QueryDeployedModelsRequest (2.27.0)

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

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

Request message for QueryDeployedModels method.

Inheritance

object > QueryDeployedModelsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

QueryDeployedModelsRequest()

public QueryDeployedModelsRequest()

QueryDeployedModelsRequest(QueryDeployedModelsRequest)

public QueryDeployedModelsRequest(QueryDeployedModelsRequest other)
Parameter
NameDescription
otherQueryDeployedModelsRequest

Properties

DeploymentResourcePool

public string DeploymentResourcePool { get; set; }

Required. The name of the target DeploymentResourcePool to query. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of DeployedModels 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 QueryDeployedModels call. Provide this to retrieve the subsequent page.

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

Property Value
TypeDescription
string