Google Cloud Ai Platform V1 Client - Class CreateFeatureGroupRequest (0.30.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CreateFeatureGroupRequest.

Request message for FeatureRegistryService.CreateFeatureGroup.

Generated from protobuf message google.cloud.aiplatform.v1.CreateFeatureGroupRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the Location to create FeatureGroups. Format: projects/{project}/locations/{location}'

↳ feature_group Google\Cloud\AIPlatform\V1\FeatureGroup

Required. The FeatureGroup to create.

↳ feature_group_id string

Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within the project and location.

getParent

Required. The resource name of the Location to create FeatureGroups.

Format: projects/{project}/locations/{location}'

Returns
TypeDescription
string

setParent

Required. The resource name of the Location to create FeatureGroups.

Format: projects/{project}/locations/{location}'

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFeatureGroup

Required. The FeatureGroup to create.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\FeatureGroup|null

hasFeatureGroup

clearFeatureGroup

setFeatureGroup

Required. The FeatureGroup to create.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\FeatureGroup
Returns
TypeDescription
$this

getFeatureGroupId

Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name.

This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within the project and location.

Returns
TypeDescription
string

setFeatureGroupId

Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name.

This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within the project and location.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The resource name of the Location to create FeatureGroups. Format: projects/{project}/locations/{location}' Please see Google\Cloud\AIPlatform\V1\FeatureRegistryServiceClient::locationName() for help formatting this field.

featureGroup Google\Cloud\AIPlatform\V1\FeatureGroup

Required. The FeatureGroup to create.

featureGroupId string

Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup's resource name.

This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within the project and location.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\CreateFeatureGroupRequest