Values_2.StudioLifecycleConfigDetailsSourceDetails of the Amazon SageMaker AI Studio Lifecycle Configuration.
type nonrec t = {studioLifecycleConfigArn : Values_0.StudioLifecycleConfigArn.t option;The Amazon Resource Name (ARN) of the Lifecycle Configuration.
*)studioLifecycleConfigName : Values_1.StudioLifecycleConfigName.t option;The name of the Amazon SageMaker AI Studio Lifecycle Configuration.
*)creationTime : Values_0.Timestamp.t option;The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.
*)lastModifiedTime : Values_0.Timestamp.t option;This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.
*)studioLifecycleConfigAppType : Values_1.StudioLifecycleConfigAppType.t option;The App type to which the Lifecycle Configuration is attached.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.StudioLifecycleConfigArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]