SystemData クラス
リソースの作成と最新の変更に関連するメタデータ。
- 継承
-
azure.ai.ml.entities._mixins.RestTranslatableMixinSystemData
コンストラクター
SystemData(**kwargs: Any)
Keyword-Only パラメータ
名前 | 説明 |
---|---|
created_by
|
リソースを作成した ID。 |
created_by_type
|
リソースを作成した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。 |
created_at
|
リソース作成のタイムスタンプ (UTC)。 |
last_modified_by
|
リソースを最後に変更した ID。 |
last_modified_by_type
|
リソースを最後に変更した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。 |
last_modified_at
|
リソースの最後の変更のタイムスタンプ (UTC)。 |
変数
名前 | 説明 |
---|---|
created_by
|
リソースを作成した ID。 |
created_by_type
|
str または
CreatedByType
リソースを作成した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。 |
created_at
|
リソース作成のタイムスタンプ (UTC)。 |
last_modified_by
|
リソースを最後に変更した ID。 |
last_modified_by_type
|
str または
CreatedByType
リソースを最後に変更した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。 |
last_modified_at
|
リソースの最終変更のタイムスタンプ (UTC)。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python