Class ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource
The "semanticGovernancePolicyEngine" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource
Constructors
SemanticGovernancePolicyEngineResource(IClientService)
Constructs a new resource.
Declaration
public SemanticGovernancePolicyEngineResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Deprovision(GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest, string)
Deprovisions the SemanticGovernancePolicyEngine, tearing down the associated tenant project, GKE cluster, and PSC service attachments. This operation is irreversible. Returns a long-running operation; poll for completion. The response contains the SemanticGovernancePolicyEngine in DEPROVISIONING state.
Declaration
public virtual ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource.DeprovisionRequest Deprovision(GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest | body | The body of the request. |
| string | name | Required. The resource name of the SemanticGovernancePolicyEngine to deprovision. Format: projects/{project}/locations/{location}/semanticGovernancePolicyEngine |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource.DeprovisionRequest |