Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeleteFeatureGroupRequest.
Request message for FeatureRegistryService.DeleteFeatureGroup.
Generated from protobuf message google.cloud.aiplatform.v1.DeleteFeatureGroupRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the FeatureGroup to be deleted. Format: |
↳ force |
bool
If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.) |
getName
Required. The name of the FeatureGroup to be deleted.
Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the FeatureGroup to be deleted.
Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getForce
If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)
| Returns | |
|---|---|
| Type | Description |
bool |
|
setForce
If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The name of the FeatureGroup to be deleted.
Format:
|
force |
bool
If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.) |
| Returns | |
|---|---|
| Type | Description |
DeleteFeatureGroupRequest |
|