Class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest
List DeployedModels that have been deployed on this DeploymentResourcePool.
Inheritance
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1QueryDeployedModelsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1QueryDeployedModelsResponse>, 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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes QueryDeployedModels parameter list.
Declaration
protected override void InitParameters()