Features - List
Funkciók listázása.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features?api-version=2024-10-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features?api-version=2024-10-01&$skip={$skip}&tags={tags}&featureName={featureName}&description={description}&listViewType={listViewType}&pageSize={pageSize}
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
featureset
|
path | True |
string pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,254}$ |
A featureset neve. Ez a kis- és nagybetűk megkülönböztetése. |
featureset
|
path | True |
string |
A Featureset verzióazonosítója. Ez a kis- és nagybetűk megkülönböztetése. |
resource
|
path | True |
string minLength: 1maxLength: 90 |
Az erőforráscsoport neve. A név nem megkülönbözteti a kis- és nagybetűket. |
subscription
|
path | True |
string minLength: 1 |
A cél-előfizetés azonosítója. |
workspace
|
path | True |
string pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$ |
Az Azure Machine Learning-munkaterület neve. |
api-version
|
query | True |
string minLength: 1 |
A művelethez használni kívánt API-verzió. |
$skip
|
query |
string |
Folytatási jogkivonat lapozáshoz. |
|
description
|
query |
string |
A funkciókészlet leírása. |
|
feature
|
query |
string |
szolgáltatásnév. |
|
list
|
query |
[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]Az archivált entitások belefoglalásának/kizárásának (például) nézettípusa. |
||
page
|
query |
integer (int32) |
Oldalméret. |
|
tags
|
query |
string |
Címkenevek vesszővel tagolt listája (és opcionálisan értékek). Példa: tag1,tag2=value2 |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
Siker |
|
Other Status Codes |
Hiba |
Példák
List Feature.
Mintakérelem
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.MachineLearningServices/workspaces/my-aml-workspace/featuresets/string/versions/string/features?api-version=2024-10-01&tags=string&featureName=string&description=string
Mintaválasz
{
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"featureName": "string",
"dataType": "Boolean"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:50",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:50",
"lastModifiedBy": "string",
"lastModifiedByType": "ManagedIdentity"
}
}
],
"nextLink": "string"
}
Definíciók
Name | Description |
---|---|
created |
Az erőforrást létrehozó identitás típusa. |
Error |
Az erőforrás-kezelési hiba további információi. |
Error |
A hiba részletei. |
Error |
Hibaválasz |
Feature |
A funkciót képviselő DTO-objektum |
Feature |
|
Feature |
Azure Resource Manager-erőforrásboríték. |
Feature |
A szolgáltatásentitások lapszámozott listája. |
List |
|
system |
Az erőforrás létrehozásával és utolsó módosításával kapcsolatos metaadatok. |
createdByType
Az erőforrást létrehozó identitás típusa.
Érték | Description |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
ErrorAdditionalInfo
Az erőforrás-kezelési hiba további információi.
Name | Típus | Description |
---|---|---|
info |
object |
A további információk. |
type |
string |
A további információtípus. |
ErrorDetail
A hiba részletei.
Name | Típus | Description |
---|---|---|
additionalInfo |
A hiba további információi. |
|
code |
string |
A hibakód. |
details |
A hiba részletei. |
|
message |
string |
A hibaüzenet. |
target |
string |
A hibacél. |
ErrorResponse
Hibaválasz
Name | Típus | Description |
---|---|---|
error |
A hibaobjektum. |
Feature
A funkciót képviselő DTO-objektum
Name | Típus | Alapértelmezett érték | Description |
---|---|---|---|
dataType | String |
Típus megadása |
|
description |
string |
Az eszköz leírásának szövege. |
|
featureName |
string |
Megadja a nevet |
|
properties |
object |
Az eszköztulajdonság szótára. |
|
tags |
object |
Címkeszótár. A címkék hozzáadhatók, eltávolíthatók és frissíthetők. |
FeatureDataType
Érték | Description |
---|---|
Binary | |
Boolean | |
Datetime | |
Double | |
Float | |
Integer | |
Long | |
String |
FeatureResource
Azure Resource Manager-erőforrásboríték.
Name | Típus | Description |
---|---|---|
id |
string |
Az erőforrás teljes erőforrás-azonosítója. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
Az erőforrás neve |
properties |
[Kötelező] Az entitás további attribútumai. |
|
systemData |
A createdBy és a modifiedBy adatokat tartalmazó Azure Resource Manager-metaadatok. |
|
type |
string |
Az erőforrás típusa. Pl. "Microsoft.Compute/virtualMachines" vagy "Microsoft.Storage/storageAccounts" |
FeatureResourceArmPaginatedResult
A szolgáltatásentitások lapszámozott listája.
Name | Típus | Description |
---|---|---|
nextLink |
string |
A Funkcióobjektumok következő oldalára mutató hivatkozás. Null érték esetén nincsenek további lapok. |
value |
Funkció típusú objektumok tömbje. |
ListViewType
Érték | Description |
---|---|
ActiveOnly | |
All | |
ArchivedOnly |
systemData
Az erőforrás létrehozásával és utolsó módosításával kapcsolatos metaadatok.
Name | Típus | Description |
---|---|---|
createdAt |
string (date-time) |
Az erőforrás-létrehozás időbélyege (UTC). |
createdBy |
string |
Az erőforrást létrehozó identitás. |
createdByType |
Az erőforrást létrehozó identitás típusa. |
|
lastModifiedAt |
string (date-time) |
Az erőforrás utolsó módosításának időbélyege (UTC) |
lastModifiedBy |
string |
Az erőforrást legutóbb módosító identitás. |
lastModifiedByType |
Az erőforrást legutóbb módosító identitás típusa. |