pp aibuildermodel get¶
Gets a specific AI builder models in the specified Power Platform environment
Usage¶
pp aibuildermodel get [options]
Options¶
-e, --environment <environment>
- The name of the environment
-i, --id [id]
- The id of the AI Builder model. Specify either
id
orname
but not both -n, --name [name]
- The name of the AI Builder model. Specify either
id
orname
but not both --asAdmin
- Run the command as admin for environments you do not have explicitly assigned permissions to
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Get an AI Builder model in a specific environment
m365 pp aibuildermodel get --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "Document Processing 11/29/2022, 12:58:43 PM"
Get an AI Builder models in a specific environment by id as admin
m365 pp aibuildermodel get --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "08ffffbe-ec1c-4e64-b64b-dd1db926c613" --asAdmin
Response¶
{
"statecode": 0,
"_msdyn_templateid_value": "10707e4e-1d56-e911-8194-000d3a6cd5a5",
"msdyn_modelcreationcontext": "{}",
"createdon": "2022-11-29T11:58:45Z",
"_ownerid_value": "5fa787c1-1c4d-ed11-bba1-000d3a2caf7f",
"modifiedon": "2022-11-29T11:58:45Z",
"msdyn_sharewithorganizationoncreate": false,
"msdyn_aimodelidunique": "b0328b67-47e2-4202-8189-e617ec9a88bd",
"solutionid": "fd140aae-4df4-11dd-bd17-0019b9312238",
"ismanaged": false,
"versionnumber": 1458121,
"msdyn_name": "Document Processing 11/29/2022, 12:58:43 PM",
"introducedversion": "1.0",
"statuscode": 0,
"_modifiedby_value": "5fa787c1-1c4d-ed11-bba1-000d3a2caf7f",
"overwritetime": "1900-01-01T00:00:00Z",
"componentstate": 0,
"_createdby_value": "5fa787c1-1c4d-ed11-bba1-000d3a2caf7f",
"_owningbusinessunit_value": "6da087c1-1c4d-ed11-bba1-000d3a2caf7f",
"_owninguser_value": "5fa787c1-1c4d-ed11-bba1-000d3a2caf7f",
"msdyn_aimodelid": "08ffffbe-ec1c-4e64-b64b-dd1db926c613",
"_msdyn_activerunconfigurationid_value": null,
"overriddencreatedon": null,
"_msdyn_retrainworkflowid_value": null,
"importsequencenumber": null,
"_msdyn_scheduleinferenceworkflowid_value": null,
"_modifiedonbehalfby_value": null,
"utcconversiontimezonecode": null,
"_createdonbehalfby_value": null,
"_owningteam_value": null,
"timezoneruleversionnumber": null,
"iscustomizable": {
"Value": true,
"CanBeChanged": true,
"ManagedPropertyLogicalName": "iscustomizableanddeletable"
}
}
createdon modifiedon msdyn_aimodelid msdyn_name
-------------------- -------------------- ------------------------------------ -------------------------------------------
2022-10-25T14:44:48Z 2022-10-25T14:44:48Z 08ffffbe-ec1c-4e64-b64b-dd1db926c613 Document Processing 11/29/2022, 12:58:43 PM
msdyn_name,msdyn_aimodelid,createdon,modifiedon
"Document Processing 11/29/2022, 12:58:43 PM",08ffffbe-ec1c-4e64-b64b-dd1db926c613,2022-11-29T11:58:45Z,2022-11-29T11:58:45Z