Google Cloud Ai Platform V1 Client - Class DeleteFeatureGroupRequest (0.29.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the FeatureGroup to be deleted. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

↳ 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
TypeDescription
string

setName

Required. The name of the FeatureGroup to be deleted.

Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

Required. The name of the FeatureGroup to be deleted. Format: projects/{project}/locations/{location}/featureGroups/{feature_group} Please see Google\Cloud\AIPlatform\V1\FeatureRegistryServiceClient::featureGroupName() for help formatting this field.

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
TypeDescription
Google\Cloud\AIPlatform\V1\DeleteFeatureGroupRequest