Verify that the FG configuration is correct and meets all rules.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
featurestore:CheckModelFeatureFGFeature |
none |
*All Resource
|
None | None |
Request syntax
POST /api/v1/instances/{InstanceId}/modelfeatures/{ModelFeatureId}/action/checkfgfeature HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. You can get it from the ListInstances API. |
fs-cn-******** |
| ModelFeatureId |
string |
Yes |
The model feature ID. You can get it from the ListModelFeatures API. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| requestId |
string |
The request ID. |
ED4DEA2F-F216-57F0-AE28-08D791233280 |
| FGCheckResults |
array<object> |
The FG configuration check results. |
|
|
object |
|||
| RuleCode |
string |
The rule code for the check.
|
SeqSubEx |
| Status |
boolean |
Whether the rule passes. |
True |
| Message |
string |
The error message. |
f1[1]: these lookup_features's LookupValueFeature(key) not exist in model features |
Examples
Success response
JSON format
{
"requestId": "ED4DEA2F-F216-57F0-AE28-08D791233280",
"FGCheckResults": [
{
"RuleCode": "SeqSubEx",
"Status": true,
"Message": "f1[1]: these lookup_features's LookupValueFeature(key) not exist in model features"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.