Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource

The "deploymentResourcePools" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource
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.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentResourcePoolsResource

Constructors

DeploymentResourcePoolsResource(IClientService)

Constructs a new resource.

Declaration
public DeploymentResourcePoolsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.OperationsResource

Methods

Create(GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest, string)

Create a DeploymentResourcePool.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.CreateRequest Create(GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1CreateDeploymentResourcePoolRequest body

The body of the request.

string parent

Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.CreateRequest

Delete(string)

Delete a DeploymentResourcePool.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.DeleteRequest

Get(string)

Get a DeploymentResourcePool.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.GetRequest

List(string)

List DeploymentResourcePools in a location.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.ListRequest

Patch(GoogleCloudAiplatformV1DeploymentResourcePool, string)

Update a DeploymentResourcePool.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.PatchRequest Patch(GoogleCloudAiplatformV1DeploymentResourcePool body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1DeploymentResourcePool body

The body of the request.

string name

Immutable. The resource name of the DeploymentResourcePool. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.PatchRequest

QueryDeployedModels(string)

List DeployedModels that have been deployed on this DeploymentResourcePool.

Declaration
public virtual ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest QueryDeployedModels(string deploymentResourcePool)
Parameters
Type Name Description
string deploymentResourcePool

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

Returns
Type Description
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequest
In this article
Back to top Generated by DocFX