Class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest | Google.Apis.Aiplatform.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest

List DeployedModels that have been deployed on this DeploymentResourcePool.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1QueryDeployedModelsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1QueryDeployedModelsResponse>
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1QueryDeployedModelsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest.Xgafv
AiplatformBaseServiceRequest.AccessToken
AiplatformBaseServiceRequest.Alt
AiplatformBaseServiceRequest.Callback
AiplatformBaseServiceRequest.Fields
AiplatformBaseServiceRequest.Key
AiplatformBaseServiceRequest.OauthToken
AiplatformBaseServiceRequest.PrettyPrint
AiplatformBaseServiceRequest.QuotaUser
AiplatformBaseServiceRequest.UploadType
AiplatformBaseServiceRequest.UploadProtocol
ClientServiceRequest.Execute()
ClientServiceRequest.ExecuteAsStream()
ClientServiceRequest.ExecuteAsync()
ClientServiceRequest.ExecuteAsync(CancellationToken)
ClientServiceRequest.ExecuteAsStreamAsync()
ClientServiceRequest.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest.CreateRequest(bool?)
ClientServiceRequest.GenerateRequestUri()
ClientServiceRequest.GetBody()
ClientServiceRequest.GetDefaultETagAction(string)
ClientServiceRequest.ETagAction
ClientServiceRequest.ModifyRequest
ClientServiceRequest.ValidateParameters
ClientServiceRequest.ApiVersion
ClientServiceRequest.RequestParameters
ClientServiceRequest.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest : AiplatformBaseServiceRequest, IClientServiceRequest, IClientServiceRequest

Constructors

QueryDeployedModelsRequest(IClientService, string)

Constructs a new QueryDeployedModels request.

Declaration
public QueryDeployedModelsRequest(IClientService service, string deploymentResourcePool)
Parameters
Type Name Description
IClientService service
string deploymentResourcePool

Properties

DeploymentResourcePool

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

Declaration
[RequestParameter("deploymentResourcePool", RequestParameterType.Path)]
public virtual string DeploymentResourcePool { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.MethodName

PageSize

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

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.RestPath

Methods

InitParameters()

Initializes QueryDeployedModels parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest.InitParameters()

Implements

IClientServiceRequest
IClientServiceRequest
In this article
Back to top Generated by DocFX