forked from docs/doc-exports

ModelArts GA API 06052022 from R&D R&D has provided a right version of ModelArts GA API (06052022) Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
6.0 KiB
6.0 KiB
Model Management Permissions
Permission |
API |
Action |
IAM Project |
Enterprise Project |
---|---|---|---|---|
Importing a Model |
POST /v1/{project_id}/models |
modelarts:model:create |
√ |
√ |
Querying the List of Models |
GET /v1/{project_id}/models |
modelarts:model:list |
√ |
√ |
Deleting a Model |
DELETE /v1/{project_id}/models/{model_id} |
modelarts:model:delete |
√ |
√ |
Querying Details About a Model |
GET /v1/{project_id}/models/{model_id} |
modelarts:model:get |
√ |
√ |
Parent topic: Permissions Policies and Supported Actions