Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CreateFeatureRequest.
Request message for FeaturestoreService.CreateFeature.
Request message for FeatureRegistryService.CreateFeature.
Generated from protobuf message google.cloud.aiplatform.v1.CreateFeatureRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: |
↳ feature |
Google\Cloud\AIPlatform\V1\Feature
Required. The Feature to create. |
↳ feature_id |
string
Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are |
getParent
Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Format for feature_group as parent:
projects/{project}/locations/{location}/featureGroups/{feature_group}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Format for feature_group as parent:
projects/{project}/locations/{location}/featureGroups/{feature_group}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFeature
Required. The Feature to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Feature|null |
hasFeature
clearFeature
setFeature
Required. The Feature to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\Feature
|
Returns | |
---|---|
Type | Description |
$this |
getFeatureId
Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.
This value may be up to 128 characters, and valid characters are
[a-z0-9_]
. The first character cannot be a number.
The value must be unique within an EntityType/FeatureGroup.
Returns | |
---|---|
Type | Description |
string |
setFeatureId
Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.
This value may be up to 128 characters, and valid characters are
[a-z0-9_]
. The first character cannot be a number.
The value must be unique within an EntityType/FeatureGroup.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
|
feature |
Google\Cloud\AIPlatform\V1\Feature
Required. The Feature to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\CreateFeatureRequest |
static::buildFromParentFeatureFeatureId
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the EntityType or FeatureGroup to create a
Feature. Format for entity_type as parent:
|
feature |
Google\Cloud\AIPlatform\V1\Feature
Required. The Feature to create. |
featureId |
string
Required. The ID to use for the Feature, which will become the final component of the Feature's resource name. This value may be up to 128 characters, and valid characters are
The value must be unique within an EntityType/FeatureGroup. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\CreateFeatureRequest |