Usage
m365 spp model get [options]
Description
Retrieve information about a SharePoint Premium document understanding model
Options
| Option |
Description |
-u, --siteUrl <siteUrl> |
The URL of the content center site. |
-i, --id [id] |
The unique ID of the model to retrieve. Specify id or title but not both. |
-t, --title [title] |
The display name (case-sensitive) of the model to retrieve. Specify id or title but not both. |
--listPublications |
Retrieves information about the library where it has been applied. |
Examples
Retrieve information about a SharePoint Premium document understanding model, using model UniqueId
m365 spp model get --siteUrl "https://contoso.sharepoint.com/sites/ContentCenter" --id "7645e69d-21fb-4a24-a17a-9bdfa7cb63dc"
Retrieve information about a SharePoint Premium document understanding model, using model Title
m365 spp model get --siteUrl "https://contoso.sharepoint.com/sites/ContentCenter" --title "climicrosoft365Model"
Additional Info
Endpoints to be used-
https://learn.microsoft.com/en-us/sharepoint/dev/apis/syntex/rest-getbyuniqueid-method
https://learn.microsoft.com/en-us/sharepoint/dev/apis/syntex/rest-getbytitle-method
Usage
m365 spp model get [options]
Description
Retrieve information about a SharePoint Premium document understanding model
Options
-u, --siteUrl <siteUrl>-i, --id [id]-t, --title [title]--listPublicationsExamples
Retrieve information about a SharePoint Premium document understanding model, using model UniqueId
Retrieve information about a SharePoint Premium document understanding model, using model Title
Additional Info
Endpoints to be used-
https://learn.microsoft.com/en-us/sharepoint/dev/apis/syntex/rest-getbyuniqueid-method
https://learn.microsoft.com/en-us/sharepoint/dev/apis/syntex/rest-getbytitle-method