Description | : Lists the existing projects. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "TextAnalysisAuthoringListProjects", "$responses": { "200": { "$properties": { "value": { "$properties": { "@removed_f2eb49c4f2f3479baa3973f7bc187593": { "#name": "storageAccountResourceId", "Description": "The project storage account resource ID.", "Required": false, "Type": "string" } } } } } } }
⚼ Request
GET:
/authoring/analyze-text/projects
{
api-version:
string
,
top:
integer
,
skip:
integer
,
maxpagesize:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
createdDateTime:
string
,
lastModifiedDateTime:
string
,
lastTrainedDateTime:
string
,
lastDeployedDateTime:
string
,
projectKind:
enum
,
storageInputContainerName:
string
,
settings:
{
,
confidenceThreshold:
number
,
amlProjectPath:
string
,
isLabelingLocked:
boolean
,
runGptPredictions:
boolean
,
gptPredictiveLookahead:
integer
,
}
projectName:
string
,
multilingual:
boolean
,
description:
string
,
language:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}