Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse

Response message for QueryDeployedModels method.

Inheritance
object
GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1QueryDeployedModelsResponse : IDirectResponseSchema

Properties

DeployedModelRefs

References to the DeployedModels that share the specified deploymentResourcePool.

Declaration
[JsonProperty("deployedModelRefs")]
public virtual IList<GoogleCloudAiplatformV1beta1DeployedModelRef> DeployedModelRefs { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1DeployedModelRef>

DeployedModels

DEPRECATED Use deployed_model_refs instead.

Declaration
[JsonProperty("deployedModels")]
public virtual IList<GoogleCloudAiplatformV1beta1DeployedModel> DeployedModels { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1DeployedModel>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

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

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

TotalDeployedModelCount

The total number of DeployedModels on this DeploymentResourcePool.

Declaration
[JsonProperty("totalDeployedModelCount")]
public virtual int? TotalDeployedModelCount { get; set; }
Property Value
Type Description
int?

TotalEndpointCount

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

Declaration
[JsonProperty("totalEndpointCount")]
public virtual int? TotalEndpointCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX