SystemData クラス

リソースの作成と最新の変更に関連するメタデータ。

継承
azure.ai.ml.entities._mixins.RestTranslatableMixin
SystemData

コンストラクター

SystemData(**kwargs: Any)

Keyword-Only パラメータ

名前 説明
created_by
str

リソースを作成した ID。

created_by_type

リソースを作成した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

created_at

リソース作成のタイムスタンプ (UTC)。

last_modified_by
str

リソースを最後に変更した ID。

last_modified_by_type

リソースを最後に変更した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

last_modified_at

リソースの最後の変更のタイムスタンプ (UTC)。

変数

名前 説明
created_by
str

リソースを作成した ID。

created_by_type
str または CreatedByType

リソースを作成した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

created_at

リソース作成のタイムスタンプ (UTC)。

last_modified_by
str

リソースを最後に変更した ID。

last_modified_by_type
str または CreatedByType

リソースを最後に変更した ID の種類。 使用できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

last_modified_at

リソースの最終変更のタイムスタンプ (UTC)。