Class ProjectsResource.LocationsResource.SpecialistPoolsResource
The "specialistPools" collection of methods.
Inherited Members
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
|
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:
|
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
|
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:
|
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 |