Hello everyone, Is there some way to pass mlFeatur...
# troubleshoot
b
Hello everyone, Is there some way to pass mlFeatureTable urns to MLModelPropertiesClass in order to see featureTables used in MlModel, if yes, how can I achieve this? thanks for help in advance!
a
You can do this with mlFeatures but not mlFeatureTables!
b
@astonishing-answer-96712 is there some example in the SDK examples on how to extract the MlFeature from the MlFeatureTables? I am aware that those features are passed as a list to the MLModelPropertiesClass, although extraction from tables is still a little msitery
a
@green-football-43791 do you have any snippets floating around?
g
Sure- through graphql you can query features from MLFeatureTable.properties.mlFeatures:
b
@green-football-43791 Thanks for the reply, is there some curl command that I could use to fetch all fields regarding my MlFeatureTables? Preferably with the dict as a return statement containing list with MlFeatures within a table
@green-football-43791 One more question, is there some SDK example on how can I fetch the details regarding urn and extract those mlFeatures as a list?