Registry Data Containers - Get
コンテナーを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/data/{name}?api-version=2025-06-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
name
|
path | True |
string |
コンテナー名。 |
registry
|
path | True |
string pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]{2,32}$ |
Azure Machine Learning レジストリの名前。 大文字と小文字は区別されません |
resource
|
path | True |
string minLength: 1maxLength: 90 |
リソース グループの名前。 名前は大文字と小文字が区別されます。 |
subscription
|
path | True |
string minLength: 1 |
ターゲット サブスクリプションの ID。 |
api-version
|
query | True |
string minLength: 1 |
この操作に使用する API バージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功 |
|
Other Status Codes |
エラー |
例
Get Registry Data Container.
要求のサンプル
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.MachineLearningServices/registries/registryName/data/string?api-version=2025-06-01
応答のサンプル
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isArchived": false,
"latestVersion": "string",
"nextVersion": "string",
"dataType": "uri_file"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:14",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:14",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
定義
名前 | 説明 |
---|---|
created |
リソースを作成した ID の種類。 |
Data |
データ資産バージョンのコンテナー。 |
Data |
Azure Resource Manager リソース エンベロープ。 |
Data |
データの型を決定する列挙型。 |
Error |
リソース管理エラーの追加情報。 |
Error |
エラーの詳細。 |
Error |
エラー応答 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
createdByType
リソースを作成した ID の種類。
値 | 説明 |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
DataContainer
データ資産バージョンのコンテナー。
名前 | 型 | 規定値 | 説明 |
---|---|---|---|
dataType |
[必須]データの種類を指定します。 |
||
description |
string |
資産の説明テキスト。 |
|
isArchived |
boolean |
False |
資産はアーカイブされていますか? |
latestVersion |
string |
このコンテナー内の最新バージョン。 |
|
nextVersion |
string |
次の自動増分バージョン |
|
properties |
object |
資産プロパティ ディクショナリ。 |
|
tags |
object |
タグ ディクショナリ。 タグは追加、削除、更新できます。 |
DataContainerResource
Azure Resource Manager リソース エンベロープ。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
リソースの名前 |
properties |
[必須]エンティティの追加の属性。 |
|
systemData |
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
|
type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
DataType
データの型を決定する列挙型。
値 | 説明 |
---|---|
mltable | |
uri_file | |
uri_folder |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
ErrorDetail
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
エラーの詳細。 |
|
message |
string |
エラー メッセージ。 |
target |
string |
エラーターゲット。 |
ErrorResponse
エラー応答
名前 | 型 | 説明 |
---|---|---|
error |
エラー オブジェクト。 |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string (date-time) |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string (date-time) |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |