Cloud AI Platform v1 API - Class QueryDeployedModelsResponse (2.27.0)

public sealed class QueryDeployedModelsResponse : IMessage<QueryDeployedModelsResponse>, IEquatable<QueryDeployedModelsResponse>, IDeepCloneable<QueryDeployedModelsResponse>, IBufferMessage, IMessage, IPageResponse<DeployedModelRef>, IEnumerable<DeployedModelRef>, IEnumerable

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

Response message for QueryDeployedModels method.

Inheritance

object > QueryDeployedModelsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

QueryDeployedModelsResponse()

public QueryDeployedModelsResponse()

QueryDeployedModelsResponse(QueryDeployedModelsResponse)

public QueryDeployedModelsResponse(QueryDeployedModelsResponse other)
Parameter
NameDescription
otherQueryDeployedModelsResponse

Properties

DeployedModelRefs

public RepeatedField<DeployedModelRef> DeployedModelRefs { get; }

References to the DeployedModels that share the specified deploymentResourcePool.

Property Value
TypeDescription
RepeatedFieldDeployedModelRef

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

TotalDeployedModelCount

public int TotalDeployedModelCount { get; set; }

The total number of DeployedModels on this DeploymentResourcePool.

Property Value
TypeDescription
int

TotalEndpointCount

public int TotalEndpointCount { get; set; }

The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<DeployedModelRef> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDeployedModelRef