-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New command: m365 spp model apply #6119
Comments
@mkm17 awesome work 👏👏 You Rock 🤩 I have a few comments we could consider:
@pnp/cli-for-microsoft-365-maintainers any other feed? or suggestion on my last point 👆 |
@Adam-it ok, I have removed siteUrl and added folderUrl. It is a similar approach to the file add command. The rest of your comments have been applied. |
Another great job @mkm17! I also would suggest removing the |
@Jwaegebaert what about |
To me |
I find the
It seems like we aren't very consistent yet. Most commands do use this casing, but it's not everywhere just yet. Still, it's a good idea to apply similar naming here too. |
Ok, I have taken the same approach as in the sensitivitylabel |
@mkm17 awesome work. Lets open it up 👍 |
Ok, I can take also this one ;) |
Hey @mkm17, thank you for all the hard work you’ve put in, it’s really appreciated! We’ve noticed that you have several issues assigned that haven't yet been created with a PR. To ensure everyone has a chance to get involved, especially with Hacktoberfest, I’ll be unassigning you from some of these issues. We recommend focusing on 1 to 2 issues at a time. Once you’ve submitted a PR for an issue, you can easily claim another open one. This approach helps you manage the workload more effectively and ensures you can give each task the attention it needs. Thanks again for your continued contributions! |
@Jwaegebaert Omg, time passed so quickly. Yes, definitely let's open it to everyone. Thanks! |
@Jwaegebaert the same with this one, can I take it? |
Usage
m365 spp model apply [options]
Description
Applies (or syncs) a trained document understanding model to a document library.
Options
-u, --webUrl <webUrl>
-i, --id [id]
id
ortitle
but not both.-t, --title [title]
id
ortitle
but not both.--listTitle [listTitle]
listTitle
,listId
, orlistUrl
but not multiple.--listId [listId]
listTitle
,listId
, orlistUrl
but not multiple.--listUrl [listUrl]
listTitle
,listId
, orlistUrl
but not multiple.--defaultView
Examples
Applies a trained document understanding model by id to a document library based on the list title.
Applies a trained document understanding model by title to a document library based on the list title.
Applies a trained document understanding model by title to a document library based on the list url.
Applies a trained document understanding model by title to a document library based on the list id.
Additional Info
This endpoint can be used: https://learn.microsoft.com/en-us/sharepoint/dev/apis/syntex/rest-applymodel-method
The text was updated successfully, but these errors were encountered: