Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SpecialistPoolsResource

The "specialistPools" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SpecialistPoolsResource
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.SpecialistPoolsResource

Constructors

SpecialistPoolsResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

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

Methods

Create(GoogleCloudAiplatformV1SpecialistPool, string)

Creates a SpecialistPool.

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

The body of the request.

string parent

Required. The parent Project name for the new SpecialistPool. The form is projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.SpecialistPoolsResource.CreateRequest

Delete(string)

Deletes a SpecialistPool as well as all Specialists in the pool.

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

Required. The resource name of the SpecialistPool to delete. Format: projects/{project}/locations/{location}/specialistPools/{specialist_pool}

Returns
Type Description
ProjectsResource.LocationsResource.SpecialistPoolsResource.DeleteRequest

Get(string)

Gets a SpecialistPool.

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

Required. The name of the SpecialistPool resource. The form is projects/{project}/locations/{location}/specialistPools/{specialist_pool}.

Returns
Type Description
ProjectsResource.LocationsResource.SpecialistPoolsResource.GetRequest

List(string)

Lists SpecialistPools in a Location.

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

Required. The name of the SpecialistPool's parent resource. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.SpecialistPoolsResource.ListRequest

Patch(GoogleCloudAiplatformV1SpecialistPool, string)

Updates a SpecialistPool.

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

The body of the request.

string name

Required. The resource name of the SpecialistPool.

Returns
Type Description
ProjectsResource.LocationsResource.SpecialistPoolsResource.PatchRequest
In this article
Back to top Generated by DocFX