Creates a feature entity. A feature entity defines a join key that links multiple feature views to it, enabling feature joining.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:CreateFeatureEntity |
create |
*All Resource
|
None | None |
Request syntax
POST /api/v1/instances/{InstanceId}/featureentities HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. To get this ID, call the ListInstances operation. |
fs-cn-******** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| JoinId |
string |
Yes |
The join key that links feature views to the feature entity. |
user_id |
| Name |
string |
Yes |
The feature entity name. |
feature_entity_1 |
| ProjectId |
string |
Yes |
The project ID. To get this ID, call the ListInstances operation. |
3 |
| ParentFeatureEntityId |
string |
No |
The parent feature entity ID. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
0C89F5E1-7F24-5EEC-9F05-508A39278CC8 |
| FeatureEntityId |
string |
The feature entity ID. |
3 |
Examples
Success response
JSON format
{
"RequestId": "0C89F5E1-7F24-5EEC-9F05-508A39278CC8",
"FeatureEntityId": "3"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.