SystemData Class
Metadata related to the creation and most recent modification of a resource.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinSystemData
Constructor
SystemData(**kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
created_by
|
The identity that created the resource. |
created_by_type
|
The type of identity that created the resource. Accepted values are "User", "Application", "ManagedIdentity", "Key". |
created_at
|
The timestamp of resource creation (UTC). |
last_modified_by
|
The identity that last modified the resource. |
last_modified_by_type
|
The type of identity that last modified the resource. Accepted values are "User", "Application", "ManagedIdentity", "Key". |
last_modified_at
|
The timestamp of resource last modification in UTC. |
Variables
Name | Description |
---|---|
created_by
|
The identity that created the resource. |
created_by_type
|
str or
CreatedByType
The type of identity that created the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key". |
created_at
|
The timestamp of resource creation (UTC). |
last_modified_by
|
The identity that last modified the resource. |
last_modified_by_type
|
str or
CreatedByType
The type of identity that last modified the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key". |
last_modified_at
|
The timestamp of resource last modification (UTC). |
Azure SDK for Python