forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lai, Weijian <laiweijian4@huawei.com> Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
5.7 KiB
5.7 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